www.gusucode.com > 深度学习(asp)通讯录 0.0.10 (utf-8)码程序 > admin/manage.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
'session.CodePage=65001
response.Charset=utf-8

projectRootPath = "../"	'相对当前应用程序根的位置
%>
<!-- #include file ="include/checkPurview.asp"-->
<!-- 
┌─ 深度学习(asp)后台管理通用模板  ─────────────────┐
│ 
│  版本:ver0.2.1 	最后编辑:2009-5-6
│  作者:吕海鹏       
│ 
└──────────────────  www.DeepTeach.com  ───┘

-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
    <meta name="robots" content="noindex,nofollow" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>后台管理</title>
    <link rel="stylesheet" type="text/css" href="themes/base.css" />
    <link rel="stylesheet" type="text/css" href="themes/frame/frame.css" />
    <script type="text/javascript" src="themes/frame/frame.js"></script>
</head>
<body>
<table>
  <!-- 头部 -->
  <tr id="mainTop">
    <td><iframe id="frmTop" name="frmTop" src="manage_Top.asp" frameBorder="0" scrolling="no" style="width: 100%; height: 100%;"></iframe></td>
  </tr>
  <!-- 导航预留 -->
  <tr id="mainNav" >
    <td>&nbsp;</td>
  </tr>

  <tr>
    <td><table>
        <tr>
          <!-- 左侧 -->
          <td id="mainLeft" ><table>
              <tr>
                <td onClick="switchBar()" title="点击隐藏左侧栏目" id="mainLeftTitle">系统控制面板</td>
              </tr>
              <tr>
                <td><iframe id="frmLeft" name="frmLeft" src="manage_Left.asp" frameBorder="0" style="width:100%; height:100%;"></iframe></td>
              </tr>
              <tr>
                <td id="mainLeftFoot">
                    程序制作:<a href="http://www.ITstudy.cn/" target="_blank">吕海鹏</a><br>
                    版权所有:<a href="http://www.DeepTeach.com/" target="_blank">深度空间</a></td>
              </tr>
            </table></td>
          <!-- 中间条 -->
          <td id="mainMiddle" onClick="switchBar()" title="点击隐藏左侧栏目" class="switchBarClose"></td>
          <!-- 右侧 -->
          <td id="mainRight" ><iframe id="frmRight" name="frmRight" src="manage_Right.asp" frameBorder="0" scrolling="yes" style=" width:100%; height:100%;"></iframe></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>