⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vote.htm

📁 很好的一套PHP树形论坛程序
💻 HTM
字号:
<!--<?php
print <<<EOT
-->
<CENTER>
<form action="job.php?votejop=vote" method=post name=vote>
<div class="spaceborder" style="width: 98%">
<table cellspacing="0" cellpadding="4" width="100%" align="center">
<tr><td class="header" colspan="3">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr class="smalltxt" style="color: #154BA0"><td class="bold">投票标题: $subject</td>
<td align="right">
[<a href='read.php?fid=$fid&tid=$tid&viewvoter=$ifview'>参与投票的会员</a>]
</td></tr></table>
</td></tr>
<!--
EOT;
foreach($votedb as $key=>$vote){
print <<<EOT
-->
<tr>
<td class="altbg1" width="18%">
<!--
EOT;
if(!$havevote || $action=='modify'){
print <<<EOT
-->
<input type='$votetype' value='$key' name="voteid[]">
<!--
EOT;
}print <<<EOT
-->
<b>$vote[name]</b> </td>
<td class="altbg2"><div class="percent"><div style="width: 302"></div></div><div class="percenttxt">
<img src='$imgpath/post/vote/bar1.gif' width=$vote[width] height=10>
&nbsp;$vote[num]&nbsp;票</td>
</div></td>
<td class="altbg1" align="center">$vote[voter]</td>
</tr>
<!--
EOT;
}
print <<<EOT
-->
<tr class="bottom"><td class="altbg1">
<!--
EOT;
if($havevote=='havevote' && $action!='modify'){print <<<EOT
-->
<a href="read.php?fid=$fid&tid=$tid&action=modify">修改投票</a>
<!--
EOT;
}else{
if($action=='modify'){print <<<EOT
-->
<input type=hidden value='modify' name=voteaction>
<!--
EOT;
}if($multi){print <<<EOT
-->
限选个数:$multi&nbsp;&nbsp;
<!--
EOT;
}print <<<EOT
-->
</td>


<!--
EOT;
}print <<<EOT
-->
<td class="altbg2" colspan="2">
<input type=hidden value='$pollid' name=pollid>
<input class="button" type="submit" value="提 &nbsp; 交">
&nbsp;&nbsp;&nbsp; 总共有<b>{$votesum}</b>人参与本次投票 发起于:$tpc_date</td>
</tr>
</table></div></form><br>
</CENTER>
<!--
EOT;
?>

⌨️ 快捷键说明

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