Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv7762/templates
Modified Files:
create_file.html create_folder.html edit_file.html
upload_file.html
Log Message:
* file commands are mostly working multi-repo, but it seems to
return to the wrong place. Looks related to the "current location"
bugs, basically browse_module has changed dramatically and these
need to be rewritten somewhat
Index: create_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/create_file.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -U2 -r1.11 -r1.12
--- create_file.html 13 Feb 2002 05:42:01 -0000 1.11
+++ create_file.html 19 Feb 2002 09:35:29 -0000 1.12
@@ -5,4 +5,5 @@
<input name="file_command" value="create_file" type="hidden" />
<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" />
+<input name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" type="hidden" />
Current location:
<a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br />
Index: create_folder.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/create_folder.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -U2 -r1.9 -r1.10
--- create_folder.html 13 Feb 2002 05:42:01 -0000 1.9
+++ create_folder.html 19 Feb 2002 09:35:29 -0000 1.10
@@ -6,4 +6,5 @@
<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" />
<input name="fullpath" value="<TMPL_VAR NAME=FULLPATH>" type="hidden" />
+<input name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" type="hidden" />
Current location:
<a href="<TMPL_VAR NAME=PROGNAME>?action=browse_module&location=<TMPL_VAR NAME=LOCATION>"><TMPL_VAR NAME=LOCATION></a><br /> <br />
Index: edit_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/edit_file.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -U2 -r1.23 -r1.24
--- edit_file.html 13 Feb 2002 06:16:07 -0000 1.23
+++ edit_file.html 19 Feb 2002 09:35:29 -0000 1.24
@@ -9,4 +9,5 @@
<input name="file_command" value="edit" type="hidden" />
<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" />
+ <input name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" type="hidden" />
<input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" />
<input type="submit" name="Submit" value="Save" />
Index: upload_file.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/upload_file.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -U2 -r1.10 -r1.11
--- upload_file.html 13 Feb 2002 05:42:01 -0000 1.10
+++ upload_file.html 19 Feb 2002 09:35:29 -0000 1.11
@@ -6,4 +6,5 @@
<input name="file_command" value="upload" type="hidden" />
<input name="location" value="<TMPL_VAR NAME=LOCATION>" type="hidden" />
+<input name="module_name" value="<TMPL_VAR NAME=MODULE_NAME>" type="hidden" />
<input name="filename" value="<TMPL_VAR NAME=FILENAME>" type="hidden" />
Current location :
|