📄 bzgl.php
字号:
<?php session_start();include "../conn.php";if ($page=="") {$page=1;}?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>论坛管理</title>
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style1 {font-size: 13px;
font-family: "宋体";
font-weight: normal;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #EFF3FF;
}
-->
</style></head>
<script language="javascript" src="../script/zc_check.js" type="text/javascript"></script>
<body>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><?php include("../gly/head.php");?></td>
</tr>
<tr>
<td background="../image/index4.gif"><img src="../image/555.gif" width="776" height="29"></td>
</tr>
</table>
<table width="776" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="180" height="200" align="center" valign="top">
<table width="175" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="5" align="center"> </td>
</tr>
<tr>
<td height="30" align="center"><a href="bzgl.php?tz=<?php echo urlencode(帖子管理);?>">帖子管理</a></td>
</tr>
<tr>
<td height="30" align="center"><a href="bzgl.php?tz=<?php echo urlencode(回复帖子管理);?>">回复帖子管理</a></td>
</tr>
<td height="30" align="center"><a href="bzgl.php?tz=<?php echo urlencode(关键字);?>">危险内容管理</a></td>
</tr>
</table></td>
<td width="596" align="center" valign="top">
<?php switch($tz){
case "帖子管理":
include "tzgl.php";
break;
case "回复帖子管理":
include "hftzgl.php";
break;
case "关键字":
include "ss.php";
break;
case "":
include "tzgl.php";
break; }
?>
</td>
</tr>
</table>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><?php include("../gly/under.php");?></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -