📄 admin_manage_left.asp
字号:
<!--#include file="mdb.asp"-->
<%
if session("adminlogin")<>sessionvar then
Response.Write("<script language=javascript>alert('你尚未登录,或者超时了!请重新登录');this.location.href='index.asp';</script>")
Response.End
End if
%>
<HTML>
<HEAD>
<TITLE>管理菜单</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<LINK REL="stylesheet" HREF="css.css" TYPE="text/css">
<SCRIPT language=JavaScript>
NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
ver4 = (NS4 || IE4) ? 1 : 0;
if (ver4) {
with (document) {
write("<STYLE TYPE='text/css'>");
if (NS4) {
write(".parent {position:absolute; visibility:visible}");
write(".child {position:absolute; visibility:visible}");
write(".regular {position:absolute; visibility:visible}")
}else {
write(".child {display:none}")
}
write("</STYLE>");
}}
function arrange() {
nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
for (i=firstInd+1; i<document.layers.length; i++) {
whichEl = document.layers[i];
if (whichEl.visibility != "hide") {
whichEl.pageY = nextY;
nextY += whichEl.document.height;
}}}
function initIt(){
if (!ver4) return;
if (NS4) {
for (i=0; i<document.layers.length; i++) {
whichEl = document.layers[i];
if (whichEl.id.indexOf("Child") != -1) whichEl.visibility = "hide";
}
arrange();
}else {
divColl = document.all.tags("DIV");
for (i=0; i<divColl.length; i++) {
whichEl = divColl(i);
if (whichEl.className == "child") whichEl.style.display = "none";
}}}
function expandIt(el) {
if (!ver4) return;
if (IE4) {
whichEl = eval(el + "Child");
if (whichEl.style.display == "none") {
whichEl.style.display = "block";
}else {
whichEl.style.display = "none";
}}else {
whichEl = eval("document." + el + "Child");
if (whichEl.visibility == "hide") {
whichEl.visibility = "show";
}else {
whichEl.visibility = "hide";
}
arrange();
}}
onload = initIt;
</SCRIPT>
</HEAD>
<BODY TOPMARGIN="0" BGCOLOR="#CCCCCC">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" class="HeaderTdStyle">
<tr> <td HEIGHT="25" VALIGN="MIDDLE"><div align="center"><b> 后台管理菜单</b></div></td></tr><tr><td VALIGN="TOP"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" ALIGN="CENTER" BGCOLOR="#eeeeee">
<TR><TD HEIGHT="25" ><DIV class=parent id=KB007Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><A onclick="expandIt('KB007'); return false" href="admin_left.asp#">网站信息管理</a></B></DIV></TD></TR>
<TR><TD VALIGN="TOP"><DIV class=child id=KB007Child><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1"><TR>
<TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a HREF="Admin_SiteConfig.asp" TARGET="frmright">基本信息设置</a></TD></TR></TABLE></div></TD></TR>
<TR><TD HEIGHT="25"><DIV class=parent id=KB999Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><A onclick="expandIt('KB999'); return false" href="admin_left.asp#">网站审核管理</a></B></DIV></TD></TR><TR >
<TD VALIGN="TOP"><DIV class=child id=KB999Child><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1"><TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="admin_detail_verity.asp" target="frmright">网站审核</a></TD></TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="admin_detail_search.asp" target="frmright">网站搜索</a></TD></TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="admin_detail_add.asp" target="frmright">网站添加</a></TD></TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="admin_detail_list.asp" target="frmright">网站列表</a></TD></TR></TABLE></div></TD></TR>
<TR><TD HEIGHT="25" ><DIV class=parent id=KB001Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><A onclick="expandIt('KB001'); return false" href="admin_left.asp#">网站分类管理</a></B></DIV></TD></TR>
<TR><TD VALIGN="TOP"><DIV class=child id=KB001Child><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1"><TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="admin_class_add.asp" target="frmright">类别添加管理</a></TD></TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="admin_class_del.asp" target="frmright">类别删除管理</a></TD></TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="admin_class_modify.asp" target="frmright">类别修改管理</a></TD></TR></TABLE></div></TD></TR>
<TR><TD HEIGHT="25"><DIV class=parent id=KB003Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><A onclick="expandIt('KB003'); return false" href="admin_left.asp#">生成html管理</a></B></div></TD></TR>
<TR><TD><DIV class=child id=KB003Child>
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1"><TR>
<TD><img src="../images/nofollow.gif" align="ABSMIDDLE"><a href="Create.asp" target="frmright">生成分类页面</a></TD></TR><TR>
<TD><img src="../images/nofollow.gif" align="ABSMIDDLE"><a href="../template.asp" target="frmright">生成其他页面</a></TD></TR>
</TABLE></div></TD></TR>
<TR><TD HEIGHT="25"><DIV class=parent id=KB004Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><a onclick="expandIt('KB004'); return false" href="admin_left.asp#">网站连接更新</a></B></div></TD></TR>
<TR><TD><DIV class=child id=KB004Child>
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1">
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="makejs.asp?s=1" target="frmright">首页连接更新</a></TD>
</TR></TABLE></div></TD></TR>
<TR><TD HEIGHT="25"><DIV class=parent id=KB009Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><A onclick="expandIt('KB009'); return false" href="admin_left.asp#">模版修改管理</a></B></div></TD></TR>
<TR><TD><DIV class=child id=KB009Child>
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1">
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="Admin_template.asp?id=1" target="frmright">分类模版修改</a></TD>
</TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="Admin_template.asp?id=2" target="frmright">首页模版修改</a></TD>
</TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="Admin_template.asp?id=3" target="frmright">关于本站页模板</a></TD>
</TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="Admin_template.asp?id=4" target="frmright">联系本站页模板</a></TD>
</TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="Admin_template.asp?id=5" target="frmright">网站地图页模板</a></TD>
</TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="Admin_template.asp?id=6" target="frmright">免责声明页模板</a></TD>
</TR>
<TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a href="Admin_template.asp?id=7" target="frmright">使用帮助页模板</a></TD>
</TR></TABLE></div></TD></TR>
<TR><TD HEIGHT="25"><DIV class=parent id=KB1000Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><A onclick="expandIt('KB1000'); return false" href="admin_left.asp#">网站用户管理</a></B></div></TD></TR><TR >
<TD><DIV class=child id=KB1000Child><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1"><TR><TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a HREF="user_manager.asp" TARGET="frmright">管理员管理</a></TD></TR>
</TABLE></DIV></TD></TR>
<tr>
<TD HEIGHT="25"><DIV class=parent id=KB088Parent><IMG SRC="../images/plus.gif" WIDTH="15" HEIGHT="15"><B><A onclick="expandIt('KB088'); return false" href="admin_left.asp#">疑难解决</a></B></div></TD>
</tr>
<tr>
<TD><DIV class=child id=KB088Child>
<TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="1">
<TR>
<TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a HREF="http://www.HOTwz.com/bbs/" title="技术支持" TARGET="_blank">热门网址</a></TD>
</TR>
<TR>
<TD><IMG SRC="../images/nofollow.gif" ALIGN="ABSMIDDLE"><a HREF="http://www.HOTwz.com/" title="演示地址" TARGET="_blank">热门网址_上网导航</a></TD>
</TR>
</TABLE>
</div></TD>
</tr>
<TR><TD HEIGHT="50"></TD></TR> </TABLE><TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="5"><TR>
<TD HEIGHT="20">
</TD>
</TR><TR>
<TD HEIGHT="33">版权所有:<a href="http://www.HOTwz.com" title="版权所有" target="_blank">热门网址</a><br>
设计制作:<a href="http://wpa.qq.com/msgrd?V=1&Uin=171159599&Site=热门网址&Menu=yes" target="_blank" title="QQ留言">热门网址</a><br>
版本:<a href="http://www.HOTwz.com" title="前往下载最新版本" target="_blank">3.6 生成html版</a>
</TD>
</TR></TABLE>
</td></tr>
</table>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -