Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv21358
Modified Files:
repository.html
Log Message:
* updated repository template to support multiple repositories
Index: repository.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/repository.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- repository.html 2002/01/31 23:31:58 1.4
+++ repository.html 2002/02/01 23:47:23 1.5
@@ -2,4 +2,15 @@
<input type="hidden" name="action" value="preferences_menu" />
<tr>
+ <td width="20%" align="right" bgcolor="#CCCCEE">
+ Select a Repository :
+ </td>
+ <td width="90%" align="left" bgcolor="#CCCCEE">
+ <select size="1" name="repository_name" onChange="javascript:{submitForm('repository_selected');}">
+ <TMPL_LOOP NAME="LOOP_REPOSITORY_SELECT">
+ <TMPL_VAR NAME="REPOSITORY_ENTRY">
+ </TMPL_LOOP>
+ </select>
+ </td>
+ <tr>
<td width="20%" align="right">
Name :
@@ -56,14 +67,20 @@
</td>
</tr>
-</table>
-<table width="100%" align="center" border="0">
- <td width="15%" align="center">
- <br />
- </td>
- <td width="10%" align="center">
- <input type="submit" name="Submit" Value="Done" />
- </td>
- <td width="75%" align="center">
- <br />
+ <tr>
+ <td width="100%" colspan="2">
+ <table width="100%" align="center" border="0">
+ <tr>
+ <td width="15%" align="center">
+ <br />
+ </td>
+ <td width="10%" align="center">
+ <br />
+ <input type="submit" name="Submit" Value="Commit" />
+ </td>
+ <td width="75%" align="center">
+ <br />
+ </td>
+ </tr>
+ </table>
</td>
</tr>
|