Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv21039 Modified Files: browse_module.html commit.html create_file.html create_folder.html edit_file.html upload_file.html view_file.html Log Message: * modified files from value="file" to value="browse_file" and value="vcsaction" to value="browse_vcs" Index: browse_module.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse_module.html,v retrieving revision 1.11 retrieving revision 1.12 diff -U2 -r1.11 -r1.12 --- browse_module.html 5 Feb 2002 05:46:45 -0000 1.11 +++ browse_module.html 13 Feb 2002 05:08:47 -0000 1.12 @@ -33,5 +33,5 @@ </select>     - <input type="submit" name="action" value="vcsaction" /> + <input type="submit" name="action" value="browse_vcs" /> </td> </tr> Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- commit.html 2 Feb 2002 09:04:34 -0000 1.8 +++ commit.html 13 Feb 2002 05:08:47 -0000 1.9 @@ -3,5 +3,5 @@ Please enter a commit message for <TMPL_VAR NAME=LOCATION>/<TMPL_VAR NAME=FILENAME> : <form submit="<TMPL_VAR NAME=PROGNAME>" type="get"> - <input type="hidden" name="action" value="vcsaction" /> + <input type="hidden" name="action" value="browse_vcs" /> <input type="hidden" name="vcs_command" value="commit" /> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> Index: create_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- create_file.html 2 Feb 2002 09:04:34 -0000 1.9 +++ create_file.html 13 Feb 2002 05:08:47 -0000 1.10 @@ -2,5 +2,5 @@ <td width="100%"> <form action="<TMPL_VAR NAME=PROGNAME>"> -<input name="action" value="file" type="hidden" /> +<input name="action" value="browse_file" type="hidden" /> <input name="file_command" value="create_file" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> Index: create_folder.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v retrieving revision 1.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- create_folder.html 31 Jan 2002 23:31:58 -0000 1.7 +++ create_folder.html 13 Feb 2002 05:08:47 -0000 1.8 @@ -2,5 +2,5 @@ <td width="100%"> <form action="<TMPL_VAR NAME=PROGNAME>"> -<input name="action" value="file" type="hidden" /> +<input name="action" value="browse_file" type="hidden" /> <input name="file_command" value="create_folder" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.20 retrieving revision 1.21 diff -U2 -r1.20 -r1.21 --- edit_file.html 10 Feb 2002 20:50:25 -0000 1.20 +++ edit_file.html 13 Feb 2002 05:08:47 -0000 1.21 @@ -6,5 +6,5 @@ <br /> <form submit="<TMPL_VAR NAME=PROGNAME>" method="POST"> - <input name="action" value="file" type="hidden" /> + <input name="action" value="browse_file" type="hidden" /> <input name="file_command" value="edit" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> Index: upload_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- upload_file.html 2 Feb 2002 09:04:34 -0000 1.8 +++ upload_file.html 13 Feb 2002 05:08:47 -0000 1.9 @@ -3,5 +3,5 @@ <form method="post" action="<TMPL_VAR NAME=PROGNAME>" enctype="multipart/form-data"> -<input name="action" value="file" type="hidden" /> +<input name="action" value="browse_file" type="hidden" /> <input name="file_command" value="upload" type="hidden" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.29 retrieving revision 1.30 diff -U2 -r1.29 -r1.30 --- view_file.html 10 Feb 2002 20:46:09 -0000 1.29 +++ view_file.html 13 Feb 2002 05:08:47 -0000 1.30 @@ -10,5 +10,5 @@ <tr> <td width="100%" align="right"> - <input type="hidden" name="action" value="file" /> + <input type="hidden" name="action" value="browse_file" /> <a href="<TMPL_VAR NAME=PROGNAME>/<TMPL_VAR NAME=FILENAME>?action=file&file_command=download&location=<TMPL_VAR NAME=LOCATION>&filename=<TMPL_VAR NAME=FILENAME>">download</a> <TMPL_IF NAME=EDIT> |