Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv31315/templates
Modified Files:
view_file.html
Log Message:
made mime.types location and filename configurable in sandweb.cfg
Index: view_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/view_file.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- view_file.html 2001/12/20 23:05:58 1.8
+++ view_file.html 2001/12/21 01:12:47 1.9
@@ -4,4 +4,5 @@
<input type="hidden" name="action" value="file" />
<input type="submit" name="file_command" value="download" />
+ <input type="submit" name="file_command" value="upload" />
<input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>" />
<TMPL_VAR NAME=ERROR>
|