reply.aspx
资源名称:moban.rar [点击查看]
上传用户:szraylite
上传日期:2018-06-06
资源大小:11546k
文件大小:2k
源码类别:
软件测试
开发平台:
Java
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="reply.aspx.cs" Inherits="admin_reply" %>
- <!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="Table1" style="z-index: 101; left: 9px; width: 440px; position: absolute;
- top: 16px; height: 111px" cellspacing="0" cellpadding="0" width="440" border="0">
- <tr>
- <td style="width: 440px">
- 详细信息
- <hr style="height: 3px"/>
- </td>
- </tr>
- <tr>
- <td style="height: 28px; width: 440px;">
- <p>
- Signmessage by
- <asp:Label ID="LabelUserLoginName" runat="server"></asp:Label>|
- |
- <asp:Label ID="LabelCreateTime" runat="server"></asp:Label><br/>
- <asp:Label ID="LabelContent" runat="server" Height="48px" Width="430px"></asp:Label>
- </p>
- <hr/>
- <b>回复信息:</b>
- <asp:Label ID="replytext" runat="server" Text="replytext"></asp:Label>
- <hr/>
- <p>
- <asp:TextBox ID="reply" runat="server" Height="61px" Width="434px"></asp:TextBox></p>
- </td>
- </tr>
- <tr>
- <td style="width: 440px; height: 19px;">
- </td>
- </tr>
- <tr>
- <td align="center" style="width: 440px">
- <asp:Button ID="ButtonReply" runat="server" Width="46px" Text="回复" OnClick="ButtonReply_Click" >
- </asp:Button>
- <asp:Button ID="ButtonBack" runat="server" Width="48px" Text="返回" OnClick="ButtonBack_Click">
- </asp:Button></td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>