From: Rob H. <for...@us...> - 2002-02-22 03:47:23
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv32043/templates Modified Files: browse_module.html Log Message: starting moving non-browse code out of browse method. This checkin disables the toolbar and the current location bar. sorry! Index: browse_module.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse_module.html,v retrieving revision 1.17 retrieving revision 1.18 diff -U2 -r1.17 -r1.18 --- browse_module.html 21 Feb 2002 06:27:04 -0000 1.17 +++ browse_module.html 22 Feb 2002 03:47:19 -0000 1.18 @@ -15,54 +15,4 @@ <input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>" /> <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="100%" align="center" colspan="3"> - <input type="submit" name="action_file" value="create_file" accesskey="i" /> - <input type="submit" name="action_file" value="create_folder" accesskey="o" /> - <input type="submit" name="action_file" value="delete" accesskey="d" /> - <input type="submit" name="action_file" value="rename" accesskey="r" /> - <input type="submit" name="action_file" value="upload" accesskey="u" /> - </td> - </tr> - <tr> - <td width="25%" align="center"> - <br /> - </td> - <td width="50%" align="center" valign="center" bgcolor="#CCCCCC"> - <select name="vcs_command"> - <option selected>VCS Command</option> - <TMPL_LOOP NAME="VCS_CMD_LOOP"> - <option><TMPL_VAR NAME="VCS_CMD"></option> - </TMPL_LOOP> - </select> -     - <input type="submit" name="action" value="browse_vcs" /> - </td> - <td width="25%" align="center"> - <br /> - </td> - </tr> - </table> - </td> - </tr> - <tr> - <td width="100%"> - <br /> - </td> - </tr> - <tr> - <td width="100%" bgcolor="#CCDDCC"> - - <font color="#555555"> - <b>Current location :</b> - <TMPL_LOOP NAME="LOCATION_LOOP"> - <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION_FULL>&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>"><TMPL_VAR NAME=LOCATION_LINK></a> - </TMPL_LOOP> - </font> - </td> - </tr> <tr> <td width="100%"> |