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