Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv2109/templates
Modified Files:
browse_module.html sandbox.html
Log Message:
* VCS commands now ( appear to ) work with the multi-repo setup
* there are known bugs with "current location" and edit_file
* everything but the basics have not been tested, just the groundwork
is in place
Index: browse_module.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse_module.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -U2 -r1.15 -r1.16
--- browse_module.html 19 Feb 2002 06:53:17 -0000 1.15
+++ browse_module.html 19 Feb 2002 09:09:14 -0000 1.16
@@ -13,4 +13,5 @@
<form method="get" submit="<TMPL_VAR NAME=PROGNAME>" name="browse">
<input type="hidden" name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" />
+ <input type="hidden" name="repo_name" value="<TMPL_VAR NAME=REPO_NAME>" />
<input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>" />
@@ -51,5 +52,5 @@
Current location :
<TMPL_LOOP NAME="LOCATION_LOOP">
- <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION_FULL>&module_name=<TMPL_VAR NAME=MODULE_NAME>"><TMPL_VAR NAME=LOCATION_LINK></a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION_FULL>&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>"><TMPL_VAR NAME=LOCATION_LINK></a>
</TMPL_LOOP>
</font>
@@ -93,5 +94,5 @@
<a name="<TMPL_VAR NAME=ENTRY>">
</input>
- <a href="<TMPL_VAR NAME=PROGNAME>?<TMPL_VAR NAME=LINK>&file_command=view&location=<TMPL_VAR NAME=LOCATION>&module_name=<TMPL_VAR NAME=MODULE_NAME>">
+ <a href="<TMPL_VAR NAME=PROGNAME>?<TMPL_VAR NAME=LINK>&file_command=view&location=<TMPL_VAR NAME=LOCATION>&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>">
<img src="/icons/<TMPL_VAR NAME=FILETYPE>.gif"
alt="" border=0 width=20 height=22>
Index: sandbox.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/sandbox.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- sandbox.html 13 Feb 2002 05:42:01 -0000 1.8
+++ sandbox.html 19 Feb 2002 09:09:14 -0000 1.9
@@ -29,5 +29,5 @@
<tr>
<td width="20%" align="left">
- <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&module_name=<TMPL_VAR NAME="MODULE_NAME">"><TMPL_VAR NAME="MODULE_NAME"></a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&repo_name=<TMPL_VAR NAME=REPO_NAME>&module_name=<TMPL_VAR NAME="MODULE_NAME">"><TMPL_VAR NAME="MODULE_NAME"></a>
</td>
<td width="40%" align="left">
|