index.html
来自「top-cms内容管理系统」· HTML 代码 · 共 24 行
HTML
24 行
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="poll" method="post" action="/root/asp/poll.asp">
<tr>
<td height="22" colspan="2"><font color="#666666">■</font> ${调查主题[:]@@1@}
</td>
</tr>
<tr>
<td colspan="2"> ${调查选项[:]
<input type="radio" name="poll" value="@@1@">
@@2@<br>
} </td>
</tr>
<tr>
<td align="center" height="7" colspan="2"></td>
</tr>
<tr>
<td align="center" height="36" colspan="2"> ${调查链接[:]
<input type="hidden" name="qID" value="@@1@">
<input type="image" border="0" name="imageField2" src="/root/images/tj.gif" width="57" height="19">
<a href="/root/asp/poll.asp?qID=@@1@"><img src="/root/images/ck.gif" width="57" height="19" border="0"></a>
} </td>
</tr>
</form>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?