Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv11498
Modified Files:
browse.html
Log Message:
decreased font size for titles, made command column 5% smaller
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -U2 -r1.39 -r1.40
--- browse.html 2001/12/19 07:22:04 1.39
+++ browse.html 2001/12/19 22:35:22 1.40
@@ -19,5 +19,5 @@
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr>
- <td width="40%" align="center" bgcolor="#AAAAAA">
+ <td width="60%" align="center" bgcolor="#AAAAAA">
<select name="vcs_command">
<option></option>
@@ -63,5 +63,5 @@
<table width="100%" border="1">
<tr>
- <td width="40%" align="left">
+ <td width="55%" align="left">
<a href="javascript:selectAll(document.browse.filename)">Select All</a>
|
@@ -70,20 +70,28 @@
</tr>
<tr>
- <td width="55%" align="left" bgcolor="#88FF88">
-   <b>File</b>
+ <td width="60%" align="left" bgcolor="#88FF88">
+ <font size="2">
+   <b>File</b>
+ </font>
</td>
- <td width="15%" align="left" bgcolor="#CCCCCC">
-   Commands
+ <td width="10%" align="left" bgcolor="#CCCCCC">
+ <font size="2">
+   Commands
+ </font>
</td>
<td width="10%" align="left" bgcolor="#CCCCCC">
-   <A href="<TMPL_VAR NAME=PROGNAME>">Size</a>
+ <font size="2">
+   <A href="<TMPL_VAR NAME=PROGNAME>">Size</a>
+ </font>
</td>
<td width="20%" align="left" bgcolor="#CCCCCC">
-   <A href="<TMPL_VAR NAME=PROGNAME>">Age</a>
+ <font size="2">
+   <A href="<TMPL_VAR NAME=PROGNAME>">Age</a>
+ </font>
</td>
</tr>
<TMPL_LOOP NAME="ENTRY_LOOP">
<tr bgcolor="<TMPL_VAR NAME=COLOR>">
- <td width="55%" align="left">
+ <td width="60%" align="left">
<input type="checkbox" name="filename"
value="<TMPL_VAR NAME=ENTRY>">
@@ -96,5 +104,5 @@
</a>
</td>
- <td align="left" width="15%">
+ <td align="left" width="10%">
 
<font size="2">
|