⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 menu.php

📁 很不错的php聊天室源码,提供给大家学习
💻 PHP
字号:
<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> &nbsp;
<button onclick="location.href='main.php'">基本设置</button> &nbsp;
<button onclick="location.href='rooms.php'">房间设置</button> &nbsp;
<button onclick="location.href='user.php'">用户管理</button> &nbsp;
<button onclick="location.href='database.php'">数据库管理</button> &nbsp;
<button onclick="location.href='ip.php'">IP设置</button> &nbsp;
<button onclick="location.href='viewprivatemessage.php?mode=main'">私聊监视</button> &nbsp;
	</td>
</tr>
</table>
<br>

⌨️ 快捷键说明

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