⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adminreplyedit.aspx

📁 学生寝室管理系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin.master" AutoEventWireup="true" CodeFile="adminreplyedit.aspx.cs" Inherits="adminreplyedit" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="1"
        class="tableBorder" style="width: 88%">
        <tr bgcolor="#000000" bordercolor="#000000">
            <th class="tableHeaderText" colspan="9" style="height: 26px; text-align: center">
                留言版管理-&gt;编辑留言</th>
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
            <td align="right" class="forumRow" style="width: 359px">
                回复人:</td>
            <td class="forumRow">
                <asp:Label ID="Labusername" runat="server" Width="50px"></asp:Label></td>
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
            <td align="right" class="forumRow" style="width: 359px">
                心情图片:</td>
            <td class="forumRow">
                <asp:DropDownList ID="face1" runat="server" BackColor="White" onChange="tupian.src='images/emot/'+(this.options.selectedIndex)+'.gif';"
                    Style="font-weight: normal; background-color: transparent">
                </asp:DropDownList>
                <img id="img1" align="absMiddle" language="javascript" name="tupian" onclick="return img1_onclick()"
                    src="images/emot/0.gif" />
            </td>
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
            <td align="right" class="forumRow" style="width: 359px; height: 194px">
                编辑内容:</td>
            <td class="forumRow" style="height: 194px">
                <asp:TextBox ID="txtcontent" runat="server" Height="248px" TextMode="MultiLine" Width="290px"></asp:TextBox><asp:RequiredFieldValidator
                    ID="RequiredFieldValidator6" runat="server" ControlToValidate="txtcontent" Display="Dynamic"
                    ErrorMessage="RequiredFieldValidator">"编辑内容"要输入哦!</asp:RequiredFieldValidator>
                <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtcontent"
                    Display="Dynamic" ErrorMessage="RegularExpressionValidator" ValidationExpression=".{10,150}">输入的内容必须在(10-250)字符之间</asp:RegularExpressionValidator></td>
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
            <td align="center" class="forumRow" colspan="2">
                <asp:Label ID="Labmassage" runat="server" Style="font-weight: bold; font-size: 13px;
                    color: red"></asp:Label>
                &nbsp;
                <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/adminguestbook.aspx"
                    Style="color: black; text-decoration: none" Visible="False">返回看看</asp:HyperLink></td>
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
            <td align="center" class="forumRow" colspan="2" rowspan="4">
                <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text=" OK 编辑" Width="69px" />
                &nbsp; &nbsp; &nbsp;<asp:Button ID="Button2" runat="server" CausesValidation="False"
                    OnClick="Button2_Click" Text="重 置" Width="50px" /></td>
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
        </tr>
        <tr bgcolor="#000000" bordercolor="#000000">
        </tr>
    </table>
    <br />
    <table align="center" border="0" cellpadding="3" cellspacing="1" class="tableBorder"
        style="width: 88%">
        <tr>
            <th class="tableHeaderText" colspan="3" height="25" style="text-align: center">
                学生寝室管理系统</th>
        </tr>
        <tr>
            <td align="right" class="forumRow" style="width: 397px; height: 30px;">
                程序开发:</td>
            <td class="forumRow" colspan="2" style="height: 30px">
                浪漫雪弧</td>
        </tr>
        <tr>
            <td align="right" class="forumRow" style="width: 397px; height: 4px;">
                程序负责:</td>
            <td class="forumRow" colspan="2" style="height: 4px">
                一半情弧</td>
        </tr>
        <tr>
            <td align="right" class="forumRow" height="23" style="width: 397px">
                联系方法:</td>
            <td class="forumRow" colspan="2">
                QQ 562873726</td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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