Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv15986/templates
Added Files:
browse_repository.html
Log Message:
changed "browse_repository_menu.html" to "browse_repository.html"
--- NEW FILE ---
<script language="javascript">
function selectAll(field) {
for (i = 0; i < field.length; i++)
field[i].checked = true ;
}
function clearAll(field) {
for (i = 0; i < field.length; i++)
field[i].checked = false ;
}
</script>
<TMPL_VAR NAME=LOCATION>
<TMPL_VAR NAME=location>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<form method="get" submit="<TMPL_VAR NAME=PROGNAME>" name="browse">
<input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" />
<tr>
<td width="100%" align="center" valign="center">
<table border="0" width="100%" cellspacing="2" cellpadding="2">
<tr>
<td width="50%" align="center" bgcolor="#AAAAAA">
<select name="vcs_command">
<option></option>
<TMPL_LOOP NAME="VCS_CMD_LOOP">
<option><TMPL_VAR NAME="VCS_CMD"></option>
</TMPL_LOOP>
</select>
     
<input type="submit" name="action" value="vcsaction" />
</td>
<td width="50%" align="center" bgcolor="#AAAAAA">
<select name="file_command">
<option></option>
<TMPL_LOOP NAME="FILE_CMD_LOOP">
<option><TMPL_VAR NAME="FILE_CMD"></option>
</TMPL_LOOP>
</select>
     
<input type="submit" name="action" value="file" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="100%">
  <br />
</td>
</tr>
<tr>
<td width="100%" bgcolor="#000000">
 
<font color="#22DD22">
Current location :
<TMPL_LOOP NAME="LOCATION_LOOP">
<a href="<TMPL_VAR NAME="PROGNAME">?action=browse_repository_menu&location=<TMPL_VAR NAME="LOCATION_FULL">"><TMPL_VAR NAME="LOCATION_LINK"></a>
</TMPL_LOOP>
</font>
</td>
</tr>
<tr>
<td width="100%">
<table width="100%" border="1">
<tr>
<td width="60%" align="left" colspan="3">
<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="60%" align="left" bgcolor="#88FF88">
<font size="2">
  <b>File</b>
</font>
</td>
<td width="10%" align="left" bgcolor="#CCCCCC">
<font size="2">
  <A href="<TMPL_VAR NAME=PROGNAME>">Size</a>
</font>
</td>
<td width="30%" align="left" bgcolor="#CCCCCC">
<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>
<input type="checkbox" name="filename"
value="<TMPL_VAR NAME=ENTRY>">
<a name="<TMPL_VAR NAME=ENTRY>">
</input>
<a href="<TMPL_VAR NAME=PROGNAME>?<TMPL_VAR NAME=LINK>&file_command=view&location=<TMPL_VAR NAME=LOCATION>">
<img src="/icons/<TMPL_VAR NAME=FILETYPE>.gif"
alt="" border=0 width=20 height=22>
<TMPL_VAR NAME=ENTRY>
</a>
</td>
<td>
 
<TMPL_VAR NAME=FILESIZE>/<font size="2"><i>B</i></font>
</td>
<td>
 
<font size="2"><TMPL_VAR NAME=FILEAGE></font>
</td>
</tr>
</TMPL_LOOP>
</table>
</td>
</tr>
</form>
</table>
<TMPL_VAR NAME="STATUS">
|