list_bottom.php

来自「php写的论坛,代码精简到极点 请相看说明文件。是从英文翻译过来的:)」· PHP 代码 · 共 29 行

PHP
29
字号
<?/*

======================================================
Writing list bottom
======================================================

*/?>
 
 
 
 
<tr><td colspan=9 height=3 bgcolor=#2CBBFF></td></tr>
</table>

<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td width=1%><?=$copyright?></td>
<td width=99% align=right><a href=naboard.php?bd=<?=$bd?>>列表</a> <a href=write.php?bd=<?=$bd?>>发贴</a></td>
</tr>
</table>

<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr><td height=5></td></tr>
<tr><td align=center><?index();?></td></tr>
<tr><td height=5></td></tr>
</table>

<?include"$skin/search.php";?>

⌨️ 快捷键说明

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