Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv4934
Modified Files:
browse.html
Log Message:
removed redundant fields, also sized tables so that it looks good at
640x480 ( or above )
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -U2 -r1.18 -r1.19
--- browse.html 2001/09/28 21:59:08 1.18
+++ browse.html 2001/10/09 17:21:50 1.19
@@ -30,10 +30,8 @@
Current location : <TMPL_VAR NAME="LOCATION">
<tr>
-<th width="15%" align=left bgcolor=#88ff88>File</th>
-<th width="15%" align=left bgcolor=#cccccc>Commands</th>
+<th width="40%" align=left bgcolor=#88ff88>File</th>
+<th width="20%" align=left bgcolor=#cccccc>Commands</th>
<th width="10%" align=left bgcolor=#cccccc><a href="<TMPL_VAR NAME=PROGNAME>?sortby=rev#dirlist">Rev.</a></th>
-<th width="10%" align=left bgcolor=#cccccc><a href="<TMPL_VAR NAME=PROGNAME>?sortby=date#dirlist">Age</a></th>
-<th width="15%" align=left bgcolor=#cccccc><a href="<TMPL_VAR NAME=PROGNAME>?sortby=author#dirlist">Author</a></th>
-<th width="35%" align="left" bgcolor=#cccccc><a href="<TMPL_VAR NAME=PROGNAME>?sortby=lastlog#dirlist">Last Log Entry</a></th>
+<th width="30%" align=left bgcolor=#cccccc><a href="<TMPL_VAR NAME=PROGNAME>?sortby=date#dirlist">Age</a></th>
</tr>
<TMPL_LOOP NAME="ENTRY_LOOP">
@@ -47,6 +45,4 @@
|
<a href="<TMPL_VAR NAME=PROGNAME>?<TMPL_VAR NAME=LINK>">Edit</a>
-</td><td>
-</td><td>
</td><td>
</td><td>
|