📄 manager.asp
字号:
<!--#include file="conn.asp"-->
<%
if session("user")="" then
response.write "您无此权限"
response.end
end if
'------------------------------------------------------------------------------------
'该程序是由信息中心改制!现使用的只是部分功能,将来会提供更多的服务!
'信息中心简单介绍:
'目前成员:陈峰(主任),俞娟(副主任),徐立挺(副主任),方科亚(辅导员)
'中心属性:社区分团委
'
'------------------------------------------------------------------------------------
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<META http-equiv=refresh content=1;url=info_manager.asp>
<title>新经院学生管理中心</title>
<link rel="stylesheet" href="style.css">
</head>
<body topmargin="0" background="../img/beijing1.gif" style="background-attachment: fixed">
<div align="center">
<center>
<table border="0" width="502">
<tr>
<td width="100%" align="center">
<table border="1" width="123" bordercolorlight="#000000" cellspacing="0" cellpadding="5" bordercolordark="#FFFFFF">
<tr>
<td width="84%" valign="top">
<p align="center">最新记载的内务纪律</td>
</tr>
</td>
</tr>
</table>
<p align="center"></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -