Newpoll.html:
<script language='JavaScript'>
var ico;function smile(ico) {document.text.body1.value=document.text.body1.value+ico;}
</script>
<form name='text' method='post' action='index.php?act=newpoll&action=addpoll&f={$_GET['f']}'>
<table width="100%" cellspacing="1" cellpadding="4" class="outborder">
<tr>
<td class="breadcrumb"><img src='templates/{$site_config['template']}/images/nav.gif' width='18px' height='9px' alt='current location' title='current location'><a href="index.php">Index</a> >> <a href="index.php?act=newpoll&f={$_GET['f%']}">{$lang['title']['post_new_poll']}
{$forum_name['name']}</a></td>
</tr>
</table>
<br /><br />
<table width="100%" cellspacing="1" cellpadding="4" class="outborder">
<tr>
<td class='row2' colspan='2'>{$lang['title']['post_new_poll']} {$forum_name['name']}</td>
</tr>
<tr>
<td class='head_block' colspan='2'>
</td>
</tr>
<tr>
<td class='contentbox' width='50%'><strong>{$lang['text']['poll_question']}</strong>
</td>
<td class='contentbox' width='50%'>
<input type='text' name='poll_question' size='50'>
</td>
</tr>
<tr>
<td class='contentbox' width='50%'>{$lang['text']['poll_options']}
</td>
<td class='contentbox' width='50%' align='right'>
<a href="#" onClick="var poll_options=document.text.poll_options; poll_options.rows=poll_options.rows+5"><strong>{$lang['text']['more']} space</strong></a> - <a href="#" onClick="var poll_options=document.text.poll_options; poll_options.rows=poll_options.rows-5"><strong>{$lang['text']['less']} space</strong></a>
</td>
</tr>
<tr>
<td width='100%' colspan='2' class='blockend'><img src='templates/{$site_config['template']}/images/spacer.gif' width='2px' height='1px' alt="" title="" /></td>
</tr>
<tr>
<td class='contentbox1' colspan='2' align='center'>
<textarea name='poll_options' cols='60' rows='5'></textarea><br />
</td>
</tr>
<tr>
<td class='head_block' colspan='2'>
</td>
</tr>
<tr>
<td class='contentbox' width='50%'><strong>{$lang['text']['enter_post']}</strong>
</td>
<td class='contentbox' width='50%' align='right'>
<a href="#" onClick="var body1=document.text.body1; body1.rows=body1.rows+5"><strong>{$lang['text']['more']} space</strong></a> - <a href="#" onClick="var body1=document.text.body1; body1.rows=body1.rows-5"><strong>{$lang['text']['less']} space</strong></a>
</td>
</tr>
<tr>
<td class='contentbox' colspan='2' align='center'>
<strong>{$lang['title']['bbcode']}</strong><br />
<strong>{$bbcode}</strong>
</td>
</tr>
<tr>
<td width='100%' colspan='2' class='blockend'><img src='templates/{$site_config['template']}/images/spacer.gif' width='2px' height='1px' alt="" title="" /></td>
</tr>
<tr>
<td class='contentbox1' align='center' colspan='2'>
<textarea name='body1' cols='60' rows='5'></textarea>
</td>
</tr>
<tr>
<td class='contentbox' colspan='2' align='center'>
<strong>{$lang['title']['smilies']}</strong><br />
{$smilies}
</td>
</tr>
<tr>
<td width='100%' colspan='2' class='blockend'><img src='templates/{$site_config['template']}/images/spacer.gif' width='2px' height='1px' alt="" title="" /></td>
</tr>
<tr>
<td class='contentbox' align='center' colspan='2'><input name='submit' type='submit' value='{$lang['submit']['add_poll']}'></td>
</tr>
<tr>
<td width='100%' colspan='2' class='blockend'><img src='templates/{$site_config['template']}/images/spacer.gif' width='2px' height='1px' alt="" title="" /></td>
</tr>
</table>
</form>
Other Discussion Boards Scripts: