📄 post.aspx
字号:
<%@ Register TagPrefix="uc1" TagName="head" Src="head.ascx" %>
<%@ Register TagPrefix="uc1" TagName="foot" Src="foot.ascx" %>
<%@ Page language="c#" Codebehind="post.aspx.cs" AutoEventWireup="false" Inherits="bbs.post" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>新帖子</title>
<link href="Style.css" rel="stylesheet" type="text/css">
<style type="text/css">
BODY { BACKGROUND-COLOR: #ffffcc }
</style>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<script language="Javascript"><!-- // load htmlarea
_editor_url = "Web_Edit/"; // URL to htmlarea files
var win_ie_ver = parseFloat(navigator.appVersion.split("MSIE")[1]);
if (navigator.userAgent.indexOf('Mac') >= 0) { win_ie_ver = 0; }
if (navigator.userAgent.indexOf('Windows CE') >= 0) { win_ie_ver = 0; }
if (navigator.userAgent.indexOf('Opera') >= 0) { win_ie_ver = 0; }
if (win_ie_ver >= 4) {
document.write('<scr' + 'ipt src="' +_editor_url+ 'editor2.js"');
document.write(' language="Javascript"></scr' + 'ipt>');
} else { document.write('<scr'+'ipt>function editor_generate() { return false; }</scr'+'ipt>'); }
// --></script>
</HEAD>
<body topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<uc1:head id="Head1" runat="server"></uc1:head>
<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR height="20">
<TD colSpan="1" bgcolor="#ffffcc" class="td1"><p><A href="index.aspx">社区动力</A></p>
</TD>
</TR>
</table>
<TABLE class="tableBorder1" id="table_2" cellSpacing="1" cellPadding="0" width="100%" align="center"
border="0">
<TBODY>
<TR bgcolor="#ffffcc">
<TH width="100%" height="20" colSpan="2" align="left">
发表新帖子
</TH>
</TR>
<TR>
<TD width="20%" bgcolor="#ffffcc" class="tableBody1"><B>用户名:</B></TD>
<TD width="80%" bgcolor="#ffffcc" class="tableBody1"><FONT color="#ff0000"><B>
<asp:literal id="Literal_UserName" runat="server"></asp:literal>*</B></FONT><FONT color="#ff0000">
<asp:label id="Label_UN" runat="server" Width="272px"></asp:label></STRONG></FONT></TD>
</TR>
<TR>
<TD width="20%" bgcolor="#ffffcc" class="tableBody1" style="HEIGHT: 28px"><b>主题标题</b>
</TD>
<td bgcolor="#ffffcc" class="tableBody1">
<asp:DropDownList id="DropDownList1" runat="server">
<asp:ListItem Selected="True">[选择话题]</asp:ListItem>
<asp:ListItem Value="选择话题">[讨论]</asp:ListItem>
<asp:ListItem Value="选择话题">[求助]</asp:ListItem>
<asp:ListItem Value="选择话题">[推荐]</asp:ListItem>
<asp:ListItem Value="选择话题">[公告]</asp:ListItem>
<asp:ListItem Value="选择话题">[注意]</asp:ListItem>
<asp:ListItem Value="选择话题">[建议]</asp:ListItem>
<asp:ListItem Value="选择话题">[下载]</asp:ListItem>
<asp:ListItem Value="选择话题">[分享]</asp:ListItem>
<asp:ListItem Value="选择话题">[贴图]</asp:ListItem>
</asp:DropDownList></td>
</TR>
<TR>
<TD width="20%" bgcolor="#ffffcc" class="tableBody1" style="HEIGHT: 28px"><B>主题</B></TD>
<TD width="80%" bgcolor="#ffffcc" class="tableBody1" style="HEIGHT: 28px"><P><FONT color="#ff0000"><STRONG><asp:textbox id="TextBox_title" runat="server"></asp:textbox>*</STRONG></FONT>不得超过 100
个汉字或100个英文字符</P>
</TD>
</TR>
<TR>
<TD width="20%" vAlign="top" bgcolor="#ffffcc" class="tableBody1" style="HEIGHT: 316px">
<BR>
</TD>
<TD width="80%" bgcolor="#ffffcc" class="tablebody1" style="HEIGHT: 316px"><script language="javascript">editor_generate('Info');</script>
<asp:textbox id="TextBox_Content" runat="server" Width="100%" TextMode="MultiLine" Height="238px"></asp:textbox>
<div style="CLIP: rect(auto auto auto auto); POSITION: static; HEIGHT: 30px" align="center"><asp:button id="Button_send" runat="server" Text="发表"></asp:button>
<asp:button id="Button_Clear" runat="server" Text="清除"></asp:button></div>
<BR>
<P><FONT face="宋体"></FONT> </P>
</TD>
</TR>
</TBODY>
</TABLE>
<TABLE id="Table8" style="Z-INDEX: 103" cellSpacing="1" cellPadding="1" width="760" align="center"
border="0">
</TABLE>
</FONT>
<uc1:foot id="Foot1" runat="server"></uc1:foot></form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -