2001-12-10 01:03:20 +00:00
|
|
|
<tr>
|
2001-12-10 14:48:11 +00:00
|
|
|
<td class="cat" colspan="2" height="30"><span class="cattitle">{L_ADD_A_POLL}</span><br /><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td>
|
2001-12-10 01:03:20 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><span class="gen"><b>{L_POLL_QUESTION}</b></span></td>
|
|
|
|
<td class="row2"><span class="courier"><input type="text" name="poll_title" size="50" maxlength="255" value="{POLL_TITLE}" /></span></td>
|
|
|
|
</tr>
|
|
|
|
<!-- BEGIN poll_option_rows -->
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td>
|
2001-12-10 14:48:11 +00:00
|
|
|
<td class="row2"><span class="courier"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input class="mainoptiontable" type="submit" name="edit_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_UPDATE_OPTION}" /> <input class="liteoptiontable" type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" /></td>
|
2001-12-10 01:03:20 +00:00
|
|
|
</tr>
|
|
|
|
<!-- END poll_option_rows -->
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td>
|
2001-12-10 14:48:11 +00:00
|
|
|
<td class="row2"><span class="courier"><input type="text" name="add_poll_option_text" size="50" maxlength="255" value="{ADD_POLL_OPTION}" /></span> <input class="mainoptiontable" type="submit" name="add_poll_option" value="{L_ADD_OPTION}" /></td>
|
2001-12-10 01:03:20 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td>
|
|
|
|
<td class="row2"><span class="courier"><input type="text" name="poll_length" size="3" maxlength="3" value="{POLL_LENGTH}" /></span> <span class="gen"><b>{L_DAYS}</b></span> <span class="gensmall">{L_POLL_LENGTH_EXPLAIN}</span></td>
|
|
|
|
</tr>
|
|
|
|
<!-- BEGIN poll_delete_toggle -->
|
|
|
|
<tr>
|
|
|
|
<td class="row1"><span class="gen"><b>{L_POLL_DELETE}</b></span></td>
|
|
|
|
<td class="row2"><input type="checkbox" name="poll_delete" /></td>
|
|
|
|
</tr>
|
|
|
|
<!-- END poll_delete_toggle -->
|