RoleClosed.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:4k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="RoleClosed.aspx.vb" Inherits="ioffice.RoleClosed"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <HTML>
- <HEAD>
- <title></title>
- <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
- <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
- <meta content="JavaScript" name="vs_defaultClientScript">
- <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
- <LINK href="../../Styles.css" type="text/css" rel="stylesheet">
- </HEAD>
- <body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
- <form id="Form1" method="post" runat="server">
- <FONT face="宋体">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD class="" style="HEIGHT: 67px" vAlign="top" noWrap>
- <TABLE style="WIDTH: 100%; HEIGHT: 25px" cellSpacing="0" cellPadding="0" bgColor="#887858" border="0">
- <TR>
- <TD class="titlebar" style="WIDTH: 56.33%">
- 日程任务:关闭任务
- </TD>
- <TD class="tttable" noWrap align="right">
- <asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 100%" vAlign="top" align="middle">
- <TABLE cellSpacing="0" cellPadding="0" width="438" border="0" style="WIDTH: 438px; HEIGHT: 264px">
- <TR>
- <TD style="HEIGHT: 200px" vAlign="top">
- <TABLE class="box" style="WIDTH: 100%; HEIGHT: 216px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD noWrap align="middle">
- <DIV class="box" style="WIDTH: 373px; POSITION: relative; HEIGHT: 144px" ms_positioning="GridLayout">
- <asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 68px; POSITION: absolute; TOP: 44px" runat="server" CssClass="tttable">完成日期</asp:Label>
- <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>
- <asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 106; LEFT: 272px; POSITION: absolute; TOP: 48px" runat="server" ErrorMessage="[完成日期]必须输入!" ControlToValidate="txtCloseDate">*</asp:RequiredFieldValidator>
- <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>
- <asp:TextBox id="txtCloseDate" style="Z-INDEX: 103; LEFT: 144px; POSITION: absolute; TOP: 44px" runat="server" CssClass="edline" Width="124px"></asp:TextBox>
- <asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 68px; POSITION: absolute; TOP: 80px" runat="server" CssClass="tttable">任务结果</asp:Label>
- <asp:RadioButton id="radFailed" style="Z-INDEX: 105; LEFT: 208px; POSITION: absolute; TOP: 80px" runat="server" CssClass="td" Text="未完成" GroupName="status"></asp:RadioButton>
- </DIV>
- </TD>
- </TR>
- </TABLE>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD noWrap height="10">
- </TD>
- </TR>
- <TR>
- <TD noWrap>
- <asp:ImageButton id="cmdCloseRole" runat="server" ImageUrl="../../img/button/roleclose.gif"></asp:ImageButton>
- <asp:ImageButton id="cmdExit" runat="server" ImageUrl="../../img/button/exit.gif"></asp:ImageButton>
- </TD>
- </TR>
- </TABLE>
- <asp:Label id="lblRoleID" runat="server" Visible="False"></asp:Label>
- <asp:Label id="lblErr" runat="server" CssClass="err"></asp:Label>
- <asp:ValidationSummary id="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False"></asp:ValidationSummary>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>