From: Rob H. <for...@us...> - 2001-12-21 08:33:50
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv8716/templates Modified Files: view_file.html Log Message: view_file now offers a link to your previous location ( too easy to get lost, if you edit and view over and over it's a pain in the arse to use the back button ) Index: view_file.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v retrieving revision 1.10 retrieving revision 1.11 diff -U2 -r1.10 -r1.11 --- view_file.html 2001/12/21 08:12:20 1.10 +++ view_file.html 2001/12/21 08:33:47 1.11 @@ -1,4 +1,7 @@ <p> - <TMPL_VAR NAME=FILENAME> + Current location : <a href="<TMPL_VAR NAME=PROGNAME>?action=browse_menu&path=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a> + <br /> + Current filename : <TMPL_VAR NAME=FILENAME> + <br /> <form submit="<TMPL_VAR NAME=PROGNAME>"> <input type="hidden" name="action" value="file" /> |