From: Rob H. <for...@us...> - 2002-03-11 05:19:54
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv5646/templates Modified Files: commit.html tag.html Log Message: * tag implemented, also cleaned up some stuff w/ commit Index: commit.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/commit.html,v retrieving revision 1.13 retrieving revision 1.14 diff -U2 -r1.13 -r1.14 --- commit.html 7 Mar 2002 05:13:13 -0000 1.13 +++ commit.html 11 Mar 2002 05:19:51 -0000 1.14 @@ -2,5 +2,5 @@ <td width="center"> Please enter a commit message for <TMPL_VAR NAME=LOCATION>/<TMPL_VAR NAME=FILENAME> : - <form submit="<TMPL_VAR NAME=PROGNAME>""> + <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="vcs" /> <input type="hidden" name="vcs_command" value="commit" /> Index: tag.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/tag.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- tag.html 7 Mar 2002 05:13:13 -0000 1.6 +++ tag.html 11 Mar 2002 05:19:51 -0000 1.7 @@ -2,12 +2,15 @@ <td width="100%"> <center> - Please enter a symbolic name for REVISION# of <TMPL_VAR NAME=LOCATION>/<TMPL_VAR NAME=FILENAME> : - <form submit="<TMPL_VAR NAME=FILENAME>" type="get"> - <input type="hidden" name="action" value="tag" /> + Please enter a tag name for <TMPL_VAR NAME=LOCATION>/<TMPL_VAR NAME=FILENAME> : + <form submit="<TMPL_VAR NAME=PROGNAME>"> + <input type="hidden" name="action" value="vcs" /> + <input type="hidden" name="vcs_command" value="tag" /> <input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" /> <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> + <input type="hidden" name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" /> + <input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>" /> <input name="Submit" value="1" type="hidden" /> <input type="text" name="name" /> - <input type="submit" name="commit" value="Done" /> + <input type="Submit" name="commit" value="Done" /> </form> </center> |