From: Rob H. <for...@us...> - 2002-06-05 06:19:23
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv28216/templates Added Files: configuration.html Log Message: changed "prefs" to "config" --- NEW FILE --- <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="preferences" /> <table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> <tr> <td width="20%" align="right"> Full Name : </td> <td width="80%" align="left"> <input type="text" name="full_name" value="<TMPL_VAR NAME=FULL_NAME>" /> </td> </tr> <table width="100%" align="center" border="0"> <tr> <td width="5%" align="center"> <br /> <br /> </td> <td width="30%" align="center"> <!-- <a href="<TMPL_VAR NAME=PROGNAME>?action=vcs_prefs">Set Up Repository</a> --> </td> <td width="65%" align="center"> <br /> </td> </tr> </table> <table width="100%" align="center" border="0"> <tr> <td width="15%" align="center"> <br /> <br /> </td> <td width="10%" align="center"> <input type="submit" name="Submit" Value="Done" /> </td> <td width="75%" align="center"> <br /> </td> </tr> <table width="100%" border="0" align="center" valign="top" cellspacing="0" cellpadding="0"> </form> |