📄 guanli.htm
字号:
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>N-SAVE-后台管理</title>
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<style type="text/css" >
.buttstyle0
{
border-top-style: none; border-right-style: none; border-left-style: none; background-color: transparent; border-bottom-style: none
}
</style>
<script type="text/javascript" language="javascript">
function makeRequest(url,src) {
var http_request = false;
if (window.XMLHttpRequest) { // Mozilla, Safari,
http_request = new XMLHttpRequest();
if (http_request.overrideMimeType) {
http_request.overrideMimeType('text/xml');
}
} else if (window.ActiveXObject) { // IE
try {
http_request = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
http_request = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {}
}
}
if (!http_request) {
alert('Giving up :( Cannot create an XMLHTTP instance');
return false;
}
src.innerHTML='正在加载';
http_request.onreadystatechange = function(){ alertContents(http_request,src) }
http_request.open('GET', url, true);
http_request.send(null);
}
function alertContents(http_request,src) {
if (http_request.readyState == 4) {
if (http_request.status == 200) {
src.innerHTML= http_request.responseText;
} else {
src.innerHTML='连接数据库失败,我们正在全力处理,如果给你带来不便,我们深表歉意';
}
}
}
function mulu(src1,url,src)
{
if(src.style.display =='block')
{
src.style .display ='none';
src1.src='images/close.jpg';
}
else
{
src.style .display ='block';
src1.src='images/open.jpg';
makeRequest(url,src);
}
}
function f1_s(q,url)
{
f1.action =url;
f1.q.value=q;
f1.submit();
}
</script>
</head>
<body style =" margin : 0px">
<table style =" height : 100% ; width : 100%" border ="0" cellpadding ="0" cellspacing ="0">
<tr>
<td>
<table border ="0" cellpadding ="0" cellspacing ="0" style =" height : 100% ; width : 100%">
<tr>
<td style ="height : 100% ; width : 175px">
<div style =" width : 175px ; height : 100% ; overflow: auto ; text-align : left ; vertical-align : top">
<img src="images/close.jpg" alt ="" onclick ="mulu(this,'gg.aspx',div1)"/>公共文件夹<br />
<div id="div1" style =" display : none ; text-align : left ; vertical-align : top ">
</div>
<img src="images/close.jpg" alt ="" onclick ="mulu(this,'vip.aspx',div2)"/>用户文件夹<br />
<div id="div2" style =" display : none ; text-align : left ; vertical-align : top ">
</div>
<a href ="chazhao.aspx" target ="guanli_zhukong"><img src="images/chazhao.gif" alt="" style =" border : 0px "/></a>查找文件<br />
<img src="images/item_close.jpg" alt="" style =" border : 0px " onclick ="if(div4.style.display =='block') div4.style .display ='none'; else div4.style .display ='block';"/>定单和道具<br />
<div style =" display : none ; text-align : left ; vertical-align : top " id="div4">
<a href="item.aspx" target ="guanli_zhukong">道具管理</a><br />
<a href="dingdan.aspx" target ="guanli_zhukong">定单管理</a><br />
<a href="../help/administrator_help.htm" target ="guanli_zhukong">如何卖出道具</a><br />
</div>
<a href="server.aspx" target="guanli_zhukong"><img src="images/server.jpg" alt="" style=" border : 0px"/></a>服务器设置<br />
<img src="images/shezhi.gif" alt="" style =" border : 0px " onclick ="if(div3.style.display =='block') div3.style .display ='none'; else div3.style .display ='block';"/>管理员设置
<div style =" display : none ; text-align : left ; vertical-align : top " id="div3">
<a href ="guanli_login.aspx" target ="guanli_zhukong">重新登录</a><br />
<a href="../user/gaimi.aspx" target ="guanli_zhukong">更改密码</a><br />
<a href="guanliyuan.aspx" target ="guanli_zhukong">添加/删除管理员</a><br />
<a href="kefu.aspx" target ="guanli_zhukong">客服</a><br />
</div>
<form action ="" target ="guanli_zhukong" style ="display : none" id="f1" method ="post">
<input type="text" name="q" value ="" />
</form>
</div>
</td>
<td style ="width : 5px ; border-left : #cdddf4 thin solid ; border-right : #cdddf4 thin solid ;"> </td>
<td style =" height : 100% ; width : 100%">
<iframe style ="border :0px ; width : 100% ; height : 100%" src="guanli_login.aspx" frameborder="0" name="guanli_zhukong"></iframe>
</td>
</tr>
</table>
</td>
</tr>
<!----------------------------以下是版权信息,请务更改----------------->
<tr style =" height : 20px;">
<td>
<table border ="0" cellpadding ="0" cellspacing ="0" width ="100%" style="border-top: #cdddf4 thin solid ; border-bottom : #e3e3e3 thin solid ;">
<tr>
<td style =" text-align : left ; color : #666666"><a href="http://www.797net.com" target ="_blank" style ="color : #666666">制造商:797net</a></td>
<td style =" text-align : right"><a href ="http://www.797net.com/n-save/Default.aspx" target ="_blank" style ="color : #666666">版本信息:N-SAVE20090101</a></td></tr></table>
</td>
</tr>
<!----------------------------以上是版权信息,请务更改----------------->
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -