📄 index.asp
字号:
<!-- #include file="utility/check.asp" -->
<%
dim msgShowCheck
if(Session("userCheck") = "0" ) then
msgShowCheck = "你暂未通过审核,功能将受到限制!"
else
msgShowCheck = "你已经通过审核,可以使用全部功能!"
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>学生</title>
<link rel="stylesheet" type="text/css" href="images/link.css">
<script language="javascript" src="images/dtree.js"></script>
</head>
<body topmargin="5" leftmargin="2">
<div align="center">
<table border="0" width="760" id="table1" cellspacing="0" cellpadding="0" height="170" background="images/maintop.jpg">
<tr>
<td valign="bottom">
<table border="0" width="100%" id="table4" cellspacing="0" cellpadding="0" height="23">
<tr>
<td> 欢迎你:<%=Session("userName")%>(<%=Session("userID")%>)<%=msgShowCheck%></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="10">
<img border="0" src="images/mainmid.jpg" width="760" height="10"></td>
</tr>
</table>
</div>
<div align="center">
<table border="0" width="760" id="table2" height="314" cellspacing="0" cellpadding="0" bgcolor="#EDECE6">
<tr>
<td>
<table border="0" width="100%" id="table5" height="321" cellspacing="0" cellpadding="0">
<tr>
<td width="150">
<div class="deeptree">
<script language="javascript" src="images/data.js"></script>
</div>
</td>
<td align="center">
<iframe name="main" border="0" frameborder="0" width="600" height="314" src="welcome.htm">
浏览器不支持嵌入式框架,或被配置为不显示嵌入式框架。</iframe></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div align="center">
<table border="0" width="760" id="table3" cellspacing="0" cellpadding="0">
<tr>
<td>
<img border="0" src="images/mainbottom.jpg" width="760" height="75"></td>
</tr>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -