📄 index.php
字号:
<?php session_start();include "../conn.php";if ($page=="") {$page=1;}?>
<?php include "hyyz.php";
if ($record==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;
}
.style2 {font-size:18px;
font-family:"宋体";
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #EFF3FF;
}
.STYLE3 {font-size: 16px}
-->
</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><img src="image/head.gif" width="776" height="97" border="0"></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"><span class="STYLE3" style="style2"><a href="index.php?lmbs=<?php echo urlencode(专区管理);?>">专区管理</a></span></td>
</tr>
<tr>
<td height="30" align="center"><a href="index.php?lmbs=<?php echo urlencode(主题管理);?>" class="STYLE3">主题管理</a></td>
</tr>
<tr>
<td height="30" align="center"><a href="index.php?lmbs=<?php echo urlencode(回复主题);?>" class="STYLE3">回复主题管理</a></td>
</tr>
<tr>
<td height="30" align="center"><a href="index.php?lmbs=<?php echo urlencode(用户管理);?>" class="STYLE3">用户管理</a></td>
</tr>
<tr>
<td height="30" align="center"><a href="index.php?lmbs=<?php echo urlencode(关键字);?>" class="STYLE3">危险内容管理</a></td>
</tr>
</table></td>
<td width="596" align="center" valign="top">
<?php switch($lmbs){
case "专区管理":
include "zqgl.php";
break;
case "主题管理":
include "ztgl.php";
break;
case "回复主题":
include "hfztgl.php";
break;
case "用户管理":
include "yhgl.php";
break;
case "关键字":
include "ss.php";
break;
case "":
include "zqgl.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>
<?php }else{
include "yzdl.php";
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -