comment.aspx

来自「易想商城系统」· ASPX 代码 · 共 29 行

ASPX
29
字号
<%@ Page Language="C#" MasterPageFile="~/Admin/Masterpage/Page.Master" AutoEventWireup="true"
    CodeBehind="comment.aspx.cs" Inherits="YXShop.Web.Admin.Product.comment" Title="无标题页" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceTitle" runat="server">
    <a href="comment_List.aspx">商品评论管理</a>>>商品评论回复
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolderMain" runat="server">
    <table id="tablist" border="0" bordercolor="#e3e3e3" cellpadding="1" cellspacing="1"
        width="100%" align="center" class="hy">
        <tr class="TrTitle" bgcolor="#78B9E6" style="color: White" height="25">
            <td style="text-align: left">
                点评标题:<asp:Label ID="lblTitle" runat="server" Text="lblTitle"></asp:Label>
            </td>
        </tr>
        <tr class="TrTitle" align="center" height="25" onmouseover="overColor(this)" onmouseout="outColor(this)">
            <td style="text-align: middle">
                <asp:TextBox ID="txtContent" runat="server" Width="80%" Height="80px" 
                    TextMode="MultiLine"></asp:TextBox>
            </td>
        </tr>
                <tr class="TrTitle" align="center" height="25" onmouseover="overColor(this)" onmouseout="outColor(this)">
            <td  style="text-align: middle">
                <asp:CheckBox ID="CheckBox1" runat="server" Text="审核通过" TextAlign="Left" />&nbsp;&nbsp;<asp:Button ID="Button1" runat="server" Text="回复" onclick="Button1_Click" />
            </td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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