menu.php
来自「很不错的php聊天室源码,提供给大家学习」· PHP 代码 · 共 20 行
PHP
20 行
<table width=700 align="center" cellspacing=0 cellpadding=0 class="messagebox">
<tr>
<td class="messagetitle">
管理功能快捷入口
</td>
</tr>
<tr>
<td class="messageright">
<button onclick="if(confirm('真的要退出吗?'))location.href='logout.php'">管理员退出</button>
<button onclick="location.href='main.php'">基本设置</button>
<button onclick="location.href='rooms.php'">房间设置</button>
<button onclick="location.href='user.php'">用户管理</button>
<button onclick="location.href='database.php'">数据库管理</button>
<button onclick="location.href='ip.php'">IP设置</button>
<button onclick="location.href='viewprivatemessage.php?mode=main'">私聊监视</button>
</td>
</tr>
</table>
<br>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?