NoticeInfo.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:3k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeFile="NoticeInfo.aspx.cs" Inherits="Module_SysInfo_NoticeInfo" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- </head>
- <body style="background-image: url(../../Images/SysSkin/noticeinfo.jpg); background-repeat: no-repeat">
- <form id="form1" runat="server">
- <div style="text-align: center">
- <br />
- <br />
- <br />
- <br />
- <br />
- <table cellpadding="0" cellspacing="0" width="605">
- <tr>
- <td colspan="4">
- <span style="font-size: 16pt"></span></td>
- </tr>
- <tr>
- <td style="width: 100px">
- <span style="font-size: 9pt">公告主题</span></td>
- <td colspan="3" style="text-align: left">
- <asp:TextBox ID="txtSubject" runat="server" Font-Size="9pt" ReadOnly="True" Width="431px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ErrorMessage="公告主题不能为空" ControlToValidate="txtSubject">*</asp:RequiredFieldValidator></td>
- </tr>
- <tr>
- <td style="height: 23px">
- <span style="font-size: 9pt">发 表 人</span></td>
- <td style="height: 23px; text-align: left">
- <asp:TextBox ID="txtNoticePerson" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
- <td style="width: 100px; height: 23px">
- <span style="font-size: 9pt">发表时间</span></td>
- <td style="height: 23px; text-align: left">
- <asp:TextBox ID="txtTime" runat="server" Font-Size="9pt" ReadOnly="True"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="height: 18px">
- <span style="font-size: 9pt">发表内容</span></td>
- <td colspan="3" rowspan="2" style="text-align: left">
- <asp:TextBox ID="txtContent" runat="server" Font-Size="9pt" Height="206px" ReadOnly="True"
- Width="429px" TextMode="MultiLine"></asp:TextBox></td>
- </tr>
- <tr>
- <td style="height: 157px">
- </td>
- </tr>
- <tr>
- <td colspan="4">
- <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnEdit_Click" Text="编辑" />
- <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
- Text="删除" />
- <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
- Text="保存" />
- <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnBack_Click" Text="返回" /><br />
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
- ShowSummary="False" />
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>