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

📄 resume_study.aspx

📁 这是高校教师档案管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Resume_Study.aspx.cs" Inherits="resume_study" %>

<!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="0" leftmargin="0">
    <form id="form1" runat="server">
    &nbsp;<table class="borderon" id="control" cellSpacing="0" cellPadding="0" width="95%" border="0" align =center >
			<tr align="center">
				<td  align="left" style="font-weight: bolder; font-size: 14px; height: 26px;" background="../Images/右侧总标头.jpg">
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    个人档案(教育背景)
                 </td>
            </tr>
	</table>
	<table cellSpacing="0" cellPadding="0" width="100%" border="0" id="tabList" runat="server"  >
	      <tr valign =top >
	      <td style="width: 1000px" valign =top >
	      <table width="95%" border="0" cellpadding="3" cellspacing="1"  align =center  >
				<tr>
				<td  align =center style="height: 192px" >
                    <asp:GridView ID="gvList" runat="server" AutoGenerateColumns="False" CellPadding="4"
                        ForeColor="#333333" GridLines="None" Width="100%" AllowPaging="True" PageSize="5" Font-Size="Small"  DataKeyNames ="id" OnRowDeleting="gvList_RowDeleting" OnRowUpdating="gvList_RowUpdating" OnPageIndexChanging="gvList_PageIndexChanging">
                        <FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="#333333" />
                        <Columns>
                           <asp:TemplateField >
                             <ItemTemplate >
                             <asp:LinkButton CommandName ="delete" Text ="删除" ID ="lnkbtnDelete" runat =server  ></asp:LinkButton>
                             </ItemTemplate>
                            </asp:TemplateField>
                            <asp:TemplateField >
                             <ItemTemplate >
                              <asp:LinkButton CommandName ="update" Text ="修改" ID ="lnkbtnUpdate" runat =server ></asp:LinkButton>
                             </ItemTemplate>
                            </asp:TemplateField>
                          
                            <asp:HyperLinkField DataNavigateUrlFields="owner" DataTextField ="userid" HeaderText ="姓名" DataNavigateUrlFormatString="~/PersonRecord/MyProfile.aspx?id={0}"/>
                            <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="年度" />
                            <asp:BoundField DataField="adder" HeaderText="添加人" />
                            <asp:BoundField DataField="changer" 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>
                    <asp:Button ID="btnListAdd" runat="server" OnClick="btnListAdd_Click" Text="添加" /></td>
				</tr>
			</table>
                 </td>
	      
	      </tr>
	</table>
	<table cellSpacing="0" cellPadding="0" width="100%" border="0" id="tabAdd" runat="server">
	<tr valign =top >
	<td valign =top >
	<table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="Table1">
				<tr>
					<td vAlign="top" style="height: 50px">
						<ol style="line-height:150%">
							<li style="font-size: smaller">添加教师的个人教育背景 </li>
							<li style="font-size: smaller">
								要求必须输入真实的资料</li>
						</ol>
					</td>
				</tr>
				<tr valign =top >
					<td align="center" valign="top">
                       <div align="left">
						<table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#5D7B9D" align =center >
							<tr style="BACKGROUND-IMAGE: url('Images/title1.gif');">
								<td align="center" bgcolor="#A6A1E0" colspan="2" style="background-image: url('')"><b style="font-size: smaller">个 人 简 历 —— 教育背景添加</b> <font color="red">(从大学开始)</font></td>
							</tr>
							<tr>
								<td bgcolor="#E8E7F9" style="width: 255px" align =center>
									<b style="font-size: smaller">姓 &nbsp;&nbsp;名:</b></td>
								<td bgcolor="#FFFFFF">
                                    <asp:DropDownList ID="ddlName" runat="server" AutoPostBack="True">
                                    </asp:DropDownList>
                                    </td>
							</tr>
							<tr>
								<td bgcolor="#E8E7F9" style="width: 255px" align =center >
									<b style="font-size: smaller">起止时间:</b></td>
								<td bgcolor="#FFFFFF" >
                                    <asp:TextBox ID="txtAStartEndTime" runat="server" Width="392px"></asp:TextBox><br>
                                    格式:2001.9.28 — 2005.7.28</td>
							</tr>
							<tr>
								<td bgcolor="#E8E7F9" style="width: 255px" align =center>
									<b style="font-size: smaller">毕业院校:</b></td>
								<td bgcolor="#FFFFFF">
                                    <asp:TextBox ID="txtAWorkPlace" runat="server" Width="390px"></asp:TextBox><br>
                                    格式:吉林大学</td>
							</tr>
							<tr>
								<td bgcolor="#E8E7F9" valign=middle style="width: 255px; height: 46px;" align =center  >
									<b style="font-size: smaller">专 &nbsp;&nbsp; &nbsp; &nbsp; 业:</b></td>
								<td bgcolor="#FFFFFF" style="height: 46px" >
                                    <asp:TextBox ID="txtAWorking" runat="server" Width="392px"></asp:TextBox><br>
                                    格式:计算机专业</td>
							</tr>
							<tr>
								<td bgcolor="#E8E7F9" style="width: 255px; height: 50px;" align =center>
									<b style="font-size: smaller">获得学位:</b></td>
								<td bgcolor="#FFFFFF" style="height: 50px">
                                    <asp:TextBox ID="txtADegree" runat="server" Width="392px"></asp:TextBox><br>
									格式:学士学位</td>
							</tr>
							<tr>
								<td bgcolor="#E8E7F9" style="width: 255px" align =center>
									<b style="font-size: smaller">年 &nbsp;&nbsp;度:</b></td>
								<td bgcolor="#FFFFFF">
                                    <asp:DropDownList ID="ddlAYearInfo" runat="server" AutoPostBack="True">
                                    </asp:DropDownList></td>
							</tr>
							<tr>
								<td bgcolor="#A6A1E0" align="center" colspan="2" >
                                    &nbsp;<asp:Button ID="btnAdd" runat="server" Text="添加" OnClick="btnAdd_Click" />
                                    <asp:Button ID="btnReset" runat="server" Text="重置" OnClick="btnReset_Click" /></td>
							</tr>
						</table>
						</div>
					</td>
				</tr>
			</table>
	</td>
	</tr>
	</table>
    <table cellSpacing="0" cellPadding="0" width="100%" border="0" id="tabUpdate" runat="server">
	  <tr>
	    <td>
	            <table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="Table2">
				    <tr>
					    <td vAlign="top" style="height: 50px">
						    <ol style="line-height:150%">
							    <li style="font-size: smaller">修改教师的个人教育背景</li><li style="font-size: smaller">
								    要求必须输入真实的资料</li></ol>
					    </td>
				    </tr>
				    <tr valign =top >
					    <td align="center" valign="top">
						    <div align="left">
						    </div>
						    <table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#5D7B9D" align =center >
							    <tr style="BACKGROUND-IMAGE: url('Images/title1.gif');">
								    <td colspan="2" align="center" bgcolor="#A6A1E0" style="background-image: url('')"><b>个 人 简 历 —— 教育背景修改</b> <font color="red">(从大学开始)</font></td>
							    </tr>
							     <tr>
								<td bgcolor="#E8E7F9" style="width: 255px" align =center>
									<b style="font-size: smaller">姓 &nbsp;&nbsp;名:</b></td>
								<td bgcolor="#FFFFFF" align =left >
                                   <asp:TextBox ID="txtName" runat="server" Width="392px" ReadOnly="True" ></asp:TextBox>
                                    <asp:Label ID="labValue" runat="server" Text="Label" Visible="False"></asp:Label></td>
							</tr>
							    <tr>
								    <td bgcolor="#E8E7F9" style="width: 255px">
									    <b style="font-size: smaller">起止时间:</b></td>
								    <td bgcolor="#FFFFFF" align =left >
                                        <asp:TextBox ID="txtUStartEndTime" runat="server" Width="392px"></asp:TextBox><br>
                                        格式:2001.9.28 — 2005.7.8</td>
							    </tr>
							    <tr>
								    <td bgcolor="#E8E7F9" style="width: 255px">
									    <b style="font-size: smaller">毕业院校:</b></td>
								    <td bgcolor="#FFFFFF" align =left>
                                        <asp:TextBox ID="txtUWorkPlace" runat="server" Width="390px"></asp:TextBox><br>
                                        格式:吉林大学</td>
							    </tr>
							    <tr>
								    <td bgcolor="#E8E7F9" valign="middle" style="width: 255px; height: 46px;">
									    <b style="font-size: smaller">专 &nbsp;&nbsp;业:</b></td>
								    <td bgcolor="#FFFFFF" style="height: 46px" align =left >
                                        <asp:TextBox ID="txtUWorking" runat="server" Width="392px"></asp:TextBox><br>
                                        格式:计算机专业</td>
							    </tr>
							    <tr>
								    <td bgcolor="#E8E7F9" style="width: 255px" >
									    <b style="font-size: smaller">获得学位:</b></td>
								    <td bgcolor="#FFFFFF" align =left>
                                        <asp:TextBox ID="txtUDegree" runat="server" Width="392px"></asp:TextBox><br>
									    格式:学士学位</td>
							    </tr>
							    <tr>
								    <td bgcolor="#E8E7F9" style="width: 255px">
									    <b style="font-size: smaller">年 &nbsp;&nbsp;度:</b></td>
								    <td bgcolor="#FFFFFF" align =left>
                                        <asp:DropDownList ID="ddlUYearInfo" runat="server" AutoPostBack="True">
                                        </asp:DropDownList></td>
							    </tr>
							    <tr>
								    <td bgcolor="#A6A1E0" align="center" colspan="2">
                                        &nbsp;<asp:Button ID="btnUpdate" runat="server" Text="修改" OnClick="btnUpdate_Click" />
                                        </td>
							    </tr>
						    </table>
					</td>
				</tr>
			</table>
	    </td> 
	</tr>
</table>			
</form>
</body>
</html>

⌨️ 快捷键说明

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