182 |
kaklik |
1 |
|
|
|
2 |
<tr> |
|
|
3 |
<th class="thHead" colspan="2">{L_ADD_A_POLL}</th> |
|
|
4 |
</tr> |
|
|
5 |
<tr> |
|
|
6 |
<td class="row1" colspan="2"><span class="gensmall">{L_ADD_POLL_EXPLAIN}</span></td> |
|
|
7 |
</tr> |
|
|
8 |
<tr> |
|
|
9 |
<td class="row1"><span class="gen"><b>{L_POLL_QUESTION}</b></span></td> |
|
|
10 |
<td class="row2"><span class="genmed"><input type="text" name="poll_title" size="50" maxlength="255" class="post" value="{POLL_TITLE}" /></span></td> |
|
|
11 |
</tr> |
|
|
12 |
<!-- BEGIN poll_option_rows --> |
|
|
13 |
<tr> |
|
|
14 |
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> |
|
|
15 |
<td class="row2"><span class="genmed"><input type="text" name="poll_option_text[{poll_option_rows.S_POLL_OPTION_NUM}]" size="50" class="post" maxlength="255" value="{poll_option_rows.POLL_OPTION}" /></span> <input type="submit" name="edit_poll_option" value="{L_UPDATE_OPTION}" class="liteoption" /> <input type="submit" name="del_poll_option[{poll_option_rows.S_POLL_OPTION_NUM}]" value="{L_DELETE_OPTION}" class="liteoption" /></td> |
|
|
16 |
</tr> |
|
|
17 |
<!-- END poll_option_rows --> |
|
|
18 |
<tr> |
|
|
19 |
<td class="row1"><span class="gen"><b>{L_POLL_OPTION}</b></span></td> |
|
|
20 |
<td class="row2"><span class="genmed"><input type="text" name="add_poll_option_text" size="50" maxlength="255" class="post" value="{ADD_POLL_OPTION}" /></span> <input type="submit" name="add_poll_option" value="{L_ADD_OPTION}" class="liteoption" /></td> |
|
|
21 |
</tr> |
|
|
22 |
<tr> |
|
|
23 |
<td class="row1"><span class="gen"><b>{L_POLL_LENGTH}</b></span></td> |
|
|
24 |
<td class="row2"><span class="genmed"><input type="text" name="poll_length" size="3" maxlength="3" class="post" value="{POLL_LENGTH}" /></span> <span class="gen"><b>{L_DAYS}</b></span> <span class="gensmall">{L_POLL_LENGTH_EXPLAIN}</span></td> |
|
|
25 |
</tr> |
|
|
26 |
<!-- BEGIN switch_poll_delete_toggle --> |
|
|
27 |
<tr> |
|
|
28 |
<td class="row1"><span class="gen"><b>{L_POLL_DELETE}</b></span></td> |
|
|
29 |
<td class="row2"><input type="checkbox" name="poll_delete" /></td> |
|
|
30 |
</tr> |
|
|
31 |
<!-- END switch_poll_delete_toggle --> |