From: Nick J. <nje...@us...> - 2002-02-05 06:18:52
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv12436 Modified Files: repository.html Log Message: * updated repository template to provide unified params Index: repository.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/repository.html,v retrieving revision 1.6 retrieving revision 1.7 diff -U2 -r1.6 -r1.7 --- repository.html 2002/02/02 01:41:09 1.6 +++ repository.html 2002/02/05 06:18:50 1.7 @@ -28,5 +28,5 @@ </td> <td width="90%" align="left"> - <input type="text" name="repo_name" value="<TMPL_VAR NAME=NAME>" /> + <input type="text" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>" /> </td> </tr> @@ -36,5 +36,5 @@ </td> <td width="90%" align="left"> - <input type="text" name="server" value="<TMPL_VAR NAME=SERVER>" /> + <input type="text" name="repo_server" value="<TMPL_VAR NAME=REPO_SERVER>" /> </td> </tr> @@ -44,5 +44,5 @@ </td> <td width="90%" align="left"> - <input type="text" name="usr_name" value="<TMPL_VAR NAME=USERNAME>" /> + <input type="text" name="repo_username" value="<TMPL_VAR NAME=REPO_USERNAME>" /> </td> </tr> @@ -63,7 +63,7 @@ </td> <td width="90%" align="left"> - <select name="connection"> - <TMPL_LOOP NAME=LOOP_CONNECTION> - <TMPL_VAR NAME=CONNECTION> + <select name="repo_connection"> + <TMPL_LOOP NAME=LOOP_REPO_CONNECTION> + <TMPL_VAR NAME=REPO_CONNECTION> </TMPL_LOOP> </select> @@ -75,5 +75,5 @@ </td> <td width="90%" align="left"> - <input type="text" name="root" value="<TMPL_VAR NAME=ROOT>" /> + <input type="text" name="repo_root" value="<TMPL_VAR NAME=REPO_ROOT>" /> </td> </tr> |