Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv2754/basic
Modified Files:
storyNew.tpl authorNew.tpl blockEdit.tpl
Log Message:
story action methods return output
Index: storyNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/storyNew.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** storyNew.tpl 19 Apr 2002 17:26:37 -0000 1.5
--- storyNew.tpl 13 Jun 2002 20:07:27 -0000 1.6
***************
*** 106,109 ****
--- 106,121 ----
</td>
</tr>
+ <!-- BEGIN each_default_option -->
+ <tr>
+ <td class="descr"><input type="hidden" name="{DOPTION_NAME}" value="{DOPTION_NAME_VAL}" size="15" />{DOPTION_NAME_VAL}</td>
+ <td class="descr"><input type="text" name="{DOPTION_VALUE}" value="{DOPTION_VALUE_VAL}" size="20" /></td>
+ </tr>
+ <!-- END each_default_option -->
+ <!-- BEGIN each_option -->
+ <tr>
+ <td class="descr"><input type="text" name="{OPTION_NAME}" value="{OPTION_NAME_VAL}" size="15" /></td>
+ <td class="descr"><input type="text" name="{OPTION_VALUE}" value="{OPTION_VALUE_VAL}" size="20" /></td>
+ <!-- END each_option -->
+
<tr>
<td> </td>
Index: authorNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorNew.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** authorNew.tpl 3 Jun 2002 18:04:55 -0000 1.5
--- authorNew.tpl 13 Jun 2002 20:07:27 -0000 1.6
***************
*** 35,39 ****
<tr>
<td class="descr"><input type="hidden" name="{DOPTION_NAME}" value="{DOPTION_NAME_VAL}" size="15" />{DOPTION_NAME_VAL}</td>
! <td class="descr"><input type="text" name="{DOPTION_VALUE}" value="{DOPTION_VALUE_VAL}" size="20" /></td>
<!-- END each_default_option -->
<!-- BEGIN each_option -->
--- 35,40 ----
<tr>
<td class="descr"><input type="hidden" name="{DOPTION_NAME}" value="{DOPTION_NAME_VAL}" size="15" />{DOPTION_NAME_VAL}</td>
! <td class="text"><input type="text" name="{DOPTION_VALUE}" value="{DOPTION_VALUE_VAL}" size="20" /></td>
! </tr>
<!-- END each_default_option -->
<!-- BEGIN each_option -->
Index: blockEdit.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/blockEdit.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** blockEdit.tpl 7 Jun 2002 16:35:57 -0000 1.3
--- blockEdit.tpl 13 Jun 2002 20:07:27 -0000 1.4
***************
*** 1,4 ****
<!-- start blockEdit.tpl -->
- {TITLEBAR}
<div id="blockEdit">
<form action="{ACTION_URL}" method="post">
--- 1,3 ----
***************
*** 73,76 ****
--- 72,81 ----
<td class="descr">Variable Value</td>
</tr>
+ <!-- BEGIN each_default_option -->
+ <tr>
+ <td class="descr"><input type="hidden" name="{DOPTION_NAME}" value="{DOPTION_NAME_VAL}" size="15" />{DOPTION_NAME_VAL}</td>
+ <td class="text"><input type="text" name="{DOPTION_VALUE}" value="{DOPTION_VALUE_VAL}" size="20" /></td>
+ </tr>
+ <!-- END each_default_option -->
<!-- BEGIN each_option -->
<tr>
|