From: Nick J. <nje...@us...> - 2002-02-13 04:33:43
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv14853 Modified Files: checkout.html Log Message: * finished checkout_menu() (no checkout_commit() yet) Index: checkout.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/checkout.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- checkout.html 13 Feb 2002 04:08:34 -0000 1.10 +++ checkout.html 13 Feb 2002 04:33:40 -0000 1.11 @@ -3,5 +3,7 @@ <td width="100%"> Select repository: <select size="1" name="repository_name"> - <option selected>My First Repo(tm)</option> + <TMPL_LOOP NAME="REPO_LIST"> + <option <TMPL_IF NAME="SELECTED">selected</TMPL_IF>><TMPL_VAR NAME="REPO_NAME"></option> + </TMPL_LOOP> </select> <br /> <br /> |