Update of /cvsroot/sandweb/sandweb/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv25558/templates
Modified Files:
Tag: release-1_0-branch
vcs.html
Log Message:
tag is working again! finally :) I ended up passing the params as a loop through
the html ( params is a hash ), then picking up the array in the CGI and turning
it back into a hash. sweet!
Index: vcs.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/vcs.html,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -U2 -r1.10 -r1.10.2.1
--- vcs.html 22 Apr 2003 17:12:51 -0000 1.10
+++ vcs.html 1 Jun 2003 09:27:06 -0000 1.10.2.1
@@ -7,4 +7,5 @@
<input type="hidden" name="main_window_url" value="<TMPL_VAR NAME=MAIN_WINDOW_URL>">
<input type="hidden" name="submenu" value="<TMPL_VAR NAME=SUBMENU>">
+ <input type="hidden" name="submenu_final" value="<TMPL_VAR NAME=SUBMENU_FINAL>">
Please enter VCS password :
<br>
@@ -12,4 +13,7 @@
<TMPL_LOOP NAME="FILENAME_LOOP">
<input type="hidden" name="filename" value="<TMPL_VAR NAME=FILENAME>">
+ </TMPL_LOOP>
+ <TMPL_LOOP NAME="PARAMS_LOOP">
+ <input type="hidden" name="params" value="<TMPL_VAR NAME=PARAMS>">
</TMPL_LOOP>
<input type="hidden" name="location" value="<TMPL_VAR NAME=LOCATION>">
|