From: Rob H. <for...@us...> - 2002-01-27 01:48:07
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv29540/templates Modified Files: browse.html edit_file.html vcs_output.html view_file.html Added Files: browse_module.html Removed Files: browse_repository.html Log Message: changed browse_repository to browse_module --- 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> <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>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> <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_module_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"> Index: browse.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v retrieving revision 1.53 retrieving revision 1.54 diff -U2 -r1.53 -r1.54 --- browse.html 2002/01/27 01:26:40 1.53 +++ browse.html 2002/01/27 01:48:04 1.54 @@ -32,5 +32,5 @@ <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> +   <a href="sandweb.cgi?action=browse_module_menu&repository_name=<TMPL_VAR NAME="REPOSITORY_NAME">"><TMPL_VAR NAME="REPOSITORY_NAME"></a> </td> <td width="60%" align="left"> Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.15 retrieving revision 1.16 diff -U2 -r1.15 -r1.16 --- edit_file.html 2002/01/27 00:04:22 1.15 +++ edit_file.html 2002/01/27 01:48:04 1.16 @@ -1,5 +1,5 @@ <p> <p> - Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_repository_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> + Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_menu_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> <br /> Current filename : <TMPL_VAR NAME=FILENAME> Index: vcs_output.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- vcs_output.html 2002/01/27 00:04:22 1.8 +++ vcs_output.html 2002/01/27 01:48:04 1.9 @@ -1,4 +1,4 @@ <p> - Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_repository_menu&location=/<TMPL_VAR NAME=LOCATION>">/<TMPL_VAR NAME=LOCATION></a> + Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module_menu&location=/<TMPL_VAR NAME=LOCATION>">/<TMPL_VAR NAME=LOCATION></a> <br /> Current filename : <TMPL_VAR NAME=FILENAME> Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.23 retrieving revision 1.24 diff -U2 -r1.23 -r1.24 --- view_file.html 2002/01/27 00:04:22 1.23 +++ view_file.html 2002/01/27 01:48:04 1.24 @@ -6,5 +6,5 @@ <tr> <td width="50%"> - Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_repository_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> + Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> <br /> </td> --- browse_repository.html DELETED --- |