📄 myprofile.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyProfile.aspx.cs" Inherits="PersonRecord_MyProfile" %>
<!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 runat="server">
<title>无标题页</title>
</head>
<body topmargin="20" leftmargin="0">
<form id="form1" runat="server">
<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>
<table cellSpacing="0" cellPadding="0" border="0" height="50" width="60%" align="center">
<tr>
<td align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px;">
姓 名:<u><asp:Label ID="labName" runat="server"></asp:Label></u> 性 别:<u><asp:Label
ID="labSex" runat="server"></asp:Label></u>
年 龄:<u><asp:Label ID="labAge" runat="server"></asp:Label></u>
</td>
</tr>
<tr>
<td align="center" style="FONT-WEIGHT: bold; FONT-SIZE: 16px; height: 18px;">
学院及专业:<u><asp:Label ID="labWork" runat="server"></asp:Label>
</u>
</td>
</tr>
<tr>
<td align="center" style="font-weight: bold; font-size: 16px">
<input type="button" onclick="document.all.WebBrowser.ExecWB(6,1)" style="width: 92px" value="打印文档资料" /></td>
</tr>
</table>
<font size="3">一、个人简历</font><br><br>
<font size="2">(一) 学习简历</font> (从大学开始)<br><br>
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td align =center >
<asp:GridView ID="gvStudy" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvStudy_PageIndexChanging">
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="startendTime" HeaderText="起止时间" />
<asp:BoundField DataField="workPlace" HeaderText="毕业院校" />
<asp:BoundField DataField="working" HeaderText="专业" />
<asp:BoundField DataField="degree" HeaderText="获得学位" />
<asp:BoundField DataField="yearinfo" HeaderText="年度" />
</Columns>
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" />
<EditRowStyle BackColor="#E8E7F9" />
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
</tr>
</table>
<br>
<font size="2">(二) 工作简历</font><br><br>
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td align =center >
<asp:GridView ID="gvWork" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvWork_PageIndexChanging">
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="startendTime" HeaderText="起止时间" />
<asp:BoundField DataField="workPlace" HeaderText="工作单位" />
<asp:BoundField DataField="working" HeaderText="职务" />
<asp:BoundField DataField="status" HeaderText="职称" />
<asp:BoundField DataField="degree" HeaderText="在各级学术机构中的任职情况" />
<asp:BoundField DataField="yearinfo" HeaderText="年度" />
</Columns>
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" />
<EditRowStyle BackColor="#E8E7F9" />
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
</tr>
</table><br>
<font size="3">二、教学工作</font> (包括理论教学、实验教学、课程实习、毕业实习、指导毕业生论文等)<br><br>
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td align =center >
<asp:GridView ID="gvTeach" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTeach_PageIndexChanging">
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="startendTime" HeaderText="起止时间" />
<asp:BoundField DataField="workContent" HeaderText="工作内容" />
<asp:BoundField DataField="lessonName" HeaderText="课程或实验、实习名称(是否双语教学)" />
<asp:BoundField DataField="class" HeaderText="授课专业" />
<asp:BoundField DataField="period" HeaderText="学时或周数" />
<asp:BoundField DataField="persons" HeaderText="人数" />
<asp:BoundField DataField="yearinfo" HeaderText="年度" />
</Columns>
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" />
<EditRowStyle BackColor="#E8E7F9" />
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
</tr>
</table><br>
<font size="3">三、学术研究</font><br>
<font size="2">(一) 在研课题</font><br><br>
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td align =center >
<asp:GridView ID="gvTSZYKT" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTSZYKT_PageIndexChanging">
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="name" HeaderText="课题名称" />
<asp:BoundField DataField="startendTime" HeaderText="起止年月" />
<asp:BoundField DataField="unit" HeaderText="金费" />
<asp:BoundField DataField="Froming" HeaderText="项目来源" />
<asp:BoundField DataField="author" HeaderText="主持人" />
<asp:BoundField DataField="worker" HeaderText="合作人" />
<asp:BoundField DataField="yearinfo" HeaderText="年度" />
</Columns>
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" />
<EditRowStyle BackColor="#E8E7F9" />
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
</tr>
</table><br>
<font size="2">(二) 发表论文、论著情况</font><br><br>
1. 发表论文<br><br>
<table width="95%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td align =center >
<asp:GridView ID="gvTSFBLW" runat="server" AllowPaging="True" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" GridLines="None" PageSize="5" Width="100%" Font-Size="Small" DataKeyNames ="id" OnPageIndexChanging="gvTSFBLW_PageIndexChanging">
<FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="name" HeaderText="论文题目" />
<asp:BoundField DataField="lessonName" HeaderText="发表刊物" />
<asp:BoundField DataField="author" HeaderText="第一作者" />
<asp:BoundField DataField="worker" HeaderText="合作者" />
<asp:BoundField DataField="Froming" HeaderText="年.卷.期.页码" />
<asp:BoundField DataField="yearinfo" HeaderText="年度" />
</Columns>
<RowStyle BackColor="#E8E7F9" ForeColor="#333333" />
<EditRowStyle BackColor="#E8E7F9" />
<SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
</asp:GridView>
</td>
</tr>
</table><br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -