Update of /cvsroot/sandweb/sandweb/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv9941/templates
Modified Files:
repository.html
Log Message:
ViewCVS URLs can now be specified per-repository
Index: repository.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/repository.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -U2 -r1.23 -r1.24
--- repository.html 6 Jan 2003 01:25:56 -0000 1.23
+++ repository.html 21 Aug 2003 02:19:58 -0000 1.24
@@ -69,4 +69,12 @@
<tr>
<td width="20%" align="right">
+ ViewCVS URL :
+ </td>
+ <td width="90%" align="left">
+ <input type="text" name="viewcvs_url" value="<TMPL_VAR NAME=VIEWCVS_URL>">
+ </td>
+ </tr>
+ <tr>
+ <td width="20%" align="right">
Connection :
</td>
|