menu.asp

来自「网佳网络办公系统(以下简称OA)是一套基于B/S模式的无纸化办公系统。[显著特点」· ASP 代码 · 共 75 行

ASP
75
字号
<%
username=session("hxf_u_nickname")
grade=session("hxf_u_grade")
mykind=session("mykind")
mypai=session("mypai")
if username=""  then  Response.Redirect "../error.asp?id=440"
session("admin")=username
session("flag")=1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style TYPE="text/css"></style>
<title>控制中心</title>
<base target="main">
<link rel="stylesheet" href="setup.CSS">
</head>
<body text="#000000" topmargin="0">
<table width="105" border="0" cellspacing="0" cellpadding="0" bordercolorlight="#808000" height="230" >
  <tr>
    <td height="222" width="101"> 
      <div align="center">
        <center> 
      <table border="1" width="100%" bordercolorlight="#000000" cellspacing="0" cellpadding="8" bordercolordark="#000000" height="200" style="border-collapse: collapse">
        <tr> 
          <td width="100%" align="center" height="1">
          <a target="guanli" href="manuser.asp">用户管理</a></td>
        </tr>
        <tr> 
          <td width="100%" align="center" height="1">
          <a target="guanli" href="usershouquan.asp">授权管理</a></td>
        </tr>
        <tr> 
          <td width="100%" align="center" height="-5">
          <a target="guanli" href="huiyuan.asp">审核管理</a></td>
        </tr>
              <tr> 
          <td width="100%" align="center" height="12"><a href="ggg.asp" target="guanli">系统公告</a></td>
        </tr>
        <tr> 
          <td width="100%" align="center" height="-7">
          <a target="guanli" href="../upload/adminupload.asp">上传管理</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" height="0">
          <a target="guanli" href="menpaimanage.asp">用户组管理</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" height="0">
          <a target="guanli" href="ljl_data2.asp">数据库备份</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" height="0">
          <a target="guanli" href="ljl_data1.asp">数据库压缩</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" height="0">
          <a target="guanli" href="ljl_data3.asp">数据库恢复</a></td>
        </tr>
        <tr>
          <td width="100%" align="center" height="0">
          软件下载管理</td>
        </tr>
        <tr> 
          <td width="100%" align="center" height="1">
          <a target="_self" href="../jj2.asp">返回<span lang="zh-cn">系统</span></a></td>
        </tr>
      </table>
        </center>
      </div>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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