📄 infolist.html
字号:
{include header.html}
<TABLE cellSpacing=1 cellPadding=0 width="98%" align=center bgcolor="cccccc">
<tr>
<td class="head">信息列表<tr>
<td class=f_one>
<table border="0" width="100%">
<tr>
<td bgcolor="#F5F5F5" height="25"><b>信息标题:</b></td>
<td bgcolor="#F5F5F5" height="25" align="center"><b>点击</b></td>
<td width="18%" align="center" bgcolor="#F5F5F5" height="25">
<b>发布时间</b></td>
</tr>
<for var="siteinfo" value="infolist">
<tr class=f_one onmouseover="this.className='f_two'" onmouseout="this.className='f_one'">
<td height="25" width="50%"> ·<a href="info.php?id={$infolist['id']}">{$infolist['title']}</a></td>
<td height="25" width="5%" align=center>
{$infolist['hits']}</td>
<td height="25" width="18%" align="center">{$infolist['addtime']:date Y-m-d H:i:s}</td>
</tr>
</for>
<tr>
<td colspan="3" align=right bgcolor="#F5F5F5">{$page}</td>
</tr>
</table>
</td>
</tr>
</table>
{include footer.html}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -