From: Rob H. <for...@us...> - 2001-12-04 01:15:40
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv5727/templates Modified Files: preferences.html vcs_prefs.html Log Message: ok, now it's possible to edit your repository preferences, although you can only have one, it's still a step forward. Index: preferences.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/preferences.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- preferences.html 2001/12/04 00:49:21 1.10 +++ preferences.html 2001/12/04 01:15:35 1.11 @@ -1,4 +1,4 @@ <form submit="<TMPL_VAR NAME=PROGNAME>"> -<input type="hidden" name="action" value="preferences_menu"> +<input type="hidden" name="action" value="preferences_menu" /> <table width="100%" align="center" border="0"> <tr> Index: vcs_prefs.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs_prefs.html,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- vcs_prefs.html 2001/12/03 23:09:40 1.4 +++ vcs_prefs.html 2001/12/04 01:15:35 1.5 @@ -1,11 +1,27 @@ <form submit="<TMPL_VAR NAME=PROGNAME>"> -<input type="hidden" name="action" value="preferences_menu"> +<input type="hidden" name="action" value="preferences_menu" /> <table width="100%" align="center" border="0"> <tr> <td width="20%" align="right"> + Name : + </td> + <td width="90%" align="left"> + <input type="text" name="name" value="<TMPL_VAR NAME=NAME>" /> + </td> + </tr> + <tr> + <td width="20%" align="right"> Server Hostname : </td> <td width="90%" align="left"> <input type="text" name="server" value="<TMPL_VAR NAME=SERVER>" /> + </td> + </tr> + <tr> + <td width="20%" align="right"> + Username : + </td> + <td width="90%" align="left"> + <input type="text" name="name" value="<TMPL_VAR NAME=USERNAME>" /> </td> </tr> |