Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv16372/templates
Modified Files:
browse.html
Log Message:
cleanup up UI a bit
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -U2 -r1.36 -r1.37
--- browse.html 2001/12/18 03:24:27 1.36
+++ browse.html 2001/12/18 19:12:15 1.37
@@ -4,5 +4,4 @@
field[i].checked = true ;
}
-
function clearAll(field) {
for (i = 0; i < field.length; i++)
@@ -44,9 +43,4 @@
</td>
</tr>
- <a href="javascript:selectAll(document.browse.filename)">
- Select All</a>
-
- <a href="javascript:clearAll(document.browse.filename)">
- Clear All</a>
<tr>
<td width="100%">
@@ -68,10 +62,16 @@
<td width="100%">
<table width="100%" border="1">
+ <tr>
+ <td width="40%" align="left">
+ <a href="javascript:selectAll(document.browse.filename)">Select All</a>
+ |
+ <a href="javascript:clearAll(document.browse.filename)">Clear All<a/>
+ </td>
+ </tr>
<tr>
-
<td width="40%" align="left" bgcolor="#88FF88">
<b>File</b>
</td>
- <td width="20%" align="left" bgcolor="#CCCCCC">
+ <td width="20%" align="left" bgcolor="#88FF88">
<b>Commands</b>
</td>
@@ -79,5 +79,5 @@
<A href="<TMPL_VAR NAME=PROGNAME>">Size</a>
</td>
- <td width="30%" align="left" bgcolor="#88FF88">
+ <td width="30%" align="left" bgcolor="#CCCCCC">
<A href="<TMPL_VAR NAME=PROGNAME>">Age</a>
</td>
|