Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv20810/templates
Modified Files:
browse.html
Log Message:
the "Current location" bar now has selectable elements, so you
can go back one or more directories while you are browsing.
The colors make it hard to see though, I think I am going to make
clicked/unclicked links the same color in the browse.html template.
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -U2 -r1.21 -r1.22
--- browse.html 2001/10/20 07:49:08 1.21
+++ browse.html 2001/10/21 04:02:40 1.22
@@ -40,5 +40,8 @@
 
<font color="#22DD22">
- Current location : <TMPL_VAR NAME="LOCATION">
+ Current location :
+ <TMPL_LOOP NAME="LOCATION_LOOP">
+ <a href="<TMPL_VAR NAME="PROGNAME">?action=browse_menu&path=<TMPL_VAR NAME="LOCATION_FULL">"><TMPL_VAR NAME="LOCATION_LINK"></a>
+ </TMPL_LOOP>
</font>
</td>
|