From: Rob H. <for...@us...> - 2002-02-20 04:26:39
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv16014/templates Modified Files: create_file.html create_folder.html edit_file.html upload_file.html vcs_output.html view_file.html Log Message: view_file works, edit_file does not Index: create_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v retrieving revision 1.12 retrieving revision 1.13 diff -U2 -r1.12 -r1.13 --- create_file.html 19 Feb 2002 09:35:29 -0000 1.12 +++ create_file.html 20 Feb 2002 04:26:36 -0000 1.13 @@ -6,7 +6,4 @@ <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> <input name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" type="hidden" /> -Current location: -<a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br /> - <br /> Enter filename : <br /> Index: create_folder.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- create_folder.html 19 Feb 2002 09:35:29 -0000 1.10 +++ create_folder.html 20 Feb 2002 04:26:36 -0000 1.11 @@ -7,6 +7,4 @@ <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> <input name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" type="hidden" /> -Current location: -<a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br /> <br /> Enter foldername:<br /> <input name="filename" type="text" /><br /> Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.24 retrieving revision 1.25 diff -U2 -r1.24 -r1.25 --- edit_file.html 19 Feb 2002 09:35:29 -0000 1.24 +++ edit_file.html 20 Feb 2002 04:26:36 -0000 1.25 @@ -1,8 +1,4 @@ <tr> <td width="100%"> - Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> - <br /> - Current filename : <TMPL_VAR NAME=FILENAME> - <br /> <form submit="<TMPL_VAR NAME=PROGNAME>" method="POST"> <input name="action" value="browse_file" type="hidden" /> Index: upload_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v retrieving revision 1.11 retrieving revision 1.12 diff -U2 -r1.11 -r1.12 --- upload_file.html 19 Feb 2002 09:35:29 -0000 1.11 +++ upload_file.html 20 Feb 2002 04:26:36 -0000 1.12 @@ -8,6 +8,4 @@ <input name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" type="hidden" /> <input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" /> -Current location : -<a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br /> <br /> Enter a file to upload:<br /> <TMPL_VAR NAME=ERROR> Index: vcs_output.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v retrieving revision 1.13 retrieving revision 1.14 diff -U2 -r1.13 -r1.14 --- vcs_output.html 13 Feb 2002 05:42:01 -0000 1.13 +++ vcs_output.html 20 Feb 2002 04:26:36 -0000 1.14 @@ -1,6 +1,4 @@ <tr> <td width="100%"> - Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=/<TMPL_VAR NAME=LOCATION>">/<TMPL_VAR NAME=LOCATION></a> - <br /> Current filename : <TMPL_VAR NAME=FILENAME> <br /> Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.32 retrieving revision 1.33 diff -U2 -r1.32 -r1.33 --- view_file.html 13 Feb 2002 06:16:07 -0000 1.32 +++ view_file.html 20 Feb 2002 04:26:36 -0000 1.33 @@ -2,16 +2,11 @@ <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> - <tr> - <td width="50%"> - Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> - <br /> - </td> - </tr> +<input type="hidden" name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" /> <tr> <td width="100%" align="right"> <input type="hidden" name="action" value="browse_file" /> - <a href="<TMPL_VAR NAME=PROGNAME>/<TMPL_VAR NAME=FILENAME>?action=browse_file&file_command=download&location=<TMPL_VAR NAME=LOCATION>&filename=<TMPL_VAR NAME=FILENAME>">download</a> + <a href="<TMPL_VAR NAME=PROGNAME>/<TMPL_VAR NAME=FILENAME>?action=browse_file&file_command=download&location=<TMPL_VAR NAME=LOCATION>&filename=<TMPL_VAR NAME=FILENAME>&module_name=<TMPL_VAR NAME=MODULE_NAME>">download</a> <TMPL_IF NAME=EDIT> - <a href="<TMPL_VAR NAME=PROGNAME>/<TMPL_VAR NAME=FILENAME>?action=browse_file&file_command=edit&location=<TMPL_VAR NAME=LOCATION>&filename=<TMPL_VAR NAME=FILENAME>">edit</a> + <a href="<TMPL_VAR NAME=PROGNAME>/<TMPL_VAR NAME=FILENAME>?action=browse_file&file_command=edit&location=<TMPL_VAR NAME=LOCATION>&filename=<TMPL_VAR NAME=FILENAME>&module_name=<TMPL_VAR NAME=MODULE_NAME>">edit</a> </TMPL_IF> <TMPL_VAR NAME=ERROR> |