您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->高校教师档案管理系统项目源码>>PersonRecord/Resume_Study.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:高校教师档案管理系统项目源码
当前文件:文件类型 TeacherFileProject/PersonRecord/Resume_Study.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Resume_Study.aspx.cs" Inherits="resume_study" %> 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="0" leftmargin="0"> 10 <form id="form1" runat="server"> 11 &nbsp;<table class="borderon" id="control" cellSpacing="0" cellPadding="0" width="95%" border="0" align =center > 12 <tr align="center"> 13 <td align="left" style="font-weight: bolder; font-size: 14px; height: 26px;" background="../Images/右侧总标头.jpg"> 14 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 15 个人档案(教育背景) 16 </td> 17 </tr> 18 </table> 19 <table cellSpacing="0" cellPadding="0" width="100%" border="0" id="tabList" runat="server" > 20 <tr valign =top > 21 <td style="width: 1000px" valign =top > 22 <table width="95%" border="0" cellpadding="3" cellspacing="1" align =center > 23 <tr> 24 <td align =center style="height: 192px" > 25 <asp:GridView ID="gvList" runat="server" AutoGenerateColumns="False" CellPadding="4" 26 ForeColor="#333333" GridLines="None" Width="100%" AllowPaging="True" PageSize="5" Font-Size="Small" DataKeyNames ="id" OnRowDeleting="gvList_RowDeleting" OnRowUpdating="gvList_RowUpdating" OnPageIndexChanging="gvList_PageIndexChanging"> 27 <FooterStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="#333333" /> 28 <Columns> 29 <asp:TemplateField > 30 <ItemTemplate > 31 <asp:LinkButton CommandName ="delete" Text ="删除" ID ="lnkbtnDelete" runat =server ></asp:LinkButton> 32 </ItemTemplate> 33 </asp:TemplateField> 34 <asp:TemplateField > 35 <ItemTemplate > 36 <asp:LinkButton CommandName ="update" Text ="修改" ID ="lnkbtnUpdate" runat =server ></asp:LinkButton> 37 </ItemTemplate> 38 </asp:TemplateField> 39 40 <asp:HyperLinkField DataNavigateUrlFields="owner" DataTextField ="userid" HeaderText ="姓名" DataNavigateUrlFormatString="~/PersonRecord/MyProfile.aspx?id={0}"/> 41 <asp:BoundField DataField="startendTime" HeaderText="起止时间" /> 42 <asp:BoundField DataField="workPlace" HeaderText="毕业院校" /> 43 <asp:BoundField DataField="working" HeaderText="专业" /> 44 <asp:BoundField DataField="degree" HeaderText="获得学位" /> 45 <asp:BoundField DataField="yearInfo" HeaderText="年度" /> 46 <asp:BoundField DataField="adder" HeaderText="添加人" /> 47 <asp:BoundField DataField="changer" HeaderText="修改人" /> 48 </Columns> 49 <RowStyle BackColor="#E8E7F9" ForeColor="#333333" /> 50 <EditRowStyle BackColor="#E8E7F9" /> 51 <SelectedRowStyle BackColor="#E8E7F9" Font-Bold="True" ForeColor="#333333" /> 52 <PagerStyle BackColor="#A6A1E0" ForeColor="White" HorizontalAlign="Center" /> 53 <HeaderStyle BackColor="#A6A1E0" Font-Bold="True" ForeColor="White" /> 54 <AlternatingRowStyle BackColor="White" ForeColor="#284775" /> 55 </asp:GridView> 56 <asp:Button ID="btnListAdd" runat="server" OnClick="btnListAdd_Click" Text="添加" /></td> 57 </tr> 58 </table> 59 </td> 60 61 </tr> 62 </table> 63 <table cellSpacing="0" cellPadding="0" width="100%" border="0" id="tabAdd" runat="server"> 64 <tr valign =top > 65 <td valign =top > 66 <table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="Table1"> 67 <tr> 68 <td vAlign="top" style="height: 50px"> 69 <ol style="line-height:150%"> 70 <li style="font-size: smaller">添加教师的个人教育背景 </li> 71 <li style="font-size: smaller"> 72 要求必须输入真实的资料</li> 73 </ol> 74 </td> 75 </tr> 76 <tr valign =top > 77 <td align="center" valign="top"> 78 <div align="left"> 79 <table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#5D7B9D" align =center > 80 <tr style="BACKGROUND-IMAGE: url('Images/title1.gif');"> 81 <td align="center" bgcolor="#A6A1E0" colspan="2" style="background-image: url('')"><b style="font-size: smaller">个 人 简 历 —— 教育背景添加</b> <font color="red">(从大学开始)</font></td> 82 </tr> 83 <tr> 84 <td bgcolor="#E8E7F9" style="width: 255px" align =center> 85 <b style="font-size: smaller">&nbsp;&nbsp;名:</b></td> 86 <td bgcolor="#FFFFFF"> 87 <asp:DropDownList ID="ddlName" runat="server" AutoPostBack="True"> 88 </asp:DropDownList> 89 </td> 90 </tr> 91 <tr> 92 <td bgcolor="#E8E7F9" style="width: 255px" align =center > 93 <b style="font-size: smaller">起止时间:</b></td> 94 <td bgcolor="#FFFFFF" > 95 <asp:TextBox ID="txtAStartEndTime" runat="server" Width="392px"></asp:TextBox><br> 96 格式:2001.9.28 — 2005.7.28</td> 97 </tr> 98 <tr> 99 <td bgcolor="#E8E7F9" style="width: 255px" align =center> 100 <b style="font-size: smaller">毕业院校:</b></td> 101 <td bgcolor="#FFFFFF"> 102 <asp:TextBox ID="txtAWorkPlace" runat="server" Width="390px"></asp:TextBox><br> 103 格式:吉林大学</td> 104 </tr> 105 <tr> 106 <td bgcolor="#E8E7F9" valign=middle style="width: 255px; height: 46px;" align =center > 107 <b style="font-size: smaller">&nbsp;&nbsp; &nbsp; &nbsp; 业:</b></td> 108 <td bgcolor="#FFFFFF" style="height: 46px" > 109 <asp:TextBox ID="txtAWorking" runat="server" Width="392px"></asp:TextBox><br> 110 格式:计算机专业</td> 111 </tr> 112 <tr> 113 <td bgcolor="#E8E7F9" style="width: 255px; height: 50px;" align =center> 114 <b style="font-size: smaller">获得学位:</b></td> 115 <td bgcolor="#FFFFFF" style="height: 50px"> 116 <asp:TextBox ID="txtADegree" runat="server" Width="392px"></asp:TextBox><br> 117 格式:学士学位</td> 118 </tr> 119 <tr> 120 <td bgcolor="#E8E7F9" style="width: 255px" align =center> 121 <b style="font-size: smaller">&nbsp;&nbsp;度:</b></td> 122 <td bgcolor="#FFFFFF"> 123 <asp:DropDownList ID="ddlAYearInfo" runat="server" AutoPostBack="True"> 124 </asp:DropDownList></td> 125 </tr> 126 <tr> 127 <td bgcolor="#A6A1E0" align="center" colspan="2" > 128 &nbsp;<asp:Button ID="btnAdd" runat="server" Text="添加" OnClick="btnAdd_Click" /> 129 <asp:Button ID="btnReset" runat="server" Text="重置" OnClick="btnReset_Click" /></td> 130 </tr> 131 </table> 132 </div> 133 </td> 134 </tr> 135 </table> 136 </td> 137 </tr> 138 </table> 139 <table cellSpacing="0" cellPadding="0" width="100%" border="0" id="tabUpdate" runat="server"> 140 <tr> 141 <td> 142 <table cellSpacing="0" cellPadding="0" border="0" height="80%" width="100%" ID="Table2"> 143 <tr> 144 <td vAlign="top" style="height: 50px"> 145 <ol style="line-height:150%"> 146 <li style="font-size: smaller">修改教师的个人教育背景</li><li style="font-size: smaller"> 147 要求必须输入真实的资料</li></ol> 148 </td> 149 </tr> 150 <tr valign =top > 151 <td align="center" valign="top"> 152 <div align="left"> 153 </div> 154 <table width="90%" border="0" cellpadding="4" cellspacing="1" bgcolor="#5D7B9D" align =center > 155 <tr style="BACKGROUND-IMAGE: url('Images/title1.gif');"> 156 <td colspan="2" align="center" bgcolor="#A6A1E0" style="background-image: url('')"><b>个 人 简 历 —— 教育背景修改</b> <font color="red">(从大学开始)</font></td> 157 </tr> 158 <tr> 159 <td bgcolor="#E8E7F9" style="width: 255px" align =center> 160 <b style="font-size: smaller">&nbsp;&nbsp;名:</b></td> 161 <td bgcolor="#FFFFFF" align =left > 162 <asp:TextBox ID="txtName" runat="server" Width="392px" ReadOnly="True" ></asp:TextBox> 163 <asp:Label ID="labValue" runat="server" Text="Label" Visible="False"></asp:Label></td> 164 </tr> 165 <tr> 166 <td bgcolor="#E8E7F9" style="width: 255px"> 167 <b style="font-size: smaller">起止时间:</b></td> 168 <td bgcolor="#FFFFFF" align =left > 169 <asp:TextBox ID="txtUStartEndTime" runat="server" Width="392px"></asp:TextBox><br> 170 格式:2001.9.28 — 2005.7.8</td> 171 </tr> 172 <tr> 173 <td bgcolor="#E8E7F9" style="width: 255px"> 174 <b style="font-size: smaller">毕业院校:</b></td> 175 <td bgcolor="#FFFFFF" align =left> 176 <asp:TextBox ID="txtUWorkPlace" runat="server" Width="390px"></asp:TextBox><br> 177 格式:吉林大学</td> 178 </tr> 179 <tr> 180 <td bgcolor="#E8E7F9" valign="middle" style="width: 255px; height: 46px;"> 181 <b style="font-size: smaller">&nbsp;&nbsp;业:</b></td> 182 <td bgcolor="#FFFFFF" style="height: 46px" align =left > 183 <asp:TextBox ID="txtUWorking" runat="server" Width="392px"></asp:TextBox><br> 184 格式:计算机专业</td> 185 </tr> 186 <tr> 187 <td bgcolor="#E8E7F9" style="width: 255px" > 188 <b style="font-size: smaller">获得学位:</b></td> 189 <td bgcolor="#FFFFFF" align =left> 190 <asp:TextBox ID="txtUDegree" runat="server" Width="392px"></asp:TextBox><br> 191 格式:学士学位</td> 192 </tr> 193 <tr> 194 <td bgcolor="#E8E7F9" style="width: 255px"> 195 <b style="font-size: smaller">&nbsp;&nbsp;度:</b></td> 196 <td bgcolor="#FFFFFF" align =left> 197 <asp:DropDownList ID="ddlUYearInfo" runat="server" AutoPostBack="True"> 198 </asp:DropDownList></td> 199 </tr> 200 <tr> 201 <td bgcolor="#A6A1E0" align="center" colspan="2"> 202 &nbsp;<asp:Button ID="btnUpdate" runat="server" Text="修改" OnClick="btnUpdate_Click" /> 203 </td> 204 </tr> 205 </table> 206 </td> 207 </tr> 208 </table> 209 </td> 210 </tr> 211</table> 212</form> 213</body> 214</html> 215
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:高校教师档案管理系统项目源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号