Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv10424
Modified Files:
checkout.html sandbox.html
Log Message:
* fixing up checkout_menu() (for checking out a module)
Index: checkout.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/checkout.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -U2 -r1.9 -r1.10
--- checkout.html 2 Feb 2002 09:04:34 -0000 1.9
+++ checkout.html 13 Feb 2002 04:08:34 -0000 1.10
@@ -1,14 +1,13 @@
+<form submit="<TMPL_VAR NAME=PROGNAME>">
<tr>
<td width="100%">
- Please enter module name to checkout from repository <select><option>My First Repo(tm)</option></select>:
+ Select repository: <select size="1" name="repository_name">
+ <option selected>My First Repo(tm)</option>
+ </select>
<br /> <br />
- <form submit="<TMPL_VAR NAME=PROGNAME>">
- <input type="hidden" name="action" value="vcsaction" />
- <input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" />
- <input type="hidden" name="vcs_command" value="checkout" />
- <input type="text" name="filename" />
- <input type="submit" name="checkout" value="Done" />
- <TMPL_VAR NAME=ERROR>
- </form>
+ Enter module name to checkout: <input type="text" name="module_name" size="12" maxlength="24" />
+ <br /> <br />
+ <input type="submit" name="Submit" value="Checkout" />
</td>
</tr>
+</form>
Index: sandbox.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- sandbox.html 1 Feb 2002 03:44:03 -0000 1.6
+++ sandbox.html 13 Feb 2002 04:08:34 -0000 1.7
@@ -6,5 +6,5 @@
</td>
<td width="20%" align="center">
- [<a href="<TMPL_VAR NAME=PROGNAME>?action=module_checkout_menu">checkout a module</a>]
+ [<a href="<TMPL_VAR NAME=PROGNAME>?action=checkout_menu">checkout a module</a>]
</td>
</tr>
|