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

📄 addreply.aspx

📁 数据结构管理系统 数据结构管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddReply.aspx.cs" Inherits="Admin_留言管理_AddReply" %>

<%@ Register Src="../../BackUserControl/BackBanner.ascx" TagName="BackBanner" TagPrefix="uc1" %>
<%@ Register Src="../../BackUserControl/BackBottom.ascx" TagName="BackBottom" TagPrefix="uc4" %>

<%@ Register Src="../../UserControl/BannerUC.ascx" TagName="BannerUC" TagPrefix="uc3" %>

<%@ Register Src="../../UserControl/BottomUC.ascx" TagName="BottomUC" TagPrefix="uc2" %>

<!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 id="Head1" runat="server">
    <title>查看留言</title>
    <link href="../../CSS/ASPNET2Normal.css" type="text/css" rel="stylesheet" />
</head>
<body style="margin:0px; background-repeat: repeat; font-family: Times New Roman; background-image: url(../images/网页背景.gif);">
    <form id="form1" runat="server">
        <div style="text-align: center">
            <table border="0" cellpadding="0" cellspacing="0" style="width: 730px" class="Text">
                <tr>
                    <td align="left" style="height: 19px" valign="top">
                        &nbsp;<uc1:BackBanner ID="BackBanner1" runat="server" />
                    </td>
                </tr>
                <tr>
                    <td style="height: 5px; text-align: left;">
                        回复用户留言</td>
                </tr>
                <tr>
                    <td valign="top" align="center">
                    <table class="GbText" style="BORDER-COLLAPSE: collapse; border-right: #ccccff thin solid; border-top: #ccccff thin solid; border-left: #ccccff thin solid; border-bottom: #ccccff thin solid;" borderColor="#93bee2" cellSpacing="0"
		cellPadding="2" width="100%" border="1">
		<tr>
			<td colspan="2"><hr style="font-size: 1pt;" /></td>
		</tr>
		<tr style="line-height:2;" valign="top">
			<td style="width:150" align="right">需要回复留言的标题:</td>
			<td align="left">
				<asp:Label ID="Title" runat="server" CssClass="GbText" Width="100%" Enabled="False"></asp:Label></td>
		</tr>
		<tr style="line-height:2;" valign="top">
			<td style="width:150" align="right">需要回复留言的主体内容:</td>
			<td align="left">
				<asp:Label ID="LeavewordBody" runat="server" CssClass="GbText" Width="100%" Enabled="False"></asp:Label></td>
		</tr>
		<tr style="line-height:2;">
			<td style="width:150" align="right" valign="top">回复内容:</td>
			<td align="left"><asp:textbox id="Body" runat="server" Width="300px" CssClass="InputCss" Height="50px" TextMode="MultiLine"></asp:textbox>		
				<asp:RequiredFieldValidator ID="rfB" runat="server" ControlToValidate="Body"
					CssClass="GbText" Display="Dynamic" ErrorMessage="内容不能为空!"></asp:RequiredFieldValidator></td>
		</tr>		
		<tr style="line-height:2;">
			<td style="width:150" align="right"></TD>
			<td align="left"><FONT face="宋体">&nbsp;</FONT></td>
		</tr>
		<tr style="line-height:2;">
			<td style="width:150" width="150" align="right"></TD>
			<td align="left"><FONT face="宋体">&nbsp;</FONT><asp:Button ID="AddBtn" runat="server" Text="确定" Width="100px" CssClass="ButtonCss" OnClick="AddBtn_Click" /><FONT face="宋体">&nbsp;</FONT><asp:Button ID="ReturnBtn" runat="server" Text="返回" Width="100px" CssClass="ButtonCss" OnClick="ReturnBtn_Click" CausesValidation="False" /></td>
		</tr>
		<tr>
			<td></td>
		</tr>
    </table>
                    </td>
                </tr>
                <tr>
                    <td valign="top" align="left" style="height: 19px">
                        &nbsp;<uc4:BackBottom ID="BackBottom1" runat="server" />
                    </td>
                </tr>
            </table>
        </div>
    
    </form>
</body>
</html>

⌨️ 快捷键说明

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