Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv20127/templates
Modified Files:
vcs_output.html
Log Message:
added current location/current filename to top of page. MUCH more usable now.
Index: vcs_output.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/vcs_output.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- vcs_output.html 2001/12/30 12:26:51 1.3
+++ vcs_output.html 2002/01/02 20:19:47 1.4
@@ -1,3 +1,7 @@
<p>
+ Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_menu&path=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a>
+ <br />
+ Current filename : <TMPL_VAR NAME=FILENAME>
+ <br />
<form>
<input name="<TMPL_VAR NAME=LOCATION>" type="hidden">
@@ -5,5 +9,4 @@
<input name="<TMPL_VAR NAME=PROGNAME>" type="hidden">
</form>
- <TMPL_VAR NAME=FILENAME>
<font color="#FF0000"><TMPL_VAR NAME=VCS_ERROR></font>
<pre>
|