ShowMsgAddUp.aspx
资源名称:ioffice-e.rar [点击查看]
上传用户:kaisitong
上传日期:2022-01-01
资源大小:3672k
文件大小:9k
源码类别:
OA系统
开发平台:
ASP/ASPX
- <%@ Page Language="vb" AutoEventWireup="false" Codebehind="ShowMsgAddUp.aspx.vb" Inherits="ioffice.ShowMsgAddUp" %>
- <!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" encType="multipart/form-data" runat="server">
- <FONT face="宋体">
- <TABLE style="WIDTH: 100%; POSITION: absolute; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD style="HEIGHT: 12px" vAlign="top" noWrap>
- </TD>
- </TR>
- <TR>
- <TD vAlign="top" noWrap align="middle">
- <TABLE style="WIDTH: 200px; HEIGHT: 362px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD vAlign="top" noWrap>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD noWrap>
- <IMG alt="" src="../../img/button/showmsg.gif" align="absBottom">
- </TD>
- </TR>
- </TABLE>
- <TABLE style="WIDTH: 100%; HEIGHT: 10px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD class="boxform" style="PADDING-RIGHT: 20px; PADDING-LEFT: 20px; PADDING-BOTTOM: 10px; PADDING-TOP: 20px" vAlign="top" noWrap>
- <TABLE style="WIDTH: 100%; HEIGHT: 206px" cellSpacing="0" cellPadding="0" border="0">
- <TR>
- <TD noWrap>
- <asp:hyperlink id="lnkSubject" runat="server" CssClass="tttable">标题:</asp:hyperlink>
- <asp:textbox id="txtSubject" runat="server" CssClass="edline" Width="420px"></asp:textbox>
- <asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" CssClass="tttable" ErrorMessage="传阅内容[标题]必须输入!" ControlToValidate="txtSubject" Height="16px" Width="1px">*</asp:requiredfieldvalidator>
- </TD>
- </TR>
- <TR>
- <TD style="HEIGHT: 110px" vAlign="top" noWrap>
- <asp:textbox id="txtContent" runat="server" Width="100%" Height="132px" TextMode="MultiLine"></asp:textbox>
- </TD>
- </TR>
- <TR>
- <TD style="HEIGHT: 5px" noWrap height="5">
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 39px" noWrap height="10">
- </TD>
- <TD class="td" style="WIDTH: 388px" noWrap height="10">
- </TD>
- <TD noWrap height="10">
- </TD>
- </TR>
- <TR>
- <TD style="WIDTH: 39px" noWrap>
- <asp:label id="lblAtt" runat="server" CssClass="tttable" Width="40px" Visible="False">附件:</asp:label>
- </TD>
- <TD class="td" style="WIDTH: 388px" noWrap>
- <asp:placeholder id="plaAtt" runat="server"></asp:placeholder>
- </TD>
- <TD noWrap>
- <asp:button id="cmdDelAtt" runat="server" Width="62px" Height="22px" Text="清除附件" Visible="False" CausesValidation="False"></asp:button>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- <TR>
- <TD style="HEIGHT: 1px" noWrap height="1">
- <asp:panel id="panAtt" runat="server" Width="472px" Height="14px" Visible="False">
- <asp:Label id="Label2" runat="server" CssClass="tttable">文件:</asp:Label>
- <INPUT id="File1" style="WIDTH: 374px; HEIGHT: 22px" type="file" size="43" name="File1" runat="server">
- <asp:Button id="cmdUpFile" runat="server" Height="22px" Width="62px" CausesValidation="False" Text="上传..."></asp:Button>
- </asp:panel>
- </TD>
- </TR>
- <TR>
- <TD style="HEIGHT: 5px" noWrap>
- <HR width="100%" color="#ff9933" SIZE="1">
- </TD>
- </TR>
- <TR>
- <TD noWrap height="1">
- <asp:panel id="panConf" runat="server" Width="100%" Height="30px" Visible="False">
- <P class="tttable">
- 确认/标志
- <BR>
- <asp:TextBox id="txtNote" runat="server" Height="53px" Width="100%" TextMode="MultiLine" ForeColor="Red">已读</asp:TextBox>
- </P>
- </asp:panel>
- </TD>
- </TR>
- </TABLE>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD class="tttable" noWrap>
- 传阅对象
- </TD>
- <TD noWrap align="right">
- <asp:linkbutton id="cmdAdd" runat="server" CssClass="td" Visible="False"><img src="../../img/add.gif" border="0" align="absbottom"> 新增...</asp:linkbutton>
- </TD>
- </TR>
- </TABLE>
- <asp:datagrid id="dgdData" runat="server" CssClass="td" Width="100%" BorderColor="#999999" AutoGenerateColumns="False" DataKeyField="labelid">
- <HeaderStyle CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
- <Columns>
- <asp:BoundColumn DataField="name" HeaderText="姓名">
- <HeaderStyle Width="60px">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="note" HeaderText="确认/标志"></asp:BoundColumn>
- <asp:BoundColumn DataField="labeldate" HeaderText="确认时间">
- <HeaderStyle Width="110px">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:BoundColumn DataField="status" HeaderText="状态">
- <HeaderStyle Width="50px">
- </HeaderStyle>
- </asp:BoundColumn>
- <asp:ButtonColumn Visible="False" Text="<img src=../../img/delete.gif border=0 alt=删除 />" CommandName="Delete">
- <HeaderStyle Width="10px">
- </HeaderStyle>
- </asp:ButtonColumn>
- </Columns>
- </asp:datagrid>
- <TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
- <TR>
- <TD style="WIDTH: 47px" noWrap>
- <asp:label id="Label3" runat="server" CssClass="tttable">作者:</asp:label>
- </TD>
- <TD style="WIDTH: 125px" noWrap>
- <asp:label id="lblName" runat="server" CssClass="td" DESIGNTIMEDRAGDROP="33"></asp:label>
- </TD>
- <TD noWrap>
- <asp:label id="lblDate" runat="server" Height="17px" Width="11px" CssClass="td" DESIGNTIMEDRAGDROP="34"></asp:label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- <TABLE cellSpacing="0" cellPadding="1" width="100%" border="0">
- <TR>
- <TD noWrap height="10">
- </TD>
- </TR>
- <TR>
- <TD noWrap>
- <asp:imagebutton id="cmdConf" runat="server" Visible="False" ImageUrl="../../img/button/conf.gif"></asp:imagebutton>
- <asp:imagebutton id="cmdStartMsg" runat="server" Visible="False" ImageUrl="../../img/button/startmsg.gif"></asp:imagebutton>
- <asp:imagebutton id="cmdExit" runat="server" CausesValidation="False" ImageUrl="../../img/button/cancel.gif"></asp:imagebutton>
- </TD>
- </TR>
- </TABLE>
- <asp:label id="lblErr" runat="server" CssClass="err" Height="28px" Width="48px"></asp:label>
- <asp:validationsummary id="ValidationSummary1" runat="server" ShowMessageBox="True" ShowSummary="False"></asp:validationsummary>
- <asp:label id="lblMsgSerID" runat="server" Visible="False"></asp:label>
- <asp:label id="lblAttID" runat="server" Visible="False"></asp:label>
- <asp:label id="lblEmpID" runat="server" Visible="False"></asp:label>
- <asp:label id="lblStatus" runat="server" Visible="False"></asp:label>
- <asp:Label id="lblURL" runat="server" Visible="False"></asp:Label>
- </TD>
- </TR>
- </TABLE>
- </TD>
- </TR>
- </TABLE>
- </FONT>
- </form>
- </body>
- </HTML>