From: Rob H. <for...@us...> - 2002-01-29 04:17:25
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv25228/templates Modified Files: checkout.html Log Message: moved checkout command to vcsaction ( it was put in file from a _long_ time ago ;) and updated the template a bit. Put a test entry in there. The UI isn't very sweet, but it's there. Index: checkout.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/checkout.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- checkout.html 2002/01/28 19:53:29 1.6 +++ checkout.html 2002/01/29 04:17:22 1.7 @@ -1,6 +1,7 @@ -<center> - Please enter module name to checkout to <TMPL_VAR NAME=LOCATION>: + Please enter module name to checkout from repository <select><option>My First Repo(tm)</option></select>: + <br /> <br /> <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="vcsaction" /> + <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" /> <input type="hidden" name="vcs_command" value="checkout" /> <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> @@ -9,3 +10,2 @@ <TMPL_VAR NAME=ERROR> </form> -</center> |