Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv27461/phpslash-ft/public_html/templates/en/default
Modified Files:
authorNew.tpl authorProfile.tpl
Log Message:
author_options
Index: authorNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/authorNew.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** authorNew.tpl 23 May 2002 18:43:03 -0000 1.9
--- authorNew.tpl 31 May 2002 16:45:56 -0000 1.10
***************
*** 30,33 ****
--- 30,51 ----
<TD><INPUT type="password" name="password" value="{PASSWORD}" SIZE="10"></TD>
</TR>
+ <!-- BEGIN each_default_option -->
+ <TR>
+ <TD>
+ <INPUT TYPE=hidden name={DOPTION_NAME} value="{DOPTION_NAME_VAL}"><B>{DOPTION_NAME_VAL}</B></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 valign=top><B>Security</B><FONT COLOR=RED>*</FONT></TD>
Index: authorProfile.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/authorProfile.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** authorProfile.tpl 20 May 2002 19:52:48 -0000 1.1
--- authorProfile.tpl 31 May 2002 16:45:56 -0000 1.2
***************
*** 30,33 ****
--- 30,41 ----
<TD><INPUT type="password" name="password" value="{PASSWORD}" SIZE="10"></TD>
</TR>
+ <!-- BEGIN each_default_option -->
+ <TR>
+ <TD>
+ <INPUT TYPE=hidden name={DOPTION_NAME} value="{DOPTION_NAME_VAL}"><B>{DOPTION_NAME_VAL}</B></TD>
+ <TD>
+ <INPUT TYPE=text name={DOPTION_VALUE} value="{DOPTION_VALUE_VAL}" size=20> </TD>
+ </TR>
+ <!-- END each_default_option -->
</TABLE>
<INPUT type="hidden" name="author_id" value="{AUTHOR_ID}">
|