Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv19928
Modified Files:
create_file.html create_folder.html
Log Message:
now have clickable "Current location"s
Index: create_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- create_file.html 2002/01/27 00:04:22 1.5
+++ create_file.html 2002/01/28 19:42:37 1.6
@@ -4,5 +4,6 @@
<input name="menu" value="<TMPL_VAR NAME=MENU>" type="hidden" />
<input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" />
-Current location: <TMPL_VAR NAME=LOCATION><br />
+Current location:
+<a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br />
<br />
Enter filename :
Index: create_folder.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- create_folder.html 2002/01/27 00:04:22 1.4
+++ create_folder.html 2002/01/28 19:42:37 1.5
@@ -4,5 +4,7 @@
<input name="menu" value="<TMPL_VAR NAME=MENU>" type="hidden" />
<input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" />
-Location: <TMPL_VAR NAME=LOCATION><br />
+Current location:
+<a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module_menu&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br /> <br />
+Enter foldername:<br />
<input name="filename" type="text" /><br />
<input name="done" type="submit" value="Done" /><br />
|