温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:高校教师档案管理系统项目源码
当前文件:
TeacherFileProject/PersonRecord/MyProfile.aspx,打开代码结构图
TeacherFileProject/PersonRecord/MyProfile.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyProfile.aspx.cs" Inherits="PersonRecord_MyProfile" %> 2
3
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4
5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>无标题页</title> 8
</head> 9
<body topmargin="20" leftmargin="0"> 10
<form id="form1" runat="server"> 11
<h1 align =center ><b style="font-size: 20pt">明日科技教师档案管理系统</b><object id="WebBrowser" height="0" width="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></object></h1> 12
<table cellSpacing="0" cellPadding="0" border="0" height="50" width="60%" align="center"> 13
<tr> 14
<td align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px;"> 15
姓 名:<u><asp:Label ID="labName" runat="server"></asp:Label></u> 性 别:<u><asp:Label 16
ID="labSex" runat="server"></asp:Label></u> 17
年 龄:<u><asp:Label ID="labAge" runat="server"></asp:Label></u> 18
</td> 19
</tr> 20
<tr> 21
<td align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; height: 18px;"> 22
学院及专业:<u><asp:Label ID="labWork" runat="server"></asp:Label> 23
</u> 24
</td> 25
</tr> 26
<tr> 27
<td align="center" style="font-weight: bold; font-size: 16px"> 28
<input type="button" onclick="document.all.WebBrowser.ExecWB(6,1)" style="width: 92px" value="打印文档资料" /></td> 29
</tr> 30
</table> 31
<font size="3">一、个人简历</font><br><br> 32
<font size="2">(一) 学习简历</font> (从大学开始)<br><br> 33
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center"> 34
<tr> 35
<td align =center > 36
<asp:GridView ID="gvStudy" runat="server" AllowPaging="True" AutoGenerateColumns="False" 37
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvStudy_PageIndexChanging"> 38
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 39
<Columns> 40
<asp:BoundField DataField="startendTime" HeaderText="起止时间" /> 41
<asp:BoundField DataField="workPlace" HeaderText="毕业院校" /> 42
<asp:BoundField DataField="working" HeaderText="专业" /> 43
<asp:BoundField DataField="degree" HeaderText="获得学位" /> 44
<asp:BoundField DataField="yearinfo" HeaderText="年度" /> 45
</Columns> 46
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 47
<EditRowStyle BackColor="#E8E7F9" /> 48
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 49
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 50
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 51
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 52
53
</asp:GridView> 54
55
</td> 56
</tr> 57
</table> 58
<br> 59
<font size="2">(二) 工作简历</font><br><br> 60
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center"> 61
<tr> 62
<td align =center > 63
<asp:GridView ID="gvWork" runat="server" AllowPaging="True" AutoGenerateColumns="False" 64
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvWork_PageIndexChanging"> 65
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 66
<Columns> 67
<asp:BoundField DataField="startendTime" HeaderText="起止时间" /> 68
<asp:BoundField DataField="workPlace" HeaderText="工作单位" /> 69
<asp:BoundField DataField="working" HeaderText="职务" /> 70
<asp:BoundField DataField="status" HeaderText="职称" /> 71
<asp:BoundField DataField="degree" HeaderText="在各级学术机构中的任职情况" /> 72
<asp:BoundField DataField="yearinfo" HeaderText="年度" /> 73
</Columns> 74
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 75
<EditRowStyle BackColor="#E8E7F9" /> 76
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 77
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 78
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 79
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 80
</asp:GridView> 81
82
</td> 83
</tr> 84
</table><br> 85
<font size="3">二、教学工作</font> (包括理论教学、实验教学、课程实习、毕业实习、指导毕业生论文等)<br><br> 86
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center"> 87
<tr> 88
<td align =center > 89
<asp:GridView ID="gvTeach" runat="server" AllowPaging="True" AutoGenerateColumns="False" 90
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTeach_PageIndexChanging"> 91
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 92
<Columns> 93
<asp:BoundField DataField="startendTime" HeaderText="起止时间" /> 94
<asp:BoundField DataField="workContent" HeaderText="工作内容" /> 95
<asp:BoundField DataField="lessonName" HeaderText="课程或实验、实习名称(是否双语教学)" /> 96
<asp:BoundField DataField="class" HeaderText="授课专业" /> 97
<asp:BoundField DataField="period" HeaderText="学时或周数" /> 98
<asp:BoundField DataField="persons" HeaderText="人数" /> 99
<asp:BoundField DataField="yearinfo" HeaderText="年度" /> 100
</Columns> 101
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 102
<EditRowStyle BackColor="#E8E7F9" /> 103
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 104
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 105
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 106
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 107
108
</asp:GridView> 109
110
</td> 111
</tr> 112
</table><br> 113
<font size="3">三、学术研究</font><br> 114
<font size="2">(一) 在研课题</font><br><br> 115
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center"> 116
<tr> 117
<td align =center > 118
<asp:GridView ID="gvTSZYKT" runat="server" AllowPaging="True" AutoGenerateColumns="False" 119
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTSZYKT_PageIndexChanging"> 120
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 121
<Columns> 122
<asp:BoundField DataField="name" HeaderText="课题名称" /> 123
<asp:BoundField DataField="startendTime" HeaderText="起止年月" /> 124
<asp:BoundField DataField="unit" HeaderText="金费" /> 125
<asp:BoundField DataField="Froming" HeaderText="项目来源" /> 126
<asp:BoundField DataField="author" HeaderText="主持人" /> 127
<asp:BoundField DataField="worker" HeaderText="合作人" /> 128
<asp:BoundField DataField="yearinfo" HeaderText="年度" /> 129
</Columns> 130
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 131
<EditRowStyle BackColor="#E8E7F9" /> 132
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 133
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 134
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 135
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 136
</asp:GridView> 137
138
</td> 139
</tr> 140
</table><br> 141
<font size="2">(二) 发表论文、论著情况</font><br><br> 142
1. 发表论文<br><br> 143
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center"> 144
<tr> 145
<td align =center > 146
<asp:GridView ID="gvTSFBLW" runat="server" AllowPaging="True" AutoGenerateColumns="False" 147
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTSFBLW_PageIndexChanging"> 148
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 149
<Columns> 150
<asp:BoundField DataField="name" HeaderText="论文题目" /> 151
<asp:BoundField DataField="lessonName" HeaderText="发表刊物" /> 152
<asp:BoundField DataField="author" HeaderText="第一作者" /> 153
<asp:BoundField DataField="worker" HeaderText="合作者" /> 154
<asp:BoundField DataField="Froming" HeaderText="年.卷.期.页码" /> 155
<asp:BoundField DataField="yearinfo" HeaderText="年度" /> 156
</Columns> 157
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 158
<EditRowStyle BackColor="#E8E7F9" /> 159
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 160
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 161
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 162
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 163
</asp:GridView> 164
165
</td> 166
</tr> 167
</table><br> 168
2. 发表论著<br><br> 169
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center"> 170
<tr> 171
<td align =center > 172
<asp:GridView ID="gvTSFBLZ" runat="server" AllowPaging="True" AutoGenerateColumns="False" 173
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTSFBLZ_PageIndexChanging"> 174
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 175
<Columns> 176
<asp:BoundField DataField="name" HeaderText="论著名称" /> 177
<asp:BoundField DataField="lessonName" HeaderText="出版社" /> 178
<asp:BoundField DataField="author" HeaderText="主编" /> 179
<asp:BoundField DataField="worker" HeaderText="合作者" /> 180
<asp:BoundField DataField="startendTime" HeaderText="发表时间" /> 181
<asp:BoundField DataField="Froming" HeaderText="备注" /> 182
<asp:BoundField DataField="yearInfo" HeaderText="年度" /> 183
</Columns> 184
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 185
<EditRowStyle BackColor="#E8E7F9" /> 186
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 187
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 188
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 189
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 190
</asp:GridView> 191
192
</td> 193
</tr> 194
</table><br> 195
<font size="2">(三) 获奖情况</font> (包括成果、论文获奖以及其他教学获奖情况)<br><br> 196
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center"> 197
<tr> 198
<td align =center > 199
<asp:GridView ID="gvTSHJQK" runat="server" AllowPaging="True" AutoGenerateColumns="False" 200
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTSHJQK_PageIndexChanging"> 201
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 202
<Columns> 203
<asp:BoundField DataField="name" HeaderText="获奖名称" /> 204
<asp:BoundField DataField="lessonName" HeaderText="获奖项目名称" /> 205
<asp:BoundField DataField="author" HeaderText="主持人" /> 206
<asp:BoundField DataField="worker" HeaderText="合作者" /> 207
<asp:BoundField DataField="startendTime" HeaderText="时间" /> 208
<asp:BoundField DataField="unit" HeaderText="授予单位" /> 209
<asp:BoundField DataField="Froming" HeaderText="备注" /> 210
<asp:BoundField DataField="yearinfo" HeaderText="年度" /> 211
</Columns> 212
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 213
<EditRowStyle BackColor="#E8E7F9" /> 214
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 215
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 216
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 217
<AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 218
</asp:GridView> 219
220
</td> 221
</tr> 222
</table><br> 223
<font size="3">四、科研工作</font><br><br> 224
<font size="2">(一) 在研课题</


