view_poll.tpl

来自「渣渣网络商店系统[ZZShop] V1.0」· TPL 代码 · 共 29 行

TPL
29
字号
<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> &nbsp; {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 + =
减小字号Ctrl + -
显示快捷键?