employee_edit.aspx
资源名称:web.rar [点击查看]
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:40k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="employee_edit.aspx.cs" Inherits="web_mail_employee_edit" %>
- <!DOCTYPE html PUBLIC "-//W3C//Dasp:TableCell XHTML 1.0 asp:TableRowansitional//EN" "http://www.w3.org/asp:TableRow/xhtml1/Dasp:TableCell/xhtml1-asp:TableRowansitional.dasp:TableCell">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head id="Head1" runat="server">
- <title>无标题页</title>
- <link href="../../../css/style.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" language="javascript">
- function selectDepartment()
- {
- var url = "../department/department_select_tree.aspx";
- var features = "width=400,height=500,top=200,left=250,location=no,toolbar=no,status=no,resizable=yes,scrollbars=yes";
- var selectDepartment = open(url, 'selectDepartment', features);
- selectDepartment.focus();
- }
- function setDepartment(deptId, deptName)
- {
- document.all.TxtDepartment.value=deptName;
- document.all.DepartmentId.value=deptId;
- }
- function changeEmpNo()
- {
- document.all.TxtLoginName.value = document.all.TxtNo.value;
- document.all.TxtPassword.value = document.all.TxtNo.value;
- }
- </script>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <center><br />
- <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
- SelectCommand="select id, name from OA_EMPLOYEE_POSITION order by sequence desc ">
- </asp:SqlDataSource>
- <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:oaConnection %>"
- SelectCommand="select id, name from OA_USER_GROUP_MAIN"></asp:SqlDataSource>
- <asp:Label BorderStyle="None" ID="LblTitle" runat="server" Text="員工履歷表" Font-Bold="true" Font-Size="Medium"></asp:Label><br /><br />
- <asp:Table id="Tbl1" runat="Server" Width="820px">
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" ColumnSpan="6" HorizontalAlign="Left" runat="server">
- <asp:Label BorderStyle="None" ID="LblDepartment" runat="server" Text="隆成集團流通事業群" Font-Size="Small"></asp:Label>
- <asp:TextBox ID="TxtDepartment" runat="server" Enabled="False"></asp:TextBox>
- <asp:HiddenField ID="DepartmentId" runat="server" />
- <input type="button" value="選擇部門" onclick="selectDepartment()" />
- </asp:TableCell>
- <asp:TableCell ID="TableCell9" BorderWidth="1px" ColumnSpan="2" HorizontalAlign="Left" Text="是否为主管" runat="server">
- <asp:DropDownList ID="Ddlmanger" runat="server">
- <asp:ListItem Value="1">是</asp:ListItem>
- <asp:ListItem Value="2" Selected>否</asp:ListItem>
- </asp:DropDownList>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblName" runat="server" Text="姓名"></asp:Label>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtName" runat="server" Width="90px"></asp:TextBox>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblPosition" runat="server" Text="職位"></asp:Label>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:DropDownList ID="DdlPosition" runat="server" DataSourceID="SqlDataSource1" DataTextField="name" DataValueField="id">
- </asp:DropDownList>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblActiveDate" runat="server" Style="position: relative" Text="入職日期"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtActiveDate" runat="server" Style="position: relative" Width="70px"></asp:TextBox>
- <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/images/calbtn.gif"
- Style="position: relative" OnClick="ImageButton1_Click" />
- <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#999999"
- CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
- ForeColor="Black" Height="180px" OnSelectionChanged="Calendar1_SelectionChanged"
- Style="position: relative" Visible="False" Width="200px">
- <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
- <SelectorStyle BackColor="#CCCCCC" />
- <WeekendDayStyle BackColor="#FFFFCC" />
- <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
- <OtherMonthDayStyle ForeColor="Gray" />
- <NextPrevStyle VerticalAlign="Bottom" />
- <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
- <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
- </asp:Calendar>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblDimissionDate" runat="server" Style="position: relative" Text="離職日期"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtDimissionDate" runat="server" Style="position: relative" Width="70px"></asp:TextBox>
- <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/images/calbtn.gif"
- Style="position: relative" OnClick="ImageButton2_Click" />
- <asp:Calendar ID="Calendar2" runat="server" BackColor="White" BorderColor="#999999"
- CellPadding="4" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt"
- ForeColor="Black" Height="180px" OnSelectionChanged="Calendar2_SelectionChanged"
- Style="position: relative" Visible="False" Width="200px">
- <SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
- <SelectorStyle BackColor="#CCCCCC" />
- <WeekendDayStyle BackColor="#FFFFCC" />
- <TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
- <OtherMonthDayStyle ForeColor="Gray" />
- <NextPrevStyle VerticalAlign="Bottom" />
- <DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
- <TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
- </asp:Calendar>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblNo" runat="server" Text="工號"></asp:Label>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtNo" runat="server" Width="90px"></asp:TextBox>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblLoginName" runat="server" Text="登録名"></asp:Label>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtLoginName" runat="server" Width="90px"></asp:TextBox>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblPwd" runat="server" Style="position: relative" Text="密碼"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtPassword" runat="server" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblGroup" runat="server" Style="position: relative" Text="OA權限"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:DropDownList ID="DdlGroup" runat="server" DataSourceID="SqlDataSource2" DataTextField="name" DataValueField="id">
- </asp:DropDownList>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblSex" runat="server" Text="性别"></asp:Label>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:DropDownList ID="DdlSex" runat="server">
- <asp:ListItem Value="M">男</asp:ListItem>
- <asp:ListItem Value="F">女</asp:ListItem>
- </asp:DropDownList>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblBirthDate" runat="server" Text="出生日期"></asp:Label>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtBirthDate" runat="server" Width="90px"></asp:TextBox>
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblNation" runat="server" Style="position: relative" Text="民族"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtNation" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblMarriage" runat="server" Style="position: relative" Text="婚否"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:DropDownList ID="DdlMarriage" runat="server">
- <asp:ListItem Value="1">未婚</asp:ListItem>
- <asp:ListItem Value="2">已婚</asp:ListItem>
- <asp:ListItem Value="3">離異</asp:ListItem>
- </asp:DropDownList></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblIdCard" runat="server" Style="position: relative" Text="身份證號"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtIdCard" runat="server" Style="position: relative" Width="125px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblIdCardExpire" runat="server" Style="position: relative" Text="身份證到期日"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" style="width: 90px" runat="server">
- <asp:TextBox ID="TxtIdCardExpire" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblNative" runat="server" Style="position: relative" Text="籍貫"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtNative" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblStature" runat="server" Style="position: relative" Text="身高"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtStature" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblTel" runat="server" Style="position: relative" Text="手機"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtTel" runat="server" Style="position: relative" Width="125px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblSmartPhone" runat="server" Style="position: relative" Text="小靈通"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtSmartPhone" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblTelExtension" runat="server" Style="position: relative" Text="辦公室分機"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtTelExtension" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell7" BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label ID="Label7" runat="server" Style="position: relative" BorderStyle="None" Text="上班地點"></asp:Label></asp:TableCell>
- <asp:TableCell ID="TableCell8" BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtWorkPlace" runat="server" Style="position: relative" Width="100px"></asp:TextBox>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblLinkman" runat="server" Style="position: relative" Text="緊急联络人"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtLinkman" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell1" BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="Label6" runat="server" Style="position: relative" Text="緊急联络人電話"></asp:Label></asp:TableCell>
- <asp:TableCell ID="TableCell2" BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtLinkmanTel" runat="server" Style="position: relative" Width="90px"></asp:TextBox></asp:TableCell>
- <asp:TableCell ID="TableCell3" BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label ID="LblWorkCardNo1" runat="server" Style="position: relative" BorderStyle="None" Text="工牌編號1"></asp:Label></asp:TableCell>
- <asp:TableCell ID="TableCell4" BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtWorkCardNo1" runat="server" Style="position: relative" Width="100px"></asp:TextBox>
- </asp:TableCell>
- <asp:TableCell ID="TableCell5" BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label ID="LblWorkCardNo2" runat="server" Style="position: relative" BorderStyle="None" Text="工牌編號2"></asp:Label></asp:TableCell>
- <asp:TableCell ID="TableCell6" BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtWorkCardNo2" runat="server" Style="position: relative" Width="100px"></asp:TextBox>
- </asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblMailWork" runat="server" Style="position: relative" Text="工作郵箱"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtMailWork" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblMailPersonal" runat="server" Style="position: relative" Text="私人郵箱"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtMailPersonal" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblRegisteredAddress" runat="server" Style="position: relative" Text="戶口地址"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtRegisteredAdress" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Center" runat="server">
- <asp:Label BorderStyle="None" ID="LblAddress" runat="server" Style="position: relative" Text="現時住址"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" ColumnSpan="3" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtAddress" runat="server" Style="position: relative" Width="290px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- </asp:Table><br />
- <asp:Table ID="Tbl2" BorderWidth="1px" runat="server" Width="820px">
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" ColumnSpan="5" HorizontalAlign="Left" runat="server">
- <asp:Label BorderStyle="None" ID="Label1" runat="server" Text="1.家庭情況及背景調查" Font-Bold="True"></asp:Label></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">家屬姓名</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">關係</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">年齡</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">聯係電話</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">工作單位/住址</asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtFamilyName1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtRelative1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtAge1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtTel1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtCompany1" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtFamilyName2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtRelative2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtAge2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtTel2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtCompany2" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtFamilyName3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtRelative3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtAge3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtTel3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtCompany3" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtFamilyName4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtRelative4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtAge4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtTel4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtCompany4" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">背景諮詢者</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">關係</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">職業</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">聯係電話</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">工作單位/住址</asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackName1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackRelative1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackJob1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackTel1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackCompany1" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackName2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackRelative2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackJob2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackTel2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtBackCompany2" runat="server" Width="200px"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- </asp:Table><br />
- <asp:Table runat="server" ID="Tbl3" Width="820px">
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" ColumnSpan="4" HorizontalAlign="Left" runat="server">
- <asp:Label BorderStyle="None" ID="Label2" runat="server" Text="2.教育經歷" Font-Bold="True"></asp:Label></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">學習起止時間</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">學校或培訓機構名稱</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">專業/培訓內容</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">受教育程度</asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtEdBeginYear1" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdBeginMonth1" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtEdEndYear1" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdEndMonth1" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSchoolName1" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSubject1" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtGrade1" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtEdBeginYear2" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdBeginMonth2" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtEdEndYear2" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdEndMonth2" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSchoolName2" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSubject2" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtGrade2" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtEdBeginYear3" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdBeginMonth3" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtEdEndYear3" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdEndMonth3" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSchoolName3" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSubject3" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtGrade3" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtEdBeginYear4" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdBeginMonth4" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtEdEndYear4" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtEdEndMonth4" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSchoolName4" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtSubject4" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtGrade4" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- </asp:Table><br />
- <asp:Table runat="server" ID="Tbl4" Width="820px">
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" ColumnSpan="5" HorizontalAlign="Left" runat="server">
- <asp:Label BorderStyle="None" ID="Label3" runat="server" Text="3.工作經歷" Font-Bold="True"></asp:Label></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">工作時間</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">工作單位及職務</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">聯繫電話</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">薪資</asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">離職原因</asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkBeginYear1" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkBeginMonth1" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtWorkEndYear1" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkEndMonth1" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkCompany1" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkTel1" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkSalary1" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtDimissionReason1" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkBeginYear2" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkBeginMonth2" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtWorkEndYear2" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkEndMonth2" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkCompany2" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkTel2" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkSalary2" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtDimissionReason2" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkBeginYear3" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkBeginMonth3" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtWorkEndYear3" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkEndMonth3" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkCompany3" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkTel3" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkSalary3" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtDimissionReason3" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkBeginYear4" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkBeginMonth4" runat="server" Width="30px"></asp:TextBox>月至
- <asp:TextBox ID="TxtWorkEndYear4" runat="server" Width="30px"></asp:TextBox>年
- <asp:TextBox ID="TxtWorkEndMonth4" runat="server" Width="30px"></asp:TextBox>月
- </asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkCompany4" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkTel4" runat="server" Width="100px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtWorkSalary4" runat="server" Width="80px"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:TextBox ID="TxtDimissionReason4" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- </asp:Table><br />
- <asp:Table ID="Tbl6" runat="server" Width="820px">
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" ColumnSpan="4" HorizontalAlign="Left" runat="server">
- <asp:Label BorderStyle="None" ID="Label4" runat="server" Text="4.專業技能" Font-Bold="True"></asp:Label></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblLanguage" runat="server" Text="外語"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtLanguage" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblComputerGrade" runat="server" Text="計算機等級"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtComputerGrade" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- <asp:TableRow runat="server">
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblCertificate" runat="server" Text="專業證書"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtCertificate" runat="server"></asp:TextBox></asp:TableCell>
- <asp:TableCell BorderWidth="1px" runat="server">
- <asp:Label BorderStyle="None" ID="LblOther" runat="server" Text="其他"></asp:Label></asp:TableCell>
- <asp:TableCell BorderWidth="1px" HorizontalAlign="Left" runat="server">
- <asp:TextBox ID="TxtOther" runat="server"></asp:TextBox></asp:TableCell>
- </asp:TableRow>
- </asp:Table><br />
- <asp:Button ID="BtnOk" runat="server" Text="儲存" OnClick="BtnOk_Click" />
- <input id="BtnCancel" style="position: relative" type="button" value="取消" onclick="history.go(-1)" /></center>
- </div>
- </form>
- </body>
- </html>