noticeinfo.aspx

来自「本系统有两种操作用户」· ASPX 代码 · 共 70 行

ASPX
70
字号
<%@ 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">
                    &nbsp;<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 />
                    &nbsp;<asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" ShowMessageBox="True"
                        ShowSummary="False" />
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?