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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="EmpReward.aspx.vb" Inherits="ioffice.EmpReward"%>
  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: 587px" cellSpacing="0" cellPadding="0" border="0">
  23. <TR>
  24. <TD style="WIDTH: 778px" 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: 100%; 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: 308px; POSITION: absolute; TOP: 16px" runat="server" CssClass="tttable">档案类别</asp:label>
  38. <asp:dropdownlist id="dropCate" style="Z-INDEX: 106; LEFT: 376px; POSITION: absolute; TOP: 16px" runat="server" Width="135px" AutoPostBack="True" Height="23px">
  39. <asp:ListItem Value="升职">升职</asp:ListItem>
  40. <asp:ListItem Value="调职">调职</asp:ListItem>
  41. <asp:ListItem Value="降职">降职</asp:ListItem>
  42. <asp:ListItem Value="定岗">定岗</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: 20px; WIDTH: 552px; POSITION: absolute; TOP: 73px; HEIGHT: 342px" cellSpacing="0" cellPadding="0" width="552" border="1" borderColor="#999999">
  50. <TR>
  51. <TD class="tttable" style="WIDTH: 9px; HEIGHT: 107px" noWrap height="107" borderColor="#999999">
  52. 内容
  53. </TD>
  54. <TD class="" style="WIDTH: 563px" vAlign="top">
  55. <asp:TextBox id="txtContent" runat="server" Width="100%" Height="100%" TextMode="MultiLine" CssClass="none"></asp:TextBox>
  56. </TD>
  57. </TR>
  58. <TR>
  59. <TD class="tttable" style="WIDTH: 9px; HEIGHT: 109px" noWrap>
  60. 原因
  61. </TD>
  62. <TD style="HEIGHT: 109px" vAlign="top" noWrap>
  63. <asp:textbox id="txtReason" runat="server" Width="100%" Height="100%" TextMode="MultiLine" CssClass="none"></asp:textbox>
  64. </TD>
  65. </TR>
  66. <TR>
  67. <TD class="tttable" style="WIDTH: 9px" noWrap>
  68. 备注
  69. </TD>
  70. <TD vAlign="top" noWrap>
  71. <asp:textbox id="txtNote" runat="server" Width="100%" Height="100%" TextMode="MultiLine" CssClass="none"></asp:textbox>
  72. </TD>
  73. </TR>
  74. </TABLE>
  75. <asp:requiredfieldvalidator id="RequiredFieldValidator1" style="Z-INDEX: 108; LEFT: 232px; POSITION: absolute; TOP: 16px" runat="server" ErrorMessage="[开始时间]必须输入!" ControlToValidate="txtFDate">*</asp:requiredfieldvalidator>
  76. <asp:customvalidator id="CustomValidator1" style="Z-INDEX: 109; LEFT: 239px; POSITION: absolute; TOP: 16px" runat="server" ErrorMessage="[开始时间]格式错误!" ControlToValidate="txtFDate">#</asp:customvalidator>
  77. <asp:customvalidator id="CustomValidator2" style="Z-INDEX: 110; LEFT: 232px; POSITION: absolute; TOP: 44px" runat="server" ErrorMessage="[结束时间]格式错误" ControlToValidate="txtTDate">#</asp:customvalidator>
  78. </DIV>
  79. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  80. <TR>
  81. <TD style="HEIGHT: 10px" noWrap height="26">
  82. </TD>
  83. </TR>
  84. <TR>
  85. <TD noWrap>
  86. <asp:imagebutton id="cmdSaveExi" runat="server" ImageUrl="../../img/button/saveexi.gif"></asp:imagebutton>
  87. <asp:imagebutton id="cmdExit" runat="server" CausesValidation="False" ImageUrl="../../img/button/exit.gif"></asp:imagebutton>
  88. </TD>
  89. </TR>
  90. </TABLE>
  91. <asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
  92. <asp:label id="lblArcID" runat="server" Visible="False"></asp:label>
  93. <asp:validationsummary id="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False"></asp:validationsummary>
  94. </TD>
  95. </TR>
  96. </TABLE>
  97. </TD>
  98. </TR>
  99. </TABLE>
  100. </FONT>
  101. </form>
  102. </body>
  103. </HTML>