Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv25599/phpslash-ft/public_html/templates/en/basic
Modified Files:
storyNew.tpl
Log Message:
drop-down dates for stories
Index: storyNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/storyNew.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** storyNew.tpl 9 Apr 2002 16:57:06 -0000 1.2
--- storyNew.tpl 15 Apr 2002 13:13:08 -0000 1.3
***************
*** 45,49 ****
<td class="descr">Time</td>
<td>
! <input type="text" name="time" value="{TIME}" size="20" />{TIME_VALUE}</TD>
</td>
</tr>
--- 45,88 ----
<td class="descr">Time</td>
<td>
! <!-- BEGIN datetime_row -->
! <INPUT type=hidden name=datetime value="{TIME}" size=20>{TIME_VALUE}
! <!-- END datetime_row -->
! <!-- BEGIN datetimeset_row -->
! <select name=story_date[]>
! <!-- BEGIN year_row -->
! <option {SELECTED} value="{STORYYEAR}">{STORYYEAR}</option>
! <!-- END year_row -->
! </select>
! -
! <select name=story_date[]>
! <!-- BEGIN month_row -->
! <option {SELECTED}>{STORYMONTH}</option>
! <!-- END month_row -->
! </select>
! -
! <select name=story_date[]>
! <!-- BEGIN day_row -->
! <option {SELECTED}>{STORYDAY}</option>
! <!-- END day_row -->
! </select>
! Time
! <select name=story_time[]>
! <!-- BEGIN hour_row -->
! <option {SELECTED}>{STORYHOUR}</option>
! <!-- END hour_row -->
! </select>
! :
! <select name=story_time[]>
! <!-- BEGIN minute_row -->
! <option {SELECTED}>{STORYMINUTE}</option>
! <!-- END minute_row -->
! </select>
! :
! <select name=story_time[]>
! <!-- BEGIN second_row -->
! <option {SELECTED}>{STORYSECOND}</option>
! <!-- END second_row -->
! </select>
! <!-- END datetimeset_row -->
</td>
</tr>
|