Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv3626/templates
Modified Files:
browse_module.html
Log Message:
ok, some of the basic framework is there for supporting alpha/reverse alpha
sorting, need to keep state of the last one though. I'm going to leave it here
for tonite.
Index: browse_module.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse_module.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -U2 -r1.23 -r1.24
--- browse_module.html 28 Feb 2002 04:02:04 -0000 1.23
+++ browse_module.html 7 Mar 2002 09:15:54 -0000 1.24
@@ -30,5 +30,5 @@
<td width="60%" align="left" bgcolor="#88FF88">
<font size="2">
- <b>File</b>
+ <b><a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>&module_name=<TMPL_VAR NAME=MODULE_NAME>&repo_name=<TMPL_VAR NAME=REPO_NAME>&sort=<TMPL_VAR NAME=SORT>">File</a></b>
</font>
</td>
|