viewtopic_poll_ballot.tpl

来自「很好的论坛php+mysql+linux」· TPL 代码 · 共 26 行

TPL
26
字号
			<tr>				<td class="row2" colspan="2"><br clear="all" /><form method="POST" action="{S_POLL_ACTION}"><table cellspacing="0" cellpadding="4" border="0" align="center">					<tr>						<td align="center"><span class="gen"><b>{POLL_QUESTION}</b></span></td>					</tr>					<tr>						<td align="center"><table cellspacing="0" cellpadding="2" border="0">							<!-- BEGIN poll_option -->							<tr>								<td><input type="radio" name="vote_id" value="{poll_option.POLL_OPTION_ID}" />&nbsp;</td>								<td><span class="gen">{poll_option.POLL_OPTION_CAPTION}</span></td>							</tr>							<!-- END poll_option -->						</table></td>					</tr>					<tr>						<td align="center">			<input type="submit" name="submit" value="{L_SUBMIT_VOTE}" class="liteoption" />		  </td>					</tr>					<tr>								  <td align="center"><span class="gensmall"><b><a href="{U_VIEW_RESULTS}" class="gensmall">{L_VIEW_RESULTS}</a></b></span></td>					</tr>				</table>{S_HIDDEN_FIELDS}</form></td>			</tr>

⌨️ 快捷键说明

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