温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:网上办公系统源码
当前文件路径:OfficeOnline/BBS/BBS_EditReply.aspx

1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="BBS_EditReply.aspx.cs" Inherits="BBS_BBS_EditReply" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<table style="width: 650px; height: 500px"> 4
<tr> 5
<td colspan="3" rowspan="1" style="height: 50px; background-color: #ffffcc"> 6
<span style="font-size: 24pt; font-family: 楷体_GB2312">修改回复</span></td> 7
</tr> 8
<tr> 9
<td colspan="3" rowspan="1" style="height: 400px"> 10
<table style="border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; 11
width: 550px; border-bottom: black 1px solid; height: 350px"> 12
<tr> 13
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid; 14
text-align: right"> 15
回复标题:</td> 16
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 17
<asp:Label ID="lblTitle" runat="server"></asp:Label></td> 18
</tr> 19
<tr> 20
<td style="border-right: black 1px solid; width: 400px; border-bottom: black 1px solid; 21
text-align: right"> 22
内容:</td> 23
<td colspan="2" style="width: 400px; border-bottom: black 1px solid; text-align: left"> 24
<asp:TextBox ID="tbContent" runat="server" Height="230px" TextMode="MultiLine" Width="350px"></asp:TextBox></td> 25
</tr> 26
<tr> 27
<td colspan="3" style="height: 50px"> 28
<asp:Button ID="btnSubmit" runat="server" OnClick="btnSubmit_Click" Text="提交" /> <asp:Button 29
ID="btnCancel" runat="server" Text="取消" OnClick="btnCancel_Click" /></td> 30
</tr> 31
</table> 32
<asp:Label ID="lblMsg" runat="server" ForeColor="Red"></asp:Label> 33
</td> 34
</tr> 35
<tr> 36
<td colspan="3" rowspan="3" style="height: 50px"> 37
</td> 38
</tr> 39
<tr> 40
</tr> 41
<tr> 42
</tr> 43
</table> 44
</asp:Content> 45
46




