Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic
In directory usw-pr-cvs1:/tmp/cvs-serv27489/phpslash-ft/public_html/templates/en/basic
Modified Files:
storyNew.tpl
Log Message:
storyNew.tpl - html changes only
Index: storyNew.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/basic/storyNew.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** storyNew.tpl 15 Apr 2002 13:13:08 -0000 1.3
--- storyNew.tpl 19 Apr 2002 16:34:39 -0000 1.4
***************
*** 6,105 ****
<table cellpadding="5" cellspacing="0" border="0">
<tr>
! <td class="descr">Title</td>
! <td><input type="text" name="title" value="{TITLE}" size="50" /></td>
</tr>
<tr>
! <td class="descr">Dept.</td>
! <td><input type="text" name="dept" value="{DEPT}" size="50" /></td>
</tr>
<tr>
! <td colspan="2">
! <table border="0">
! <tr>
! <td class="descr">Topic</td>
! <td>
! <select size="4" multiple="multiple" name="topic_id_ary[]">
! <!-- BEGIN topic_row -->
! <option value="{TOPIC_ID}" {SELECTED}>{TOPIC_NAME}</option>
! <!-- END topic_row -->
! </select>
! </td>
! <td class="descr">Section</td>
! <td>
! <select size="4" multiple="multiple" name="section_id_ary[]">
! <!-- BEGIN section_row -->
! <option value="{SECTION_ID}" {SELECTED}>{SECTION_NAME}</option>
! <!-- END section_row -->
! </select>
! </td>
! </tr>
! <tr>
! <td class="descr">Author</td>
! <td>
! <select name="author_id">
! <!-- BEGIN author_row -->
! <option value="{AUTHOR_ID}" {AUTHOR_SELECTED}>{AUTHOR_NAME}</option>
! <!-- END author_row -->
! </select>
! </td>
! <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>
! </table>
</td>
</tr>
</table>
- <p class="descr">Intro Text</p>
- <textarea name="intro_text" wrap="physical" cols="75" rows="10">{INTROTEXT}</textarea>
- <p class="descr">Body Text</p>
- <textarea name="body_text" wrap="physical" cols="75" rows="10">{BODYTEXT}</textarea>
- <p><span class="descr">New Story Options: </span>
- <input type="radio" {PLAIN_CHKBOX} name="content" value="plain" /> Plain Text
- <input type="radio" {HTML_CHKBOX} name="content" value="html" /> HTML
- <input type="radio" {EXTTRANS_CHKBOX} name="content" value="exttrans" /> Extended Translation</p>
-
- <input type="submit" name="submit" value="save" />
- <input type="submit" name="submit" value="preview" />
</form>
</div> <!-- id="storyNew" -->
--- 6,117 ----
<table cellpadding="5" cellspacing="0" border="0">
<tr>
! <td class="descr" align="right">Title</td>
! <td colspan="3"><input type="text" name="title" value="{TITLE}" size="50" /></td>
</tr>
<tr>
! <td class="descr" align="right">Dept.</td>
! <td colspan="3"><input type="text" name="dept" value="{DEPT}" size="50" /></td>
</tr>
<tr>
! <td class="descr" align="right">Topic</td>
! <td>
! <select size="4" multiple="multiple" name="topic_id_ary[]">
! <!-- BEGIN topic_row -->
! <option value="{TOPIC_ID}" {SELECTED}>{TOPIC_NAME}</option>
! <!-- END topic_row -->
! </select>
! </td>
! <td class="descr" align="right">Section</td>
! <td>
! <select size="4" multiple="multiple" name="section_id_ary[]">
! <!-- BEGIN section_row -->
! <option value="{SECTION_ID}" {SELECTED}>{SECTION_NAME}</option>
! <!-- END section_row -->
! </select>
! </td>
! </tr>
! <tr>
! <td class="descr" align="right">Author</td>
! <td colspan="3">
! <select name="author_id">
! <!-- BEGIN author_row -->
! <option value="{AUTHOR_ID}" {AUTHOR_SELECTED}>{AUTHOR_NAME}</option>
! <!-- END author_row -->
! </select>
! </td>
! </tr>
! <tr>
! <td class="descr" align="right">Date</td>
! <td>
! <!-- BEGIN datetime_row -->
! <INPUT type=hidden name=datetime value="{TIME}" size=20>{TIME_VALUE}
! </td>
! <td colspan="2"> </td>
! <!-- 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></td>
! <td class="descr" align="right">Time</td>
! <td>
! <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>
! <tr>
! <td class="descr" align="right">Intro Text</td>
! <td colspan="3"><textarea name="intro_text" wrap="physical" cols="75" rows="10">{INTROTEXT}</textarea></td>
! </tr>
! <tr>
! <td class="descr" align="right">Body Text</td>
! <td colspan="3"><textarea name="body_text" wrap="physical" cols="75" rows="10">{BODYTEXT}</textarea></td>
! </tr>
! <tr>
! <td> </td>
! <td colspan="3">
! <span class="descr">New Story Options: </span>
! <input type="radio" {PLAIN_CHKBOX} name="content" value="plain" /> Plain Text
! <input type="radio" {HTML_CHKBOX} name="content" value="html" /> HTML
! <input type="radio" {EXTTRANS_CHKBOX} name="content" value="exttrans" /> Extended Translation</p>
! </td>
! </tr>
! <tr>
! <td> </td>
! <td colspan="3">
! <input type="submit" name="submit" value="save" />
! <input type="submit" name="submit" value="preview" />
</td>
</tr>
</table>
</form>
</div> <!-- id="storyNew" -->
|