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

📄 stufile.asp

📁 25175学生档案管理系统是一款学校学生档案管理系统.提供丰富的查询、登记、修改功能等。界面美观、时尚
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/inlogin.asp"-->
<!--#include file="inc/inc.asp"-->
<%
webtit="学生档案 - "
user_Login_Judge
%>
<!--#include file="inc/head.asp"-->
<!--#include file="inc/top.asp"-->
<style type="text/css">

/*  Copyright 25175, 2004-2010  |  http://www.25175.com/
 * ---------------------------------------------------------------------
 *
 * The DHTML 25175学生档案,
 *
 * Details and latest version at:
 * http://www.25175.com/200710 在线测试
 *
 * free to use this 25175.com code under the terms of the GNU Lesser General
 * 25175 Public License, as long as you do not remove or alter this notice. by 25175.com
*/


 #tabs0 .main { clear:both; padding:8px; border-top: 5px solid #E6F8FF;} 
#tabs0 { margin:0 auto; min-height: 300px; width: 100%;  background-color: #fff; } 
.menu0 {width: 100%;background: #fff; } 
.menu0 li{ display:block; float: left; padding: 4px 0; width:80px; text-align: center; cursor:pointer; border-right: 1px solid #cccccc;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;} 
.menu0 li.hover{background: #E6F8FF;border-bottom: 1px solid #E6F8FF;font-weight: bolder;} 
#main0 ul{display: none; } 
#main0 ul.block{display: block;} 

.file_TEXTAREA_info {width:100%;height:50px;border: #ccc 1px solid;}
.file_input_info {width:100%;border:0;border-bottom: #ccc 0px solid;text-align: center;background: #F9F9F9;}
#imageurl {border: 3px double #CCCCCC;}
.file_butt {
	text-align: center;
}

.file_butt a {
	clear: left;
	float: left;
	border: 1px solid #CCCCCC;
	width:120px;
	line-height: 40px;
	margin: 1px 10px;
	padding-top:3px;
}
.file_butt a:hover {background:#E6F8FF;}
.file_butt span {
	width:100%;
	padding:2px 40px;
}
.file_butt .t1 {background:url(admin_ico_enter.gif);background-repeat: no-repeat;background-position: 10px 0;}
.file_butt .t2 {background:url(admin_ico_rf.gif);background-repeat: no-repeat;background-position: 10px 0;}
.file_butt .t3 {background:url(admin_ico_goback.gif);background-repeat: no-repeat;background-position: 10px 0;}

.block li table.filetab td {line-height:28px;height:30px;}

</style>
<%
res script("admin_File_js","admin/inc"),1
Dim arr_file_i(9)
Dim file_i,file_gx_i
dimarr "Gender"
dimarr "National"
dimarr "Estab"
dimarr "Jobs"
dimarr "Political"
dimarr "Entry"
dimarr "Gender"
If islogin=True Then
	main_info2
Else

main_info
End If
Dim picurl


Sub main_info2()

	Sql_Lists="Name,His,Gender,birth,pic,ClassNo,IdentityNO,EMAIL,c1,Political,"	'0-9
	Sql_Lists=Sql_Lists&"c2,c3,National,Birthplace,address,Zip,Telephone,c4,"		'10-17
	Sql_Lists=Sql_Lists&"h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,"		'18-27
	Sql_Lists=Sql_Lists&"h11,h12,h13,h14,h15,h16,h17,h18,h19,h20,"		'28-37
	Sql_Lists=Sql_Lists&"h21,h22,h23,"		'38-40
	Sql_Lists=Sql_Lists&"d11,d12,d13,d14,d15,d16,d17,d18,"		'41-48
	Sql_Lists=Sql_Lists&"d21,d22,d23,d24,d25,d26,d27,d28,"		'49-56
	Sql_Lists=Sql_Lists&"d31,d32,d33,d34,d35,d36,d37,d38,"		'57-64
	Sql_Lists=Sql_Lists&"d41,d42,d43,d44,d45,d46,d47,d48,"		'65-72
	Sql_Lists=Sql_Lists&"z1,z2,z3,z4,z5,z6,z7,z8,z9,z10,z11,"	'73-83
	Sql_Lists=Sql_Lists&"j1,j2,j3,j4,j5,j6,j7,j8,j9,"		'84-92
	Sql_Lists=Sql_Lists&"Remarks,"		'93
	Sql_Lists=Sql_Lists&"file_gx1_l0,file_gx1_l1,file_gx1_l2,file_gx1_l3,file_gx1_l4,"	'94-98
	Sql_Lists=Sql_Lists&"file_gx2_l0,file_gx2_l1,file_gx2_l2,file_gx2_l3,file_gx2_l4,"	'99-103
	Sql_Lists=Sql_Lists&"marr"
	sql=Sqlinfo(Sql_Lists,"File_info"," ID = "&user25175(0),"","","")
	rs_edit = connopen(sql)
	If isArray(rs_edit) Then
		If rs_edit(4,0)<>"" Then picurl=rs_edit(4,0)
		For file_i=0 To 9
			arr_file_i(file_i)=Split(rs_edit(file_i+94,0),",")
		Next
		lookfileform
	End If
End Sub

Sub main_left()
%>
<div id="sidebar" style="">
<%
showuserinfo
If islogin=True Then showpass%>
</div>
<%End Sub%>
<%sub lookfileform%>
<style type="text/css">
	/*<![CDATA[*/
	 .fileinfo th{font-weight: normal;text-align: left;text-indent: 10px;width:160px;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;padding:2px;}
	 .fileinfo td{line-height:20px;height:20px;padding:2px;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;padding:2px;width:180px;}
#main0 h2{font-size: 14px;}
	/*]]>*/
	</style>
<div id="tabs0"> 
 <ul class="menu0" id="menu0"> 
  <li onclick="setTab(0,0)" class="hover">基本资料</li> 
	<li onclick="setTab(0,1)">基本资料二</li> 
	<li onclick="setTab(0,2)">测评信息</li> 
  <li onclick="setTab(0,3)">阅历及关系</li> 
  <li onclick="setTab(0,4)">其它情况</li> 
	<li onclick="setTab(0,5)">学籍变动</li>
	<li onclick="setTab(0,6)">备 注</li>
 </ul> 
	<div class="main" id="main0"> 
	  <%=id%>
  <ul class="block"><li>
			<table border="0"  cellspacing="0" cellpadding="0" class="fileinfo " style="border-left: 1px solid #cccccc;border-top: 1px solid #cccccc;width:550px;">
			<tr>
		<td width="15%" align="center">姓&nbsp;&nbsp;&nbsp;&nbsp;名</td>
		<td colspan="2" width="40%">&nbsp;<%=rs_edit(0,0)%></td>
		<td rowspan="4" width="25%"  align="center"><img src="..\upload\<%=picurl%>" id="imageurl" name="imageurl" width="90" height="120"></td>

	</tr>
	<tr>
		<td align="center">曾&nbsp;用&nbsp;名</td>
		<td colspan="2"> &nbsp;<%=rs_edit(1,0)%></td>
	</tr>
	<tr>
		<td align="center">性&nbsp;&nbsp;&nbsp;&nbsp;别</td>
		<td colspan="2"> &nbsp;<% If rs_edit(2,0)="0" Then response.write "男"%>
			<% If rs_edit(2,0)="1" Then response.write "女"%></td>
	</tr>
	<tr>
		<td align="center">出生日期</td>
		<td colspan="2">&nbsp; <%=rs_edit(3,0)%></td>
	</tr>
	<tr>
		<td align="center">学&nbsp;&nbsp;&nbsp;&nbsp;号</td>
		<td colspan="2">&nbsp;<%=rs_edit(5,0)%></td>
		<td> </td>
	</tr>
	<tr>
		<td align="center"><span lang="zh-cn">所在集体</span></td>
		<td colspan="2">&nbsp;</td>
		<td> </td>
	</tr>
	<tr>
		<td align="center">身份证号</td>
		<td >&nbsp;<%=rs_edit(6,0)%></td>
		<td align="center">EMAIL</td>
		<td>&nbsp;<%=rs_edit(7,0)%></td>
			</tr>
	<tr>
		<td align="center">宗教信仰</td>
		<td width="25%">&nbsp;<%=rs_edit(8,0)%></td>
		<td width="15%" align="center">政治面貌</td>
		<td><SELECT NAME="Political" disabled><%=sel_arr_Political(rs_edit(9,0))%></SELECT></td>
	</tr>
	<tr>
		<td align="center">家庭出身</td>
		<td>&nbsp;<%=rs_edit(10,0)%></td>
		<td align="center">户口所在地</td>
		<td>&nbsp;<%=rs_edit(11,0)%></td>
	</tr>
	<tr>
		<td align="center">民&nbsp;&nbsp;&nbsp;&nbsp;族</td>
		<td><SELECT NAME="National" disabled><%=sel_arr_National(rs_edit(12,0))%></SELECT></td>
		<td align="center">籍&nbsp;&nbsp;&nbsp;&nbsp;贯</td>
		<td> &nbsp;<%=rs_edit(13,0)%></td>
	</tr>
	<tr>
		<td align="center">家庭住址</td>
		<td>&nbsp;<%=rs_edit(14,0)%></td>
		<td align="center">邮&nbsp;&nbsp;&nbsp;&nbsp;编</td>
		<td>&nbsp;<%=rs_edit(15,0)%></td>
	</tr>
	<tr>
		<td align="center">联系电话</td>
		<td> &nbsp;<%=rs_edit(16,0)%></td>
		<td align="center">家庭电话</td>
		<td> &nbsp;<%=rs_edit(17,0)%></td>
	</tr>
</table>
	</li></ul> 
	<ul><li>
		<table width="98%" cellspacing="0" cellpadding="0">
			<tr>
				<td><table border="0"  cellspacing="0" cellpadding="0" class="fileinfo " style="border-left: 1px solid #cccccc;border-top: 1px solid #cccccc;width:550px;">
	<tr>
		<th>健康状况:</th>
		<td> &nbsp;<%=rs_edit(18,0)%></td>
		<th>视力:</th>
		<td> &nbsp;<%=rs_edit(19,0)%></td>
	</tr>
	<tr>
		<th>身高:</th>
		<td> &nbsp;<%=rs_edit(20,0)%></td>
		<th>体重:</th>
		<td> &nbsp;<%=rs_edit(21,0)%></td>
	</tr>
		<tr>
		<th>婚姻情况</th>
		<td>&nbsp;<%=rs_edit(104,0)%></td>
		<td>&nbsp; </td>
		<td>&nbsp; </td>
	</tr>
	<tr>
		<th>就读院校:</th>
		<td> &nbsp;<%=rs_edit(22,0)%></td>
		<td> </td>
		<td> </td>
	</tr>
	<tr>
		<th>学历:</th>
		<td> &nbsp;<%=rs_edit(23,0)%></td>
		<th>学制:</th>
		<td> &nbsp;<%=rs_edit(24,0)%></td>
	</tr>
	<tr>
		<td colspan=4> </td>
	</tr>
	<tr>
		<th>宿舍号:</th>
		<td>&nbsp;<%=rs_edit(25,0)%></td>
		<th>班主任姓名:</th>
		<td>&nbsp;<%=rs_edit(26,0)%></td>
	</tr>
<tr>
<th>担任何职务:</th>
<td>&nbsp;<%=rs_edit(27,0)%></td>
<th>生源所在地:</th>
<td>&nbsp;<%=rs_edit(28,0)%></td>
</tr>
<tr><th>培养类别:&nbsp;&nbsp;&nbsp;&nbsp;</th>
<td>&nbsp;<%=rs_edit(29,0)%></td>
<th>入学时间:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</th>
<td>&nbsp;<%=rs_edit(30,0)%></td>
</tr>
<tr>
		<th>毕业时间:</th>
		<td> &nbsp;<%=rs_edit(31,0)%></td>
		<th>毕业证书编号:</th>
		<td> &nbsp;<%=rs_edit(32,0)%></td>
	</tr>
	<tr>
		<td colspan=4> </td>
	</tr>
	<tr>
		<th>何时何地<br>&nbsp;&nbsp;&nbsp;加入共青团:</th>
		<td> &nbsp;<%=rs_edit(33,0)%></td>
		<th>介绍人:</th>
		<td> &nbsp;<%=rs_edit(34,0)%></td>
	</tr>
	<tr>
		<th>何时何地<br>&nbsp;&nbsp;&nbsp;加入中国共产党:</th>
		<td> &nbsp;<%=rs_edit(35,0)%></td>
		<th>介绍人:</th>
		<td> &nbsp;<%=rs_edit(36,0)%></td>
	</tr>
	<tr>
		<td colspan=4> </td>
	</tr>
	<tr>
		<th>第二学历/专业:</th>
		<td> &nbsp;<%=rs_edit(37,0)%></td>
		<th>计算机水平:</th>
		<td> &nbsp;<%=rs_edit(38,0)%></td>
	</tr>
	<tr>
		<th>第二外语/水平:</th>
		<td> &nbsp;<%=rs_edit(39,0)%></td>
		<th>第一外语/水平:</th>
		<td> &nbsp;<%=rs_edit(40,0)%></td>
	</tr>

</table>
				</td>
			</tr>
		</table>
	</li></ul> 
	<ul><li>
		<table width="98%" cellspacing="0" cellpadding="0">
			<tr>
				<td>
<table cellspacing="1" cellpadding="0" class="info_tab fileinfo" style="border-left: 1px solid #cccccc;border-top: 1px solid #cccccc;width:550px;">
	<tr>
		<th style="width:240px;">大一上学期综合测评排名</th>
		<td> &nbsp;<%=rs_edit(41,0)%></td>
		<th style="width:140px;">补考情况</th>
		<td> &nbsp;<%=rs_edit(42,0)%></td>
	</tr>
	<tr>
		<th>大一下学期综合测评排名</th>
		<td> &nbsp;<%=rs_edit(43,0)%></td>
		<th>补考情况</th>
		<td> &nbsp;<%=rs_edit(44,0)%></td>
	</tr>
	<tr>
		<th>大一学年综合测评排名</th>
		<td colspan=3> &nbsp;<%=rs_edit(45,0)%></td>
	</tr>
	<tr>
		<th>大一获奖情况</th>
		<td colspan=3><textarea rows="3" name="d16" cols="20"><%=rs_edit(46,0)%></textarea></td>
	</tr>
	<tr>
		<th>大一受惩情况</th>
		<td colspan=3><textarea rows="3" name="d17" cols="20"><%=rs_edit(47,0)%></textarea></td>
	</tr>

⌨️ 快捷键说明

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