From: Rob H. <for...@us...> - 2002-01-28 19:38:33
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv18209/templates Modified Files: upload_file.html Log Message: shows a clickable "current location" Index: upload_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v retrieving revision 1.4 retrieving revision 1.5 diff -U2 -r1.4 -r1.5 --- upload_file.html 2002/01/27 00:04:22 1.4 +++ upload_file.html 2002/01/28 19:38:30 1.5 @@ -7,4 +7,6 @@ <input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" /> <input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" /> +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 a file to upload:<br /> <TMPL_VAR NAME=ERROR> |