Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv31478/templates
Modified Files:
browse.html
Log Message:
added templates for create_file, create_folder and upload
for these to work, there need to be 1) methods in File class
to carry out these actions and 2) more "if" statements in the
file subroutine of sandweb.cgi to catch the create command
Index: browse.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -U2 -r1.25 -r1.26
--- browse.html 2001/11/22 01:40:25 1.25
+++ browse.html 2001/11/22 09:35:39 1.26
@@ -18,11 +18,11 @@
</td>
<td width="60%" colspan="3" align="center">
- <a href="<TMPL_VAR NAME=PROGNAME>">Create File</a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=file&filename=0&command=create_file">Create File</a>
  |  
- <a href="<TMPL_VAR NAME=PROGNAME>">Create Folder</a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=file&filename=0&command=create_folder">Create Folder</a>
  |  
- <a href="<TMPL_VAR NAME=PROGNAME>">Upload</a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=file&filename=0&command=upload">Upload</a>
  |  
- <a href="<TMPL_VAR NAME=PROGNAME>">Checkout</a>
+ <a href="<TMPL_VAR NAME=PROGNAME>?action=vcsaction&command=checkout">Checkout</a>
<br />
</td>
|