📄 admin_bbs_write.aspx
字号:
<%@ Page language="c#" Inherits="AyNews.WebUI.Admin_BBS_Write" Codebehind="Admin_BBS_Write.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD runat="server">
<title id="html_title" runat="server"></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript" src="/Config/htmlarea/HtmlArea.js"></script>
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<input type="hidden" runat="Server" id="editID" />
<TABLE width="98%" height="40" border="0" align="center" cellPadding="0" cellSpacing="0">
<tr>
<td class="sys_title_left" align="center"> <font class="font_title">留言回复</font> </td>
</tr>
</TABLE>
<TABLE width="98%" border=0 align="center" cellPadding=0 cellspacing="0" bgColor=#ffffff>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD width=43 colSpan=2 height=29 rowSpan=2><IMG height=29 src="../images/bbs/1_r2_c2.gif" width=43 border=0></TD>
<TD background=../images/bbs/1_r2_c4.gif height=10></TD>
<TD width=37 colSpan=2 height=29 rowSpan=2><IMG height=29 src="../images/bbs/1_r2_c6.gif" width=37 border=0></TD>
</TR>
<TR>
<TD height=19> </TD>
</TR>
<TR>
<TD width=10 background=../images/bbs/1_r4_c2.gif></TD>
<TD width=27></TD>
<TD width="100%" height=50>
<table class="dg_TableStyle" cellspacing="1" cellpadding="2" align="Center" border="0">
<tr class="dg_ItemStyle">
<td align="right" width="20%">主题:</td>
<td><asp:Label ID="lbl_Title" runat="server"></asp:Label></td>
</tr>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">您的昵称:</TD>
<TD><asp:Label ID="lbl_NickName" Runat="server"></asp:Label>
</TD>
</TR>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">您的邮箱:</TD>
<TD><asp:Label ID="lbl_Email" Runat="server"></asp:Label></TD>
</TR>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">您的网站:</TD>
<TD><asp:Label ID="lbl_Homepage" Runat="server"></asp:Label></TD>
</TR>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">QQ:</TD>
<TD><asp:Label id="lbl_QQ" Runat="server"></asp:Label></TD>
</TR>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">留言内容:<BR></TD>
<TD><asp:Label id="lbl_Msg" Runat="server"></asp:Label></TD>
</TR>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">表情:</TD>
<TD><asp:Image ID="face" runat="server" /></TD>
</TR>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">头像:</TD>
<TD><asp:Image ID="img_pic" runat="server" /></TD>
</TR>
<TR class="dg_ItemStyle">
<TD width="20%" align="right">回复内容:<BR>
<FONT color="red">(900字以内)</FONT></TD>
<TD><asp:TextBox id="tbx_Reply" Runat="server" TextMode="MultiLine" rows="8" Columns="48" CssClass="input"></asp:TextBox>
<script language="javascript1.2">
editor_generate('tbx_Reply');
</script>
<FONT color="#ff0000">*
<asp:RequiredFieldValidator id="rfv_Reply" runat="server" ErrorMessage="回复内容不可为空" Display="None" ControlToValidate="tbx_Reply"></asp:RequiredFieldValidator>
</FONT></TD>
</TR>
<TR class="dg_ItemStyle">
<TD> </TD>
<TD><INPUT type="submit" value="提交留言" id="btn_BBS_Write" runat="server" Class="htc_btn" />
<INPUT type="reset" value="重新填写" id="Submit2" runat="server" Class="htc_btn">
</TD>
</TR>
</TABLE></TD>
<TD width=22></TD>
<TD width=15 background=../images/bbs/1_r4_c2.gif></TD>
</TR>
<TR>
<TD width=43 colSpan=2 height=26 rowSpan=2><IMG height=26
src="../images/bbs/1_r6_c2.gif" width=43 border=0></TD>
<TD align=right height=17> </TD>
<TD width=43 colSpan=2 height=26 rowSpan=2><IMG height=26
src="../images/bbs/1_r6_c6.gif" width=37 border=0></TD>
</TR>
<TR>
<TD background=../images/bbs/1_r2_c4.gif
height=9></TD>
</TR></TABLE></TD></TR>
<TR>
<TD width="100%" colSpan=2>
</TD></TR></TABLE>
<br>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -