📄 admin_callboard_add.aspx
字号:
<%@ Page Language="c#" AutoEventWireup="false" Codebehind="Admin_Callboard_Add.aspx.cs" Inherits="Forum.Admin_Callboard_Add" %>
<%@ Register TagPrefix="Forum" TagName="Bt" Src="_Bt.ascx" %>
<%@ Register TagPrefix="Forum" TagName="Top" Src="_Top.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="JavaScript (ECMAScript)" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="Forum.css" type="text/css" rel="stylesheet">
</HEAD>
<body>
<form id="Admin_Callboard_Add" method="post" runat="server">
<FORUM:TOP id="Top" Runat="server"></FORUM:TOP>
<table cellSpacing="1" cellPadding="4" width="97%" align="center">
<tr>
<td><asp:label id="Path" runat="server"></asp:label></td>
<td align="right"></td>
</tr>
</table>
<asp:Table id="Table1" runat="server" CellPadding="4" CellSpacing="1" Width="100%">
<asp:TableRow AccessKey="H">
<asp:TableCell ColumnSpan="2" HorizontalAlign="Center">发布公告</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell>用户名:</asp:TableCell>
<asp:TableCell>
<asp:TextBox id="cName" runat="server" Columns="20" Enabled="False"></asp:TextBox>
<asp:RequiredFieldValidator id="Requiredfieldvalidator1" runat="server" ErrorMessage="用户名称不能为空" Display="None" ControlToValidate="cName"></asp:RequiredFieldValidator>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell>版 面:</asp:TableCell>
<asp:TableCell>
<asp:DropDownList ID="cBoard" Runat="server"></asp:DropDownList>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell>标 题:</asp:TableCell>
<asp:TableCell>
<asp:TextBox ID="cTitle" Runat="server" Columns="40"></asp:TextBox>
<asp:RequiredFieldValidator id="Requiredfieldvalidator2" runat="server" ErrorMessage="公告标题不能为空" Display="None" ControlToValidate="cTitle"></asp:RequiredFieldValidator>
</asp:TableCell>
</asp:TableRow>
<asp:TableRow AccessKey="B">
<asp:TableCell VerticalAlign="Top">内 容:</asp:TableCell>
<asp:TableCell>
<asp:TextBox id="cBody" runat="server" TextMode="MultiLine" Rows="8" Columns="40"></asp:TextBox>
<asp:RequiredFieldValidator id="Requiredfieldvalidator3" runat="server" ErrorMessage="公告内容不能为空" Display="None" ControlToValidate="cBody"></asp:RequiredFieldValidator>
</asp:TableCell>
</asp:TableRow>
</asp:Table>
<TABLE width="100%">
<TR>
<TD align="middle">
<asp:Button id="btnSave" Text="发 布" Runat="server"></asp:Button>
</TD>
</TR>
</TABLE>
<asp:ValidationSummary id="ValidationSummary1" runat="server" ShowSummary="False" DisplayMode="List" ShowMessageBox="True"></asp:ValidationSummary><FORUM:BT id="Bt" Runat="server"></FORUM:BT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -