⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 left.asp

📁 本同学录系统演示地址: http://class.19870123.cn/ 下载后请在Web.Config里更改设置,如数据库路径等 如果要换sql数据库,请将app_code里的MyPage
💻 ASP
字号:
<!--#include File="../Conndb.asp"-->
<!--#include File="../class/PhotoType.asp"-->
<!--#include file="isAdmin.asp"-->
<html>
<head>
<script language="javascript">
function newwin(url) {
  var oth="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=200,top=200";
  oth = oth+",width=500,height=450";
  var newwin = window.open(url,"newWin",oth);
  newwin.focus();
  return false;
}
</script>
<link href=../style.css rel=STYLESHEET type=text/css>
<title>网上同学录管理</title>
<base target="main">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
body {
	background-color: #FFCCFF;
}
.STYLE1 {color: #000080}
-->
</style></head>
<body>
<div align="center"><b><font color="#CC0000" size="4">网上同学录管理</font></b><br>
<hr size="1" color="#800080"></div>
<table border="0" width="80%" align="center" height="300">
  <tr>
    <td height="14"><span class="STYLE1">个人信息管理</span></td>
  </tr>
  <tr>
    <td height="14"><div align="center"><a href="ApproveMan.asp" target="main">批准加入</a></div></td>
  </tr>
  <tr>
    <td height="14"><div align="center"><a href="PersonMan.asp" target="main">注册同学</a></div></td>
  </tr>
  <tr>
    <td height="14"><div align="center"><a href="AddresslistMan.asp" target="main">师生通讯录</a></div></td>
  </tr>
  <tr>
    <td height="14">&nbsp;</td>
  </tr>
  <tr>
    <td height="14"><font color="#000080">系统配置</font></td>
  </tr>
  <tr>
    <td height="14"><div align="center"><font color="#0000FF"><a href="SysConfMan.asp" target="main">系统参数配置</a></font></div></td>
  </tr>
  <tr>
    <td height="14">&nbsp;</td>
  </tr>
  <tr>
    <td width="100%" height="14"><font color="#000080">公告管理</font></td>
  </tr>
  <tr>
    <td width="100%" align="center" height="14"><font color="#0000FF"><a href="BulletinList.asp" target="main">公告列表</a></font></td>
  </tr>
  <tr>
    <td width="100%" align="center" height="14"></td>
  </tr>
  <tr>
    <td width="100%" height="14"><font color="#000080">照片管理</font></td>
  </tr>
  <tr>
    <td width="100%" align="center" height="14"><font color="#0000FF"><a href="PhotoType.asp"  target="main">分类管理</a></font></td>
  </tr>

  <tr>
    <td width="100%" height="14"></td>
  </tr>
  <tr>
    <td width="100%" height="8"><font color="#000080">用户管理</font></td>
  </tr>
  <tr>
    <td width="100%" align="center" height="14"><font color="#0000FF"><a href="UserList.asp" target="main">系统用户</a></font></td>
  </tr>
  <tr>
    <td width="100%" align="center" height="14"><font color="#0000FF"><a href="PwdChg.asp" onClick="return newwin(this.href)">修改密码</a></font></td>
  </tr>
  <tr>
    <td width="100%" align="center" height="14"></td>
  </tr>
  <tr>
    <td width="100%" height="14">
      <p align="center"><font color="#0000FF"><a href="LoginExit.asp">退出登录</a></font></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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