reply.aspx
上传用户:szraylite
上传日期:2018-06-06
资源大小:11546k
文件大小:2k
源码类别:

软件测试

开发平台:

Java

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="reply.aspx.cs" Inherits="admin_reply" %>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" >
  4. <head runat="server">
  5.     <title>无标题页</title>
  6. </head>
  7. <body>
  8.     <form id="form1" runat="server">
  9.     <div>
  10.             <table id="Table1" style="z-index: 101; left: 9px; width: 440px; position: absolute;
  11.             top: 16px; height: 111px" cellspacing="0" cellpadding="0" width="440" border="0">
  12.             <tr>
  13.                 <td style="width: 440px">
  14.                     详细信息
  15.                     <hr style="height: 3px"/>
  16.                 </td>
  17.             </tr>
  18.             <tr>
  19.                 <td style="height: 28px; width: 440px;">
  20.                         <p>
  21.                             &nbsp;Signmessage by&nbsp;
  22.                             <asp:Label ID="LabelUserLoginName" runat="server"></asp:Label>|
  23.                             |
  24.                             <asp:Label ID="LabelCreateTime" runat="server"></asp:Label><br/>
  25.                            <asp:Label ID="LabelContent" runat="server" Height="48px" Width="430px"></asp:Label>
  26.                         </p>
  27.                         <hr/>
  28.                         <b>回复信息:</b>
  29.                     <asp:Label ID="replytext" runat="server" Text="replytext"></asp:Label>
  30.                             <hr/>
  31.                             <p>
  32.                                 <asp:TextBox ID="reply" runat="server" Height="61px" Width="434px"></asp:TextBox></p>
  33.                 </td>
  34.             </tr>
  35.             <tr>
  36.                 <td style="width: 440px; height: 19px;">
  37.                         </td>
  38.             </tr>
  39.             <tr>
  40.                 <td align="center" style="width: 440px">
  41.                     <asp:Button ID="ButtonReply" runat="server" Width="46px" Text="回复" OnClick="ButtonReply_Click" >
  42.                     </asp:Button>&nbsp;&nbsp;&nbsp;&nbsp; 
  43.                     <asp:Button ID="ButtonBack" runat="server" Width="48px" Text="返回" OnClick="ButtonBack_Click">
  44.                     </asp:Button></td>
  45.             </tr>
  46.         </table>
  47.     </div>
  48.     </form>
  49. </body>
  50. </html>