EmpPosition.aspx
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:8k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="EmpPosition.aspx.vb" Inherits="ioffice.EmpPosition" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <HTML>
  4. <HEAD>
  5. <title></title>
  6. <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
  7. <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
  8. <meta content="JavaScript" name="vs_defaultClientScript">
  9. <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
  10. <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
  11. </HEAD>
  12. <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
  13. <form id="Form1" method="post" runat="server">
  14. <FONT face="宋体" size="3">
  15. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  16. <TR>
  17. <TD style="HEIGHT: 12px" noWrap>
  18. </TD>
  19. </TR>
  20. <TR>
  21. <TD vAlign="top" noWrap align="middle">
  22. <TABLE style="WIDTH: 560px; HEIGHT: 488px" cellSpacing="0" cellPadding="0" border="0">
  23. <TR>
  24. <TD style="WIDTH: 700px" vAlign="top">
  25. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  26. <TR>
  27. <TD noWrap>
  28. <IMG alt="" src="../../img/button/archive.gif" align="absBottom">
  29. </TD>
  30. </TR>
  31. </TABLE>
  32. <DIV class="box" style="WIDTH: 99.95%; POSITION: relative; HEIGHT: 432px" ms_positioning="GridLayout">
  33. <asp:label id="Label1" style="Z-INDEX: 101; LEFT: 20px; POSITION: absolute; TOP: 16px" runat="server" CssClass="tttable">开始时间</asp:label>
  34. <asp:textbox id="txtFDate" style="Z-INDEX: 102; LEFT: 84px; POSITION: absolute; TOP: 16px" runat="server" CssClass="edline" Width="147"></asp:textbox>
  35. <asp:label id="Label2" style="Z-INDEX: 103; LEFT: 20px; POSITION: absolute; TOP: 44px" runat="server" CssClass="tttable">结束时间</asp:label>
  36. <asp:textbox id="txtTDate" style="Z-INDEX: 104; LEFT: 84px; POSITION: absolute; TOP: 44px" runat="server" CssClass="edline" Width="147px"></asp:textbox>
  37. <asp:label id="Label3" style="Z-INDEX: 105; LEFT: 352px; POSITION: absolute; TOP: 16px" runat="server" CssClass="tttable">档案类别</asp:label>
  38. <asp:dropdownlist id="dropCate" style="Z-INDEX: 106; LEFT: 408px; POSITION: absolute; TOP: 16px" runat="server" Width="122px" Height="23px" AutoPostBack="True">
  39. <asp:ListItem Value="升职">升职</asp:ListItem>
  40. <asp:ListItem Value="调职">调职</asp:ListItem>
  41. <asp:ListItem Value="降职">降职</asp:ListItem>
  42. <asp:ListItem Value="定岗" Selected="True">定岗</asp:ListItem>
  43. <asp:ListItem Value="表彰奖励">表彰奖励</asp:ListItem>
  44. <asp:ListItem Value="处分处罚">处分处罚</asp:ListItem>
  45. <asp:ListItem Value="阶段小结">阶段小结</asp:ListItem>
  46. <asp:ListItem Value="年度小结">年度小结</asp:ListItem>
  47. <asp:ListItem Value="项目小结">项目小结</asp:ListItem>
  48. </asp:dropdownlist>
  49. <TABLE class="tableline" style="Z-INDEX: 107; LEFT: 19px; WIDTH: 524px; POSITION: absolute; TOP: 74px; HEIGHT: 342px" cellSpacing="0" cellPadding="0" width="524" border="1" borderColor="#999999">
  50. <TR>
  51. <TD style="WIDTH: 15px; HEIGHT: 42px" noWrap height="42" class="tttable">
  52. 定岗
  53. </TD>
  54. <TD style="WIDTH: 540px">
  55. <DIV style="WIDTH: 496px; POSITION: relative; HEIGHT: 35px" ms_positioning="GridLayout">
  56. <asp:linkbutton id="cmdBranch" style="Z-INDEX: 101; LEFT: 11px; POSITION: absolute; TOP: 7px" runat="server" CausesValidation="False">机构</asp:linkbutton>
  57. <asp:textbox id="txtBranch" style="Z-INDEX: 102; LEFT: 38px; POSITION: absolute; TOP: 8px" runat="server" CssClass="edline" Width="131px"></asp:textbox>
  58. <asp:linkbutton id="cmdDep" style="Z-INDEX: 103; LEFT: 176px; POSITION: absolute; TOP: 8px" runat="server" CausesValidation="False">部门</asp:linkbutton>
  59. <asp:textbox id="txtDep" style="Z-INDEX: 104; LEFT: 199px; POSITION: absolute; TOP: 9px" runat="server" CssClass="edline"></asp:textbox>
  60. <asp:linkbutton id="cmdPosition" style="Z-INDEX: 105; LEFT: 344px; POSITION: absolute; TOP: 8px" runat="server" CausesValidation="False">职务</asp:linkbutton>
  61. <asp:textbox id="txtPosition" style="Z-INDEX: 106; LEFT: 371px; POSITION: absolute; TOP: 10px" runat="server" CssClass="edline" Width="117px"></asp:textbox>
  62. <asp:dropdownlist id="dropBranch" style="Z-INDEX: 107; LEFT: 38px; POSITION: absolute; TOP: 8px" runat="server" Width="131" Height="23px" AutoPostBack="True" DataValueField="branchid" DataTextField="simcode" Visible="False"></asp:dropdownlist>
  63. <asp:dropdownlist id="dropDep" style="Z-INDEX: 108; LEFT: 199px; POSITION: absolute; TOP: 9px" runat="server" Width="132px" Height="23px" AutoPostBack="True" DataValueField="depid" DataTextField="depname" Visible="False"></asp:dropdownlist>
  64. <asp:dropdownlist id="dropPosition" style="Z-INDEX: 109; LEFT: 371px; POSITION: absolute; TOP: 9px" runat="server" Width="120px" Height="23px" AutoPostBack="True" DataValueField="id" DataTextField="name" Visible="False"></asp:dropdownlist>
  65. <asp:requiredfieldvalidator id="RequiredFieldValidator2" style="Z-INDEX: 110; LEFT: 168px; POSITION: absolute; TOP: 8px" runat="server" ControlToValidate="txtBranch" ErrorMessage="[机构]必须输入!">*</asp:requiredfieldvalidator>
  66. <asp:requiredfieldvalidator id="RequiredFieldValidator3" style="Z-INDEX: 111; LEFT: 336px; POSITION: absolute; TOP: 8px" runat="server" ControlToValidate="txtDep" ErrorMessage="[部门]必须输入!">*</asp:requiredfieldvalidator>
  67. </DIV>
  68. </TD>
  69. </TR>
  70. <TR>
  71. <TD style="WIDTH: 15px; HEIGHT: 143px" noWrap class="tttable">
  72. 原因
  73. </TD>
  74. <TD style="HEIGHT: 143px" vAlign="top" noWrap>
  75. <asp:textbox id="txtReason" runat="server" Width="100%" Height="100%" TextMode="MultiLine" CssClass="none"></asp:textbox>
  76. </TD>
  77. </TR>
  78. <TR>
  79. <TD style="WIDTH: 15px; HEIGHT: 143px" noWrap class="tttable">
  80. 备注
  81. </TD>
  82. <TD style="HEIGHT: 143px" vAlign="top" noWrap>
  83. <asp:TextBox id="txtNote" runat="server" Width="100%" Height="100%" TextMode="MultiLine" CssClass="none"></asp:TextBox>
  84. </TD>
  85. </TR>
  86. </TABLE>
  87. </DIV>
  88. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  89. <TR>
  90. <TD style="HEIGHT: 10px" noWrap height="26">
  91. </TD>
  92. </TR>
  93. <TR>
  94. <TD noWrap>
  95. <asp:imagebutton id="cmdSaveExi" runat="server" ImageUrl="../../img/button/saveexi.gif"></asp:imagebutton>
  96. <asp:imagebutton id="cmdExit" runat="server" CausesValidation="False" ImageUrl="../../img/button/exit.gif"></asp:imagebutton>
  97. </TD>
  98. </TR>
  99. </TABLE>
  100. <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
  101. <asp:label id="lblArcID" runat="server" Visible="False"></asp:label>
  102. <asp:validationsummary id="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False"></asp:validationsummary>
  103. </TD>
  104. </TR>
  105. </TABLE>
  106. </TD>
  107. </TR>
  108. </TABLE>
  109. </form>
  110. </FONT>
  111. </body>
  112. </HTML>