From: Rob H. <for...@us...> - 2002-11-05 08:37:11
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv4327/templates Added Files: vcs.html Log Message: partially implemented password confirmation for vcs, this actually is easier than do some kind of master password scheme ( at least the same amount of work ). --- NEW FILE --- <table width="100%" border="1" align="center" cellspacing="0" cellpadding="0"> <tr> <center> <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="vcs"> <input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>"> Please enter VCS password : <br> <input type="text" name="filename" name="vcs_password"> <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 type="hidden" name="vcs_command" value="<TMPL_VAR NAME=VCS_COMMAND>"> <input type="hidden" name="vcs_message" value="<TMPL_VAR NAME=VCS_MESSAGE>"> <input name="Submit" value="1" type="submit" value="Ok"> </form> </center> </tr> </table> |