Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory sc8-pr-cvs1:/tmp/cvs-serv6703/phpslash-ft/public_html/templates/en/basic
Modified Files:
authorNew.tpl authorProfile.tpl blockEdit.tpl sectionNew.tpl
storyNew.tpl
Log Message:
displayOptions rewritten to be able to display different option types.
Index: authorNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorNew.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** authorNew.tpl 12 Nov 2002 17:08:16 -0000 1.9
--- authorNew.tpl 14 Apr 2003 17:42:58 -0000 1.10
***************
*** 32,47 ****
<td><input type="password" name="password" value="{PASSWORD}" size="10" /></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>
! <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>
! </tr>
! <!-- END each_option -->
<tr>
<td class="descr">Security <span class="must">*</span></td>
--- 32,36 ----
<td><input type="password" name="password" value="{PASSWORD}" size="10" /></td>
</tr>
! {OPTIONS}
<tr>
<td class="descr">Security <span class="must">*</span></td>
Index: authorProfile.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/authorProfile.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** authorProfile.tpl 4 Dec 2002 19:51:25 -0000 1.7
--- authorProfile.tpl 14 Apr 2003 17:42:59 -0000 1.8
***************
*** 32,43 ****
<td><input type="password" name="password" value="{PASSWORD}" size="10" /></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>
! <!-- END each_default_option -->
! <!-- BEGIN each_option -->
! <!-- END each_option -->
! </tr>
<tr>
<td colspan="2">
--- 32,36 ----
<td><input type="password" name="password" value="{PASSWORD}" size="10" /></td>
</tr>
! {OPTIONS}
<tr>
<td colspan="2">
Index: blockEdit.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/blockEdit.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** blockEdit.tpl 13 Jun 2002 20:18:04 -0000 1.5
--- blockEdit.tpl 14 Apr 2003 17:42:59 -0000 1.6
***************
*** 73,92 ****
<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>
! <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>
--- 73,77 ----
<td class="descr">Variable Value</td>
</tr>
! {OPTIONS}
<tr>
<td> </td>
Index: sectionNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/sectionNew.tpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** sectionNew.tpl 7 Aug 2002 19:30:18 -0000 1.4
--- sectionNew.tpl 14 Apr 2003 17:42:59 -0000 1.5
***************
*** 15,30 ****
</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>
! <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>
--- 15,19 ----
</td>
</tr>
! {OPTIONS}
<tr>
<td> </td>
Index: storyNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/storyNew.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** storyNew.tpl 11 Oct 2002 19:32:02 -0000 1.7
--- storyNew.tpl 14 Apr 2003 17:42:59 -0000 1.8
***************
*** 112,127 ****
</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>
--- 112,116 ----
</td>
</tr>
! {OPTIONS}
<tr>
<td> </td>
|