Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv2754/default
Modified Files:
storyNew.tpl
Log Message:
story action methods return output
Index: storyNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/storyNew.tpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** storyNew.tpl 19 Apr 2002 16:34:38 -0000 1.14
--- storyNew.tpl 13 Jun 2002 20:07:27 -0000 1.15
***************
*** 108,111 ****
--- 108,132 ----
<input type=radio {EXTTRANS_CHKBOX} name=content value="exttrans"> Extended Translation</TD>
</TR>
+
+ <!-- BEGIN each_default_option -->
+ <TR>
+ <TD>
+ <INPUT TYPE=hidden name={DOPTION_NAME} value="{DOPTION_NAME_VAL}">{DOPTION_NAME_VAL}</TD>
+ <TD>
+ <INPUT TYPE=text name={DOPTION_VALUE} value="{DOPTION_VALUE_VAL}" size=20> </TD>
+ </TR>
+ <!-- END each_default_option -->
+
+ <!-- BEGIN each_option -->
+ <TR>
+ <TD>
+ <INPUT TYPE=text name={OPTION_NAME} value="{OPTION_NAME_VAL}" size=20>
+ </TD>
+ <TD>
+ <INPUT TYPE=text name={OPTION_VALUE} value="{OPTION_VALUE_VAL}" size=20>
+ </TD>
+ </TR>
+ <!-- END each_option -->
+
<TR>
<TD> </TD>
***************
*** 114,117 ****
--- 135,139 ----
<input type="submit" name="submit" value="preview"></TD>
</TR>
+
</TABLE>
<!-- storyNew.tpl -->
|