Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv26017/templates
Modified Files:
browse.html framework.html
Log Message:
* working on the browse.html more. semi-working now.
* modified the framekwork.html, changed to color of the left menu to a lighter grey
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -U2 -r1.52 -r1.53
--- browse.html 2002/01/27 00:41:40 1.52
+++ browse.html 2002/01/27 01:26:40 1.53
@@ -1,10 +1,42 @@
<form submit="<TMPL_VAR NAME=PROGNAME>">
-<input type="hidden" name="action" value="preferences_menu" />
-<table width="100%" align="center" border="0">
+<input type="hidden" name="action" value="browse_menu" />
+<table width="100%" align="left" border="0">
<tr>
- <td width="20%" align="right">
-
+ <td width="100%" align="center" colspan="2">
+ <table width="100%" align="left" border="0">
+ <tr>
+ <td width="80%" align="center">
+ <b>Please select a repository to browse, or create a new one.</b><br>
+ </td>
+ <td width="20%" align="center">
+  
+ </td>
+ </tr>
+ <tr>
+ <td width="80%" align="center" bgcolor="#CCCCCC">
+ <a href="sandweb.cgi?action=repository_settings_menu&repository_name=new">create a new repository</a>
+ </td>
+ <td width="20%" align="center">
+  
+ </td>
+ </tr>
+ </td>
+ </table>
+ </tr>
+ <tr>
+ <td width="100%" align="left" colspan="2">
+ <TMPL_VAR NAME="NO_REPOSITORIES"><br>
+ </td>
+ </tr>
+<TMPL_LOOP NAME="REPOSITORY_LOOP">
+ <tr>
+ <td width="40%" align="left">
+   <a href="sandweb.cgi?action=browse_repository_menu&repository_name=<TMPL_VAR NAME="REPOSITORY_NAME">"><TMPL_VAR NAME="REPOSITORY_NAME"></a>
+ </td>
+ <td width="60%" align="left">
+   <font size="2">[<a href="sandweb.cgi?action=repository_settings_menu&repository_name=<TMPL_VAR NAME="REPOSITORY_NAME">">modify</a>]</font>
</td>
</tr>
+</TMPL_LOOP>
</table>
</form>
Index: framework.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -U2 -r1.7 -r1.8
--- framework.html 2001/10/21 08:43:30 1.7
+++ framework.html 2002/01/27 01:26:40 1.8
@@ -19,5 +19,5 @@
</tr>
<tr>
- <td width="12%" valign="top" align="center" bgcolor="#AAAAAA">
+ <td width="12%" valign="top" align="center" bgcolor="#CCCCCC">
<table width="100%" align="center" cellspacing="4">
<TMPL_VAR NAME=MENU_BAR><br />
|