📄 view_poll.tpl
字号:
<table width="100%" cellspacing=0 cellpadding=5 class=adminform style='word-break: break-all'>
<tr class='info_title'>
<td colspan="8"><strong>查看投票结果-> {Name}</strong></td>
</tr>
<tr class='info_content'>
<td colspan=4><b>投票问题: </b> {Question} (共 {Total} 票)</td>
</tr>
<!-- beginRow OptionList -->
<tr class='info_content'>
<td width=18%>{OptionList.Value}</td>
<td>
<table width=100% cellpadding=0 cellspacing=0 border=1 style='height:10px; border-style: none'>
<tr>
<td style='border:0px;width: 3px'><img src='images/bar{OptionList.i}-l.gif'></td>
<td style='border:0px' width='{OptionList.VoteRate}%' style='; background: url(images/bar{OptionList.i}.gif)'></td>
<td style='border:0px;width:3px'><img src='images/bar{OptionList.i}-r.gif'></td>
<td></td>
</tr>
</table>
</td>
<td width=6% nowrap>{OptionList.Vote} 票 {OptionList.VoteRateFloat} %</td>
</tr>
<!-- endRow OptionList -->
<tr align="center" class='info_bottom'>
<td colspan="4">
<input type="button" onClick='doCancle();' value="返回(C)" accesskey="c">
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -