Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv13594/templates
Modified Files:
current_location.html
Log Message:
current_location is now a public method of Browse
Index: current_location.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/current_location.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -U2 -r1.1 -r1.2
--- current_location.html 22 Feb 2002 03:38:08 -0000 1.1
+++ current_location.html 22 Feb 2002 08:10:54 -0000 1.2
@@ -3,5 +3,8 @@
<table border="0">
<tr>
- Current location: <TMPL_VAR NAME=CURRENT_LOCATION>
+ Current location:
+ <TMPL_LOOP NAME=LOCATION_LOOP>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>&location=<TMPL_VAR NAME=LOCATION_FULL>"><TMPL_VAR NAME=LOCATION_LINK></a>
+ </TMPL_LOOP>
</td>
</tr>
|