From: Rob H. <for...@us...> - 2002-01-27 00:04:25
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv10298 Modified Files: browse.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: changed path to location and browse_menu to browse_repository_menu Index: browse.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v retrieving revision 1.48 retrieving revision 1.49 diff -U2 -r1.48 -r1.49 --- browse.html 2002/01/26 23:27:59 1.48 +++ browse.html 2002/01/27 00:04:22 1.49 @@ -11,7 +11,9 @@ </script> +<TMPL_VAR NAME=LOCATION> +<TMPL_VAR NAME=location> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <form method="get" submit="<TMPL_VAR NAME=PROGNAME>" name="browse"> - <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> + <input type="hidden" name="menu" value="<TMPL_VAR NAME=MENU>" /> <tr> Index: checkout.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/checkout.html,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- checkout.html 2001/12/18 09:07:38 1.4 +++ checkout.html 2002/01/27 00:04:22 1.5 @@ -4,5 +4,5 @@ <input type="hidden" name="action" value="vcsaction" /> <input type="hidden" name="vcs_command" value="checkout" /> - <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> + <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.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- commit.html 2001/12/18 09:07:38 1.4 +++ commit.html 2002/01/27 00:04:22 1.5 @@ -4,4 +4,5 @@ <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.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- create_file.html 2001/12/18 09:07:38 1.4 +++ create_file.html 2002/01/27 00:04:22 1.5 @@ -2,5 +2,5 @@ <input name="action" value="file" type="hidden" /> <input name="file_command" value="create_file" type="hidden" /> -<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> +<input name="menu" value="<TMPL_VAR NAME=MENU>" type="hidden" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> Current location: <TMPL_VAR NAME=LOCATION><br /> Index: create_folder.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- create_folder.html 2001/12/18 09:07:38 1.3 +++ create_folder.html 2002/01/27 00:04:22 1.4 @@ -2,5 +2,5 @@ <input name="action" value="file" type="hidden" /> <input name="file_command" value="create_folder" type="hidden" /> -<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" /> +<input name="menu" value="<TMPL_VAR NAME=MENU>" type="hidden" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> Location: <TMPL_VAR NAME=LOCATION><br /> Index: edit_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v retrieving revision 1.14 retrieving revision 1.15 diff -U2 -r1.14 -r1.15 --- edit_file.html 2002/01/26 23:27:59 1.14 +++ edit_file.html 2002/01/27 00:04:22 1.15 @@ -1,5 +1,5 @@ <p> <p> - Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> + Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_repository_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> <br /> Current filename : <TMPL_VAR NAME=FILENAME> @@ -8,4 +8,5 @@ <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.1 retrieving revision 1.2 diff -U2 -r1.1 -r1.2 --- tag.html 2001/08/15 22:06:47 1.1 +++ tag.html 2002/01/27 00:04:22 1.2 @@ -3,4 +3,5 @@ <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.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- upload_file.html 2002/01/18 07:37:34 1.3 +++ upload_file.html 2002/01/27 00:04:22 1.4 @@ -3,4 +3,5 @@ <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.7 retrieving revision 1.8 diff -U2 -r1.7 -r1.8 --- vcs_output.html 2002/01/26 23:27:59 1.7 +++ vcs_output.html 2002/01/27 00:04:22 1.8 @@ -5,4 +5,5 @@ <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.22 retrieving revision 1.23 diff -U2 -r1.22 -r1.23 --- view_file.html 2002/01/26 23:27:59 1.22 +++ view_file.html 2002/01/27 00:04:22 1.23 @@ -2,4 +2,5 @@ <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> |