viewthread_poll.htm

来自「速度很快的PHP论坛源程序」· HTM 代码 · 共 35 行

HTM
35
字号
<form method="post" action="misc.php?action=votepoll&fid=$fid&tid=$tid">
<input type="hidden" name="formhash" value="{FORMHASH}">

<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr><td class="header" colspan="2">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr class="smalltxt" style="color: {HEADERTEXT}"><td class="bold">{lang poll_subject}: $thread[subject]&nbsp;
<!--{if $pollopts['multiple']}-->({lang poll_multiple})<!--{else}-->({lang poll_single})<!--{/if}-->
</td><td align="right"><a href="viewthread.php?tid=$tid&page=$page&sid=$sid&showvoters=yes">{lang poll_view_voters}</a>
</td></tr></table>
</td></tr>

<!--{if $showvoters == 'yes'}-->
	<tr>
	<td bgcolor="{ALTBG2}" colspan="2"><span class="bold">{lang poll_voters}:</span><br><br>
	<!--{loop $pollopts['voters'] $voter}-->
		<a href="viewpro.php?username={echo rawurlencode($voter)}">$voter</a> &nbsp;
	<!--{/loop}-->
	<br>
<!--{/if}-->

<!--{loop $polloptions $key $option}-->
	<tr>
	<td bgcolor="{ALTBG1}" width="35%">
	<!--{if $allowvote}-->
		<input type="$optiontype" name="pollanswers[]" value="$key">
	<!--{/if}-->
	$option[option]</td>
	<td bgcolor="{ALTBG2}" width="75%"><img src="images/common/bar{echo $key % 10}.gif" width="$option[width]" height="11"> &nbsp; <b>$option[votes]</b> ($option[percent]%)</td>
	</tr>
<!--{/loop}-->

</table>
<!--{if $allowvote}--><br><center><input type="submit" name="pollsubmit" value="{lang submit}"></center><!--{/if}-->
<br><br></form>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?