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

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="vb" AutoEventWireup="false" Codebehind="RoleClosed.aspx.vb" Inherits="ioffice.RoleClosed"%>
  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="宋体">
  15. <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
  16. <TR>
  17. <TD class="" style="HEIGHT: 67px" vAlign="top" noWrap>
  18. <TABLE style="WIDTH: 100%; HEIGHT: 25px" cellSpacing="0" cellPadding="0" bgColor="#887858" border="0">
  19. <TR>
  20. <TD class="titlebar" style="WIDTH: 56.33%">
  21. &nbsp;日程任务:关闭任务
  22. </TD>
  23. <TD class="tttable" noWrap align="right">
  24. <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
  25. </TD>
  26. </TR>
  27. </TABLE>
  28. </TD>
  29. </TR>
  30. <TR>
  31. <TD style="WIDTH: 100%" vAlign="top" align="middle">
  32. <TABLE cellSpacing="0" cellPadding="0" width="438" border="0" style="WIDTH: 438px; HEIGHT: 264px">
  33. <TR>
  34. <TD style="HEIGHT: 200px" vAlign="top">
  35. <TABLE class="box" style="WIDTH: 100%; HEIGHT: 216px" cellSpacing="0" cellPadding="0" border="0">
  36. <TR>
  37. <TD noWrap align="middle">
  38. <DIV class="box" style="WIDTH: 373px; POSITION: relative; HEIGHT: 144px" ms_positioning="GridLayout">
  39. <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 68px; POSITION: absolute; TOP: 44px" runat="server" CssClass="tttable">完成日期</asp:Label>
  40. <asp:CustomValidator id="CustomValidator1" style="Z-INDEX: 107; LEFT: 272px; POSITION: absolute; TOP: 48px" runat="server" Width="8px" ErrorMessage="[完成日期]格式不确,请重新输入!" ControlToValidate="txtCloseDate" Height="20px">#</asp:CustomValidator>
  41. <asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 106; LEFT: 272px; POSITION: absolute; TOP: 48px" runat="server" ErrorMessage="[完成日期]必须输入!" ControlToValidate="txtCloseDate">*</asp:RequiredFieldValidator>
  42. <asp:RadioButton id="radFinished" style="Z-INDEX: 104; LEFT: 136px; POSITION: absolute; TOP: 80px" runat="server" CssClass="td" Text="已完成" GroupName="Status" Checked="True"></asp:RadioButton>
  43. <asp:TextBox id="txtCloseDate" style="Z-INDEX: 103; LEFT: 144px; POSITION: absolute; TOP: 44px" runat="server" CssClass="edline" Width="124px"></asp:TextBox>
  44. <asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 68px; POSITION: absolute; TOP: 80px" runat="server" CssClass="tttable">任务结果</asp:Label>
  45. <asp:RadioButton id="radFailed" style="Z-INDEX: 105; LEFT: 208px; POSITION: absolute; TOP: 80px" runat="server" CssClass="td" Text="未完成" GroupName="status"></asp:RadioButton>
  46. </DIV>
  47. </TD>
  48. </TR>
  49. </TABLE>
  50. <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
  51. <TR>
  52. <TD noWrap height="10">
  53. </TD>
  54. </TR>
  55. <TR>
  56. <TD noWrap>
  57. <asp:ImageButton id="cmdCloseRole" runat="server" ImageUrl="../../img/button/roleclose.gif"></asp:ImageButton>
  58. <asp:ImageButton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif"></asp:ImageButton>
  59. </TD>
  60. </TR>
  61. </TABLE>
  62. <asp:Label id="lblRoleID" runat="server" Visible="False"></asp:Label>
  63. <asp:Label id="lblErr" runat="server" CssClass="err"></asp:Label>
  64. <asp:ValidationSummary id="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary>
  65. </TD>
  66. </TR>
  67. </TABLE>
  68. </TD>
  69. </TR>
  70. </TABLE>
  71. </FONT>
  72. </form>
  73. </body>
  74. </HTML>