📄 left.asp
字号:
<%
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''''版权:野马原创 ''''
''''联系:ctplr@163.com ''''
''''说明:需要新功能联系我 ''''
''''QQ:2643148 ''''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
%>
<!--#include file="qx.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="../webinfo.asp"-->
<center>
<link href=left.css rel=stylesheet>
<body >
<%
if session("qx")>3 then
response.write "<script >alert('您不能进入此页面');window.close();</script>"
else
%>
<table bgcolor=#000099 width=154>
<tr><td width="154" align=center ><img src="../images/lefttop.gif" width="154" height="38"></td></tr>
<tr><td align=center width="154" background=../images/admin_left_5.gif height=26 style='cursor:auto'><font color=green>您的信息</font></td></tr>
<tr><td align=center><font color=#ffff00> <%=session("name")%></font>您好!</td></tr>
<tr><td align=center>您是<font color=red>
<%
response.write qxcn&session("king")
%>
</font></td></tr>
<% if session("qx")<>4 then '4是流动管理员账号,以后有必要会增加%>
<tr><td align=center><a href=adminme.asp target=main>修改我的密码</a></td></tr>
<% end if%>
<tr><td align=center><a href=artadd.asp target=main>文 章 管 理</a></td></tr>
<tr><td align=center><a href=logindo.asp?action=adminloginout onclick="{if(confirm('确认退出?')){return true;}return false;}">-退出管理-</a></td></tr>
<tr><td align=center height=4 width="154" background=../images/loginLine.gif></td></tr>
</table>
<%
if session("qx")<5 and session("qx")>0 then
response.write "<table bgcolor=#000099 width=154>"
response.write "<tr><td align=center background=../images/admin_left_3.gif height=26 style='cursor:hand' onclick='showsubmenu(3)'><font color=green>人员资料管理</font></td></tr>"
%>
<td id="submenu3" style="DISPLAY: yes">
<div style="WIDTH: 154px">
<div align="center">
<table bgcolor=#003399 width=154>
<tr><td align=center><a href= userindex.asp target=main> 人员资料</a> <a href= shenhe.asp target=main> 审核人员</a></td></tr>
<tr><td align=center><a href= latter.asp target=main> 迟到人员</a> <a href= paiming.asp target=main> 名次排定</a></td></tr>
<tr><td align=center><a href=menberqdqt.asp target=main>员工所有签到纪录</a></td></tr>
<tr><td align=center height=4 background=../images/loginLine.gif></td></tr>
</table>
</div></div><td>
<%
response.write "</table>"
end if
if session("qx")<3 and session("qx")>0 then
%>
<table bgcolor=#000099 width=154>
<tr><td width="154" height=26 align=center background="../images/admin_left_1.gif" style='cursor:hand' onclick="showsubmenu(1)"><font color=green>超级管理</font></td></tr>
<td id="submenu1" style="DISPLAY: none">
<div align="center">
<table width=162>
<%if session("qx")=1 then%>
<tr><td width="155" align=center><a href=adminmanager.asp target=main style='cursor:hand' onclick="showsubmenu(0)">管理团队</a> <a href=webset.asp target=main >系统设置</a></td></tr>
<tr><td align=center><a href=adminloginblog.asp target=main>管理员日志</a> <a href=menberloginblog.asp target=main>成员日志</a></td></tr>
<% else%>
<tr><td align=center><a href=webset.asp target=main >系统设置[管理员部分]</a></td></tr>
<%end if%>
<tr><td align=center height=4 background=../images/loginLine.gif></td></tr>
</table>
</div></td>
</table>
<%end if
response.write "<table bgcolor=#000099 width=154>"
response.write "<tr><td align=center background=../images/admin_left_2.gif height=26 style='cursor:hand' onclick='showsubmenu(2)'><font color=green>系统设置和管理</font></td></tr>"
%>
<td id="submenu2" style="DISPLAY: none">
<div style="WIDTH: 154px">
<div align="center">
<table bgcolor=#003399 width=154>
<%if session("qx")<3 and session("qx")>0 then%>
<tr><td align=center><a href=type.asp target=main>组别设定</a>
<a href=qdset2.asp target=main>签到设定</a></td></tr>
<% end if%>
<tr><td align=center><a href=annouce.asp target=main>公告管理</a>
<a href=signatt.asp target=main>注册协议</a></td></tr>
<tr><td align=center height=4 background=../images/loginLine.gif></td></tr>
</table>
</div></div><td>
<%
response.write "</table>"
if session("qx")=<5 and session("qx")>0 then
%>
<table bgcolor=#000099 width=154>
<tr><td align=center background=../images/admin_left_4.gif height=26 style='cursor:hand' onclick='showsubmenu(4)'><font color=green>数据库管理</font></td></tr>
<td id="submenu4" style="DISPLAY: none">
<div style="WIDTH: 154px">
<div align="center">
<table bgcolor=#003399 width=154>
<tr><td align=center ><a href="Admin_Database.asp?action=CompressData" target=main>数据压缩</a> <a href="Admin_Database.asp?action=BackupData" target=main>数据备份</a></td></tr>
<%if session("qx")=1 then %>
<tr><td align=center ><a href="Admin_Database.asp?action=RestoreData" target=main>数据恢复</a> <a href="Admin_Database.asp?action=SpaceSize" target=main>系统占用</a></td></tr>
<%
end if
%>
<%
response.write "<tr><td align=center height=4 background=../images/loginLine.gif></td></tr>"
response.write "</table></div></div><td></table>"
end if
response.write "<table bgcolor=#000099 width=154>"
response.write "<tr><td align=center background=../images/admin_left_5.gif height=26 style='cursor:auto'><font color=green>系统版本信息</td></tr>"
response.write "<tr><td align=center ><font color=red >"&webver&"</font></td></tr>"
response.write "<tr><td align=center ><font color=yellow>野马</font>制作</td></tr>"
response.write "<tr><td align=center ><a href=mailto:ctplr@163.com>联系作者</a></td></tr>"
response.write "<tr><td align=center >"&publishtime&"</td></tr>"
response.write "<tr><td align=center height=4 background=../images/loginLine.gif></td></tr>"
response.write "</table>"
%>
<% end if%>
<script>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
function initIt(){
divColl=document.all.tags("DIV");
for(i=0; i<divColl.length; i++) {
whichEl=divColl(i);
if(whichEl.className=="child")whichEl.style.display="none";}
}
function expands(el) {
whichEl1=eval(el+"Child");
if (whichEl1.style.display=="none"){
initIt();
whichEl1.style.display="block";
}else{whichEl1.style.display="none";}
}
var tree= 0;
function loadThreadFollow(){
if (tree==0){
document.frames["hiddenframe"].location.replace("Left.asp");
tree=1
}
}
function loadingmenu(id){
var loadmenu =eval("menu" + id);
if (loadmenu.innerText=="Loading..."){
document.frames["hiddenframe"].location.replace("Left.asp?menu=menu&id="+id+"");
}
}
top.document.title="<%=webname%> - 管理后台 - Powered By 野马";
</script><br>
<br>
<br>
<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -