📄 admin_left.asp
字号:
<!--#include file="Inc/Config.asp" -->
<!--#include file="Inc/dbconn.asp" -->
<%
'LimitArray=Session("LoginArray")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>jxc系统菜单</title>
<link href="other/Style.css" rel="stylesheet" type="text/css">
<style type="text/css">
a:link { text-decoration: none; color: #3A4273 }
a:hover { text-decoration: underline }
a:visited { text-decoration: none; color: #464F86 }
body, table, tr, td { scrollbar-base-color: #5282E7; scrollbar-arrow-color: #007db5; font-size: 12px }
.header { color: #F1F3FB; background-color: #007db5; font-family: Tahoma,Verdana; font-weight: bold; font-size: 12px }
.tablerow { font-family: Tahoma,Verdana; color: #464F86; font-size: 12px }
body {
background-color: #5282E7;
}
BODY {
scrollbar-face-color:#BBCEE8;
scrollbar-highlight-color:#F2FAFD;
scrollbar-3dlight-color:#BCCFE9;
scrollbar-darkshadow-color:#BBCEF8;
scrollbar-shadow-color:#85A7D6;
scrollbar-arrow-color:#2445C8;
scrollbar-track-color:#BCD9F3;
}
</style>
<script language="JavaScript">
function chgTDColor(oTD) {
oTD.style.cursor = "hand";
if(oTD.style.backgroundColor == "") {
oTD.style.backgroundColor = "#E3E3EA";
if(oTD.className == "header") {
oTD.style.color = "#464F86";
}
} else {
oTD.style.backgroundColor = "";
if(oTD.className == "header") {
oTD.style.color = "#F1F3FB";
}
}
}
function showhideMenu(n) {
var oTR,oImg;
oTR = eval("tr"+n);
oImg = eval("img"+n);
if (oTR.style.display == "none") {
oTR.style.display = "block";
oImg.src="Imgs/menu/menu1.gif";
oImg.parentElement.parentElement.bgColor="#E3E3EA"
for (i=1;i<=9;i++ ) {
if (i!=n) {
var mTR = eval("tr"+i);
var mImg = eval("img"+i);
mImg.parentElement.parentElement.bgColor="";
}
}
} else {
oTR.style.display = "none";
oImg.src="Imgs/menu/menu2.gif";
}
}
</script>
</head>
<base target="jxcSys_Main" >
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<base target="jxcSys_Main" oncontextmenu=self.event.returnValue=false>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#EEEEF6">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#EEEEF6" class="tablerow">
<tr>
<td class="header" onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="showhideMenu(1)" background="images/jxc_skin/jxc_adminmusn.gif"><img src="Imgs/Menu/Menu2.gif" align="absmiddle" width="25" height="25" name="img1"><font color="#000000"><b><strong>≡
合 同 类 型 ≡</strong></b></font></td>
</tr>
<tr>
<td height="1" bgcolor="#000000"></td>
</tr>
<tr id="tr1">
<td> <table width="100%" border="0" cellpadding="0" cellspacing="0">
<%
set rs = server.CreateObject("adodb.recordset")
sql="select * from pro_HTclass Order by id desc "
rs.Open sql,conn,0,2,1
while not (rs.bof or rs.eof)
%>
<tr bgcolor="#003399" class="tablerow">
<td bgcolor="#EEEEF6" onClick="top.jxcSys_Main.location.href=' HTclass/ShowHTclass.asp?classID=<%=rs("HTclassID")%> ';" onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)"><img src="Imgs/Menu/Blank.gif" width="25" height="25" border="0" align="absmiddle"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT=""><%=rs("HTclassNAME")%></td>
</tr>
<%
rs.movenext
wend
rs.close
set rs=nothing
call endconn()
%>
</table></td>
</tr>
<tr>
<td class="header" onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="showhideMenu(3)" background="images/jxc_skin/jxc_adminmusn.gif"><img src="Imgs/Menu/Menu2.gif" align="absmiddle" width="25" height="25" name="img3"><font color="#000000"><b>≡
合 同 选 项 ≡</b></font></td>
</tr>
<tr>
<td height="1" bgcolor="#000000"></td>
</tr>
<tr style="display: none" id="tr3">
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href=' HTClass/index.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">类 型 维 护</td>
</tr>
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href=' HTflag/index.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">合同状态维护</td>
</tr>
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href=' HTyewuyuan/index.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">业务员管理</td>
</tr>
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href=' HTclass/AddHTong.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">增加新合同</td>
</tr>
</table></td>
</tr>
<tr>
<td class="header" onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="showhideMenu(7)" background="images/jxc_skin/jxc_adminmusn.gif"><img src="Imgs/Menu/Menu2.gif" align="absmiddle" width="25" height="25" name="img7"><font color="#000000"><b>≡
<strong>往 来 单 位</strong> ≡</b></font></td>
</tr>
<tr>
<td height="1" bgcolor="#000000"></td>
</tr>
<tr id="tr7" style="display: none">
<td height="40"> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href='HTdanwei/DanWeiclass.asp ';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">单 位 类 型</td>
</tr>
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href='HTdanwei/AddDanWei.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">增 加 单 位</td>
</tr>
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href='HTdanwei/ShowHTdanwei.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">单位联系记录</td>
</tr>
</table></td>
</tr>
<tr>
<td class="header" onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="showhideMenu(9)" background="images/jxc_skin/jxc_adminmusn.gif"><img src="Imgs/Menu/Menu2.gif" align="absmiddle" width="25" height="25" name="img9"><font color="#000000"><b>≡
系 统 管 理 ≡</b></font></td>
</tr>
<tr>
<td height="1" bgcolor="#000000"></td>
</tr>
<tr style="display: none" id="tr9">
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href=' HTadmin/bak.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">数 据 备 份</td>
</tr>
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href=' HTadmin/0.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">数据库清空</td>
</tr>
<tr>
<td onMouseOver="chgTDColor(this)" onMouseOut="chgTDColor(this)" onClick="top.jxcSys_Main.location.href='SpaceSize.asp';"><img src="Imgs/Menu/Blank.gif" align="absmiddle" width="25" height="25"><IMG SRC="Imgs/Menu/icon.gif" BORDER="0" ALT="">权 限 管 理</td>
</tr>
</table></td>
</tr>
<tr>
<td height="50"><p align="center"><img border="0" src="Imgs/logo.gif" alt="合同管理系统 v1.0"></p>
</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -