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

📄 writeback.aspx

📁 该系统是留言版系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="Default2" Codebehind="WriteBack.aspx.cs" %>

<!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>
    <form id="form1" runat="server">
    <div>
        <table id="wbt" border="1" style="width: 500px; ">
            <tr>
                <td style="width: 100%; height:25px">
                    留言作者:<asp:Label ID="LMOwner" runat="server" Text="OwnerName" Height="21px" Width="100px"></asp:Label>&nbsp;&nbsp;
                    <asp:Label ID="LMSubmittime" runat="server" Text="Datetime" Height="18px" Width="180px" Font-Size="Smaller" Font-Italic="True" ForeColor="DarkGray"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 100%; font-size:small; color: background; vertical-align: text-top; text-align: left; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;">
                    <asp:Label ID="LMContents" runat="server" Text="Label" Height="100%" Width="100%" style="word-break : break-all;"></asp:Label></td>
            </tr>
            <tr>
                <td style="width: 100%; height:25px">
                    您的用户名:<asp:TextBox ID="YourName" runat="server" Height="21px" Width="200px"></asp:TextBox><span></span><%--<asp:Label ID="YourName" runat="server" Text="Yourname" Height="21px" Width="200px"></asp:Label>--%>
                    &nbsp;
                    <span style="color: #ff0033">*</span>
            </tr>
            <tr>
                <td style="width: 100%; height:25px">
                    QQ/MSN:<span><asp:TextBox ID="YourQQMSN" runat="server" Height="21px" Width="200px"></asp:TextBox></span>&nbsp;
                    <span style="font-size: 10pt; color: appworkspace">(可选)</span>
            </tr>
            <tr>
                <td style="width: 100%; height:100px">
                    回复信息:<span style="font-size:small; color:Gray">(按 Ctrl+Enter 提交)</span><br />
                    <asp:TextBox ID="WBContent" runat="server" Height="80px" TextMode="MultiLine" Width="390px"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 100%; height:30px; text-align: center;">
                    <asp:Button ID="WBB" runat="server" Width="80px" Text="回复" OnClick="Submit_Click" />
                    &nbsp;&nbsp;
                    <asp:Button ID="Back" runat="server" Width="80px" Text="回到主页" OnClick="Back_Click" />
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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