NoticeInfo.aspx
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:3k
源码类别:

Email客户端

开发平台:

Visual C++

  1. <%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeFile="NoticeInfo.aspx.cs" Inherits="Module_SysInfo_NoticeInfo" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body style="background-image: url(../../Images/SysSkin/noticeinfo.jpg); background-repeat: no-repeat">
  8.     <form id="form1" runat="server">
  9.     <div style="text-align: center">
  10.         <br />
  11.         <br />
  12.         <br />
  13.         <br />
  14.         <br />
  15.         <table cellpadding="0" cellspacing="0" width="605">
  16.             <tr>
  17.                 <td colspan="4">
  18.                     <span style="font-size: 16pt"></span></td>
  19.             </tr>
  20.             <tr>
  21.                 <td style="width: 100px">
  22.                     <span style="font-size: 9pt">公告主题</span></td>
  23.                 <td colspan="3" style="text-align: left">
  24.                     <asp:TextBox ID="txtSubject" runat="server" Font-Size="9pt" ReadOnly="True" Width="431px"></asp:TextBox>
  25.                     <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="公告主题不能为空" ControlToValidate="txtSubject">*</asp:RequiredFieldValidator></td>
  26.             </tr>
  27.             <tr>
  28.                 <td style="height: 23px">
  29.                     <span style="font-size: 9pt">发 表 人</span></td>
  30.                 <td style="height: 23px; text-align: left">
  31.                     <asp:TextBox ID="txtNoticePerson" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  32.                 <td style="width: 100px; height: 23px">
  33.                     <span style="font-size: 9pt">发表时间</span></td>
  34.                 <td style="height: 23px; text-align: left">
  35.                     <asp:TextBox ID="txtTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
  36.             </tr>
  37.             <tr>
  38.                 <td style="height: 18px">
  39.                     <span style="font-size: 9pt">发表内容</span></td>
  40.                 <td colspan="3" rowspan="2" style="text-align: left">
  41.                     <asp:TextBox ID="txtContent" runat="server" Font-Size="9pt" Height="206px" ReadOnly="True"
  42.                         Width="429px" TextMode="MultiLine"></asp:TextBox></td>
  43.             </tr>
  44.             <tr>
  45.                 <td style="height: 157px">
  46.                 </td>
  47.             </tr>
  48.             <tr>
  49.                 <td colspan="4">
  50.                     &nbsp;<asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
  51.                         OnClick="btnEdit_Click" Text="编辑" />
  52.                     <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
  53.                         Text="删除" />
  54.                     <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
  55.                         Text="保存" />
  56.                     <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
  57.                         OnClick="btnBack_Click" Text="返回" /><br />
  58.                     &nbsp;<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
  59.                         ShowSummary="False" />
  60.                 </td>
  61.             </tr>
  62.         </table>
  63.     
  64.     </div>
  65.     </form>
  66. </body>
  67. </html>