From: Nick J. <nje...@us...> - 2002-02-28 05:10:22
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv16322 Added Files: module_checkout.html Removed Files: checkout.html Log Message: * changing checkout.html to checkout_module.html --- NEW FILE --- <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="checkout"> <tr> <td width="100%"> Select repository: <select size="1" name="repo_name"> <TMPL_LOOP NAME="REPO_LIST"> <option <TMPL_IF NAME="SELECTED">selected</TMPL_IF>><TMPL_VAR NAME="REPO_NAME"></option> </TMPL_LOOP> </select> <br /> <br /> Enter module name to checkout: <input type="text" name="module_name" size="12" maxlength="24" /> <br /> <br /> Enter brief description of module: <input type="text" name="module_description" size="20" maxlength="30" /> <br /> <br /> <input type="submit" name="Submit" value="Checkout" /> </td> </tr> </form> --- checkout.html DELETED --- |