📄 chenggong.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/conn.asp" -->
<%
Dim student_3__MMColParam
student_3__MMColParam = "1"
If (Request.QueryString("ID") <> "") Then
student_3__MMColParam = Request.QueryString("ID")
End If
%>
<%
Dim student_3
Dim student_3_numRows
Set student_3 = Server.CreateObject("ADODB.Recordset")
student_3.ActiveConnection = MM_conn_STRING
student_3.Source = "SELECT * FROM user_name WHERE ID = " + Replace(student_3__MMColParam, "'", "''") + ""
student_3.CursorType = 0
student_3.CursorLocation = 2
student_3.LockType = 1
student_3.Open()
student_3_numRows = 0
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
.STYLE1 {
color: #0000FF;
font-size: 16px;
}
.STYLE2 {font-size: 12px;
font-weight: normal;
color: #0000FF;
}
.STYLE3 {font-size: 12px;
font-weight: bold;
}
.STYLE7 {font-size: 24px}
.STYLE8 {color: #000000; font-weight: bold;}
.STYLE9 {color: #FF0000}
body {
background-image: url(greystrip.gif);
}
-->
</style>
</head>
<body>
<p class="STYLE1 STYLE9">你刚才所修改的记录已保存,学籍表如下</p>
<table width="658" height="690" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" height="61" ><div align="center" class="STYLE7"><span class="STYLE8">广东省义务教育阶段学生学籍卡</span></div></td>
</tr>
<tr>
<td width="355" height="26" class="STYLE2"><span class="STYLE3">建卡学校:<font color="#008000"> </font></span><font color="#008000"><%=(student_3.Fields.Item("建卡学校").Value)%></font></td>
<td width="275" class="STYLE2">建卡日期:<font color="#008000"> <%=(student_3.Fields.Item("建卡日期").Value)%></font></td>
</tr>
<tr>
<td height="42" colspan="2">
<div align="center">
<table width="680" height="59" border="1" cellpadding="0" cellspacing="0" bordercolor="#0000FF" style="border-collapse: collapse">
<tr class="STYLE2">
<td width="92"><div align="center">身份证号 </div></td>
<td width="305" align="left" ><p align="left"><font color="#008000"><%=(student_3.Fields.Item("身份证号").Value)%></font></p></td>
<td colspan="2"><p align="center">建卡原因:新生入学(<font color="#008000">V</font>)转入( )</p></td>
</tr>
<tr class="STYLE2">
<td><p align="center">学籍号</p></td>
<td align="left" ><p align="left"><font color="#008000"><%=(student_3.Fields.Item("学籍号").Value)%></font></p></td>
<td width="102"><p align="center">出生年月日</p></td>
<td width="191"><p align="left"><font color="#008000"><%=(student_3.Fields.Item("出生年月日").Value)%></font></p></td>
</tr>
</table>
</div>
<table width="680" height="174" border="1" cellpadding="0" cellspacing="0" bordercolor="#0000FF" style="border-collapse: collapse">
<tr>
<td width="92" class="STYLE2"><div align="center">现名</div></td>
<td width="108" class="STYLE2" align="left"><div align="center" class="STYLE9">
<font color="#008000"><%=(student_3.Fields.Item("现名").Value)%></font></div></td>
<td width="78" class="STYLE2"><div align="center">曾用名</div></td>
<td width="114" class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("曾用名").Value)%></font></div></td>
<td colspan="2" class="STYLE2"><div align="center">籍贯:<font color="#008000">
<%=(student_3.Fields.Item("省").Value)%></font>省<font color="#008000"><%=(student_3.Fields.Item("市").Value)%>
</font>市<font color="#008000">
<%=(student_3.Fields.Item("县").Value)%></font>县<font color="#008000">
<%=(student_3.Fields.Item("镇").Value)%></font>镇</div></td>
</tr>
<tr>
<td class="STYLE2"><div align="center">性别</div></td>
<td class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("性别").Value)%></font></div></td>
<td class="STYLE2"><div align="center">民族</div></td>
<td class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("民族").Value)%></font></div></td>
<td width="156" class="STYLE2"><div align="center">健康状况</div></td>
<td width="138" class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("健康状况").Value)%></font></div></td>
</tr>
<tr>
<td class="STYLE2"><div align="center">入队时间</div></td>
<td class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("入队时间").Value)%></font></div></td>
<td class="STYLE2"><div align="center">入团时间</div></td>
<td class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("入团时间").Value)%></font></div></td>
<td class="STYLE2"><div align="center">学生常用联系电话</div></td>
<td class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("常用电话").Value)%></font></div></td>
</tr>
<tr>
<td class="STYLE2"><div align="center">户口簿地 </div></td>
<td colspan="2" class="STYLE2"><div align="left">
<font color="#008000"><%=(student_3.Fields.Item("户口簿地址").Value)%></font></div></td>
<td class="STYLE2"><div align="center">
<p align="center">户口簿地址变更 <font color="#008000"> </font></div></td>
<td colspan="2" class="STYLE2"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("变更地址").Value)%></font></div></td>
</tr>
<tr>
<td class="STYLE2"><div align="center">家庭住址</div></td>
<td colspan="3" class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("家庭住址").Value)%></font></div></td>
<td class="STYLE2"><div align="center">
<p align="center">邮 码</div></td>
<td class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("邮码").Value)%></font></div></td>
</tr>
<tr>
<td class="STYLE2"><div align="center">家庭住址变更 </div></td>
<td colspan="3" class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("家庭住址变更").Value)%></font></div></td>
<td class="STYLE2"><div align="center">
<p align="center">邮码变更</div></td>
<td class="STYLE2" align="left"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("邮码变更").Value)%></font></div></td>
</tr>
</table>
<table width="680" height="271" border="1" cellpadding="0" cellspacing="0" bordercolor="#0000FF" style="border-collapse: collapse">
<tr class="STYLE2">
<td width="92" rowspan="4" class="STYLE2"><p align="center">家庭主要成员 </p></td>
<td width="138" height="25" class="STYLE2"><p align="center">姓名</p></td>
<td colspan="2" class="STYLE2"><p align="center">称呼</p></td>
<td colspan="3" class="STYLE2"><p align="center">工 作 单 位</p></td>
<td width="122" class="STYLE2"><p align="center">联系电话</p></td>
</tr>
<tr>
<td class="STYLE2" height="25" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员名_1").Value)%></font></p></td>
<td colspan="2" class="STYLE2" height="25" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员称_1").Value)%></font></p></td>
<td colspan="3" class="STYLE2" height="25" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员单位_1").Value)%></font></p></td>
<td class="STYLE2" height="25" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员电话_1").Value)%></font></p></td>
</tr>
<tr>
<td class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员名_2").Value)%></font></p></td>
<td colspan="2" class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员称_2").Value)%></font></p></td>
<td colspan="3" class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员单位_2").Value)%></font></p></td>
<td class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员电话_2").Value)%></font></p></td>
</tr>
<tr>
<td class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员名_3").Value)%></font></p></td>
<td colspan="2" class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员称_3").Value)%></font></p></td>
<td colspan="3" class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员单位_3").Value)%></font></p></td>
<td class="STYLE2" height="26" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("主要成员电话_3").Value)%></font></p></td>
</tr>
<tr class="STYLE2">
<td rowspan="5" class="STYLE2"><p align="center">义务教育<br />
经历</p></td>
<td colspan="5" class="STYLE2" height="31"><p align="center">何年何月至何年何月</p></td>
<td width="173" class="STYLE2" height="31"><p align="center">在何学校接受<br />
义务教育</p></td>
<td class="STYLE2" height="31"><p align="center">证明人</p></td>
</tr>
<tr>
<td colspan="5" class="STYLE2" height="33" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_时1").Value)%></font></p></td>
<td class="STYLE2" height="33" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_学校1").Value)%></font></p></td>
<td class="STYLE2" height="33" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_证明1").Value)%></font></p></td>
</tr>
<tr>
<td colspan="5" class="STYLE2" align="left" height="33"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_时2").Value)%></font></p></td>
<td class="STYLE2" align="left" height="33"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_学校2").Value)%></font></p></td>
<td class="STYLE2" align="left" height="33"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_证明2").Value)%></font></p></td>
</tr>
<tr>
<td colspan="5" class="STYLE2" height="34" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_时3").Value)%></font></p></td>
<td class="STYLE2" height="34" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_学校3").Value)%></font></p></td>
<td class="STYLE2" height="34" align="left"><p align="center">
<font color="#008000"><%=(student_3.Fields.Item("经历_证明3").Value)%></font></p></td>
</tr>
<tr>
<td height="34" colspan="5" class="STYLE2" align="left"><p align="center"> </p></td>
<td class="STYLE2" align="left"><p align="center"> </p></td>
<td class="STYLE2" align="left"><p align="center"> </p></td>
</tr>
</table>
<table width="680" height="125" border="1" cellpadding="0" cellspacing="0" bordercolor="#0000FF" style="border-collapse: collapse">
<tr>
<td width="133" class="STYLE2" height="41"><div align="center">转学、休学、复学、<br />
辍学、出国记录 </div></td>
<td colspan="3" class="STYLE2" height="41"><table width="550" height="50" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="STYLE2"><font color="#008000"><%=(student_3.Fields.Item("转学记录").Value)%></font></td>
</tr>
</table></td>
</tr>
<tr>
<td class="STYLE2" height="42"><div align="center">注销学籍时间</div></td>
<td width="154" class="STYLE2" height="42"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("注销学籍时间").Value)%> </font></div></td>
<td width="116" class="STYLE2" height="42"><div align="center">注销原因</div></td>
<td width="215" class="STYLE2" height="42"><font color="#008000"><%=(student_3.Fields.Item("注销原因").Value)%></font></td>
</tr>
<tr>
<td class="STYLE2" height="42"><div align="center">学籍管理员</div></td>
<td class="STYLE2" height="42"><div align="center">
<font color="#008000"><%=(student_3.Fields.Item("学籍管理员").Value)%> </font></div>
<div align="center"></div></td>
<td class="STYLE2" height="42"><div align="center">教务处审核人</div></td>
<td class="STYLE2" height="42"><font color="#008000"><%=(student_3.Fields.Item("教务处审核人").Value)%></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
<p class="STYLE1"> </p>
</body>
</html>
<%
student_3.Close()
Set student_3 = Nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -