sibtracker/templates/default/poll.tpl
2019-05-18 13:46:03 +08:00

21 lines
848 B
Smarty

<div class="shadow2"><div class="block2"><div class="line line_center"><div class="blocktitle">{title}</div></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="mid_l">&nbsp;</td>
<td align="left" class="news_bg" valign="top"><table width="70%" align="center">
<tr>
<td class="news">{question}</td>
</tr>
<tr>
<td class="news"><br />{list}</td>
</tr>
<tr>
[voted]<td class="slink" align="center">Âñåãî ïðîãîëîñîâàëî: {votes}</td>[/voted]
</tr>
<tr>
[allow_vote]<td align="center">[not-voted]<br /><input type="button" onclick="doPoll('vote'); return false;" class="bbcodes_poll" value="Ãîëîñîâàòü" />&nbsp;<input type="button" onclick="doPoll('results'); return false;" class="bbcodes_poll" value="Ðåçóëüòàòû" />[/not-voted]</td>[/allow_vote]
</tr>
</table></td></tr></table>
</div></div>