📄 ichat_table.htm
字号:
<!--<?php print <<<EOT
-->
<table width="$tablewidth" border="0" align="center" cellpadding="0" cellspacing="0" class="thread_table">
<tr height="32" align="center">
<!--
EOT;
if($groupid=='guest'){print <<<EOT
-->
<form action='login.php' method=post>
<td width="5%" height="32"><img src="$imgpath/$stylepath/index/index_login.gif" width="32" height="32" /></td>
<td width="10%" align="right">登录名称:</td>
<td width="25%" align="left"><input class="button" type="text" name="pwuser" maxlength="20" /></td>
<td width="10%" align="right">登录密码:</td>
<td width="25%" align="left"><input class="button" type="password" name="pwpwd" maxlength="30" /></td>
<td width="25%" align="left"><input name="submit" type="image" src="$imgpath/$stylepath/index/b_button1.gif" width="65" height="20">
<a href="register.php"><img src="$imgpath/$stylepath/index/b_button2.gif" width="65" height="20"></a>
</td>
<input type='hidden' value='index.php' name='jumpurl'>
<input type='hidden' value='2' name='step'></form>
<!--
EOT;
}else{print <<<EOT
-->
<td width="25%">
<a href="post.php?fid=$fid" target="_blank"><img src="$imgpath/$stylepath/index/b_button3.gif" width="100" height="20"></a>
</td>
<td width="25%">
<a href="profile.php"><img src="$imgpath/$stylepath/index/b_button4.gif" width="100" height="20"></a>
</td>
<td width="25%">
<a href="login.php?action=quit"><img src="$imgpath/$stylepath/index/b_button6.gif" width="100" height="20"></a>
</td>
<!--
EOT;
if($windid==$manager ||$SYSTEM['allowadmincp']){print <<<EOT
-->
<td width="25%">
<a href="admin.php" target="_blank"><img src="$imgpath/$stylepath/index/b_button5.gif" width="100" height="20"></a>
</td>
<!--
EOT;
}}print <<<EOT
-->
</tr></table>
<!--
EOT;
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -