From: Rob H. <for...@us...> - 2002-01-28 19:53:33
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv24013 Modified Files: browse_module.html checkout.html commit.html create_file.html create_folder.html edit_file.html tag.html upload_file.html vcs_output.html view_file.html Log Message: hidden input field "TMPL_VAR NAME=LOCATION" was not specified in the create_f*.html files. also, I removed all references of "TMPL_VAR NAME=MENU", since it's not going to be used ( cookies will be used instead ) and it doesn't do anything anyway :P Index: browse_module.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse_module.html,v retrieving revision 1.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- browse_module.html 2002/01/27 01:48:04 1.1 +++ browse_module.html 2002/01/28 19:53:29 1.2 @@ -13,5 +13,4 @@ <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>" /> Index: checkout.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/checkout.html,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 --- checkout.html 2002/01/27 00:04:22 1.5 +++ checkout.html 2002/01/28 19:53:29 1.6 @@ -4,5 +4,4 @@ <input type="hidden" name="action" value="vcsaction" /> <input type="hidden" name="vcs_command" value="checkout" /> - <input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> <input type="text" name="filename" /> Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 --- commit.html 2002/01/27 00:04:22 1.5 +++ commit.html 2002/01/28 19:53:29 1.6 @@ -4,5 +4,4 @@ <input type="hidden" name="action" value="vcsaction" /> <input type="hidden" name="vcs_command" value="commit" /> - <input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> Index: create_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- create_file.html 2002/01/28 19:42:37 1.6 +++ create_file.html 2002/01/28 19:53:29 1.7 @@ -2,5 +2,5 @@ <input name="action" value="file" type="hidden" /> <input name="file_command" value="create_file" type="hidden" /> -<input name="menu" value="<TMPL_VAR NAME=MENU>" type="hidden" /> +<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> Current location: Index: create_folder.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 --- create_folder.html 2002/01/28 19:42:37 1.5 +++ create_folder.html 2002/01/28 19:53:29 1.6 @@ -2,5 +2,5 @@ <input name="action" value="file" type="hidden" /> <input name="file_command" value="create_folder" type="hidden" /> -<input name="menu" value="<TMPL_VAR NAME=MENU>" type="hidden" /> +<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> Current location: Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.16 retrieving revision 1.17 diff -U2 -r1.16 -r1.17 --- edit_file.html 2002/01/27 01:48:04 1.16 +++ edit_file.html 2002/01/28 19:53:29 1.17 @@ -8,5 +8,4 @@ <input name="action" value="file" type="hidden" /> <input name="file_command" value="edit" type="hidden" /> - <input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> Index: tag.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tag.html,v retrieving revision 1.2 retrieving revision 1.3 diff -U2 -r1.2 -r1.3 --- tag.html 2002/01/27 00:04:22 1.2 +++ tag.html 2002/01/28 19:53:29 1.3 @@ -3,5 +3,4 @@ <form submit="<TMPL_VAR NAME=FILENAME>" type="get"> <input type="hidden" name="action" value="tag" /> - <input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> Index: upload_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 --- upload_file.html 2002/01/28 19:38:30 1.5 +++ upload_file.html 2002/01/28 19:53:29 1.6 @@ -3,5 +3,4 @@ <input name="action" value="file" type="hidden" /> <input name="file_command" value="upload" type="hidden" /> -<input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> Index: vcs_output.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- vcs_output.html 2002/01/27 01:48:04 1.9 +++ vcs_output.html 2002/01/28 19:53:29 1.10 @@ -5,5 +5,4 @@ <br /> <form> - <input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <input name="<TMPL_VAR NAME=LOCATION>" type="hidden"> <input name="<TMPL_VAR NAME=FULLPATH>" type="hidden"> Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.24 retrieving revision 1.25 diff -U2 -r1.24 -r1.25 --- view_file.html 2002/01/27 01:48:04 1.24 +++ view_file.html 2002/01/28 19:53:29 1.25 @@ -2,5 +2,4 @@ <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> -<input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <table width="100%"> <tr> |