left.asp

来自「核心惊云下载系统」· ASP 代码 · 共 89 行

ASP
89
字号
<!--#include file="check.asp"-->
<!--#include file="zcm.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>管理中心--下载系统(HTML版)</title>
<style>
td{font-size:9pt;line-height:160%} 
body{font-size:9pt;line-height:160%} 
a:link       { color: #0033CC; text-decoration: none }
a:visited    { color: #0033CC; text-decoration: none }
a:active     { color: #FF0000; text-decoration: none }
a:hover      { color: #000000; text-decoration: underline}
.JyDownList  { background:#bbaadd; }
.JyDownList2 { background:#ff0000; }
</style>
<SCRIPT language=javascript1.2>
function JyDownShowList(id)
{
whichEl = eval("JyDownList"+id);
if (whichEl.style.display == "none")
{eval("JyDownList"+id+".style.display=\"\";");}
else
{eval("JyDownList"+id+".style.display=\"none\";");}
}
</SCRIPT>
<base target="JyDown_w3">
</head>
<body topmargin="0" leftmargin="0">
<table border="0" cellspacing="1" style="border-collapse: collapse" width="114" cellpadding="2">
  <tr>
    <td width="100%" bgcolor="#bbaadd" align="center"><font color="#FFFFFF"><b>管理功能菜单</b></font></td>
  </tr>
  <tr>
    <td width="100%" align="center"><a target="_top" href="index.asp">管理首页</a>|<a target="_top" href="login.asp?JyDownType=logout">退出管理</a></td>
  </tr>
  <tr>
    <a href="down.asp"><td width="100%" class="JyDownList" onmouseover=this.className='JyDownList2'; onmouseout=this.className='JyDownList';><b>
    <font color="#FFFFFF">&nbsp;软件管理</font></b></td></a>
  </tr>
  <tr>
    <a href="info.asp"><td width="100%" class="JyDownList" onmouseover=this.className='JyDownList2'; onmouseout=this.className='JyDownList';><font color="#FFFFFF"><b>&nbsp;文章管理</b></font></td></a>
  </tr>
  <tr>
    <td width="100%" onclick="JyDownShowList(1)" class="JyDownList" onmouseover=this.className='JyDownList2'; onmouseout=this.className='JyDownList';><font color="#FFFFFF"><b>&nbsp;会员管理</b></font></td>
  </tr>
  <tr style="display:none" id='JyDownList1'><div>
    <td width="100%"><a href="user_list.asp">全部用户</a><br>
    <a href="user_list.asp?dj=0">普通会员</a><br>
    <a href="user_list.asp?dj=1">高级会员</a><br>
    <a href="user_list.asp?dj=2">管 理 员</a><br>
    <a href="mailsend.asp">发送邮件</a><br>
    <a href="maillist.asp">导出邮件</a><%
    if JyDownAdminDj="3" then%><%end if%></td>
  </tr>
  <tr>
    <td width="100%" onclick="JyDownShowList(2)" class="JyDownList" onmouseover=this.className='JyDownList2'; onmouseout=this.className='JyDownList';>
    <font color="#FFFFFF"><b>&nbsp;系统数据</b></font></td>
  </tr>
  <tr style="display:none" id='JyDownList2'><div>
    <td width="100%">
    <a href="system.asp">系统设置</a><br>
    <a href="data.asp">系统空间占用情况</a><br>
    <a href="mdb_rename.asp">数据库更名</a><br>
    <a href="mdb_copy.asp">数据库备份</a><br>
    <a href="mdb_compress.asp">数据库压缩</a><br>
    <a href="mdb_restore.asp">数据库恢复</a></td>
  </tr>
  <tr>
    <td width="100%" onclick="JyDownShowList(3)" class="JyDownList" onmouseover=this.className='JyDownList2'; onmouseout=this.className='JyDownList';><font color="#FFFFFF"><b>&nbsp;系统帮助</b></font></td>
  </tr>
  <tr style="display:none" id='JyDownList3'><div>
    <td width="100%"><a href="main.asp">权限分配</a><br>
    <a href="edit.asp">修改个人资料</a><br>
    <a href="zcmjydownreg.asp?type=reg">注册程序</a><br>后续版本功能更多.</td>
  </tr>
  <tr>
    <td width="100%" bgcolor="#bbaadd"><font color="#FFFFFF"><b>&nbsp;版本信息</b></font></td>
  </tr>
  <tr>
    <td width="100%"></td>
  </tr>
  <tr>
    <td width="100%">受权予:<font color="#FF0000"><%=zcn%></font><br>注册码:<font color="#FF0000"><%=zcv%></font></td>
  </tr>
  </table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?