📄 main.asp
字号:
<!--#include file="config.asp"-->
<!--#include file="Session.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%response.write webname%>-----栏目:基本信息</title>
<link rel="stylesheet" href="images/vpei.css">
<body topmargin=10 leftmargin=5>
<%Call top()%>
<br>
<%
response.write xhao
set rs=server.createobject("adodb.recordset")
sql="select * from T_Stu where id="&session("id")
rs.open sql,conn,1,3
%>
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="5" bgcolor="#000000">
<tr bgcolor=#FFFFFF><td height="24" background='./images/cent.gif'> 共登录<font color=red><b><%=rs("count")%></b></font>次, 最后一次登录时间:<b><%=rs("lastlogin")%></b>, 最后一次修改数据时间:<b><%=rs("lasttime")%> </b></td></tr>
<tr bgcolor=#FFFFFF><td height="25"> <font color='red'><b><%=session("name")%></b></font>同学是<font color='red'><%=Session("nj")%></font>年级<font color='red'><%=Session("S_XClass")%></font>小班的学生,现就读于<font color='red'><%
Set Rs_Yz=Conn.Execute("select * from T_Yz where Yz_Id="&Rs("xy")&"")
Response.Write Rs_Yz("Yz_Name")
Rs_Yz.close
Set Rs_Yz=nothing
%></font>; 若不对请到<a href=edit.asp><个人资料></a>中修改您的个人资料;<BR><BR> <font color=red>注意:</font>请填写最新的真实的个人资料,以便我们统计结果,否则您的成绩无效!</td></tr>
<tr bgcolor=#FFFFFF><td height="10"></td></tr>
<tr bgcolor=#FFFFFF><td height="25">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td width="86%"><font color="#FF3000">.:: 在使用公共选修课报名及成绩查询管理系统前请先看一下下面的使用说明,有什么问题请联系我们,谢谢合作!::.</font></td>
<td width="14%" height="20" align="center"></td></tr></table>
</td></tr>
<tr bgcolor=#FFFFFF><td valign="top">
<br> **************************************************************************************************************<br>
<p> 请先认真填写个人资料,再选报科目,要修改选报的科目时,请先到已报科目中取消已选的科目,再去重新选课。</p>
<p> 操作过程中,请点击上边相关栏目,按提示填写相关内容!要是有什么不明白的地方,请到留言中心提交留言。</p>
<p> 修完所选科目后,成绩将在此公布,到时请登录本站查询。</p>
<br><div align=center>-----------最近更新:2005/08/28-----------</div><br><br>
<br> **************************************************************************************************************<br><br>
</td></tr>
</table>
<%Call bottom()%>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -