📄 admin_gonggaoadd.aspx
字号:
<%@ page validaterequest="false" language="C#" autoeventwireup="true" inherits="Admin_Admin_Gonggaoadd, App_Web_2de4qqid" %>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<link href="../Images/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 1px">
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
<tr>
<td colspan="2" style="height: 35px; background-color: aliceblue" align="center">
添加公告</td>
</tr>
<tr>
<td style="width: 20%; height: 35px; background-color: aliceblue" align="center">
公告标题</td>
<td style="width: 80%; height: 35px; background-color: #ffffff" align="left">
<asp:TextBox ID="Title" runat="server" Height="20px" Width="350px" BorderStyle="Groove"></asp:TextBox>
<asp:Label ID="lblMsg" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 20%; height: 400px; background-color: aliceblue" align="center">
公告内容</td>
<td style="width: 80%; height: 400px; background-color: #ffffff" align="left">
<FCKeditorV2:FCKeditor ID="Editor" runat="server" BasePath="../FCKeditor/" Height="400px">
</FCKeditorV2:FCKeditor>
</td>
</tr>
<tr>
<td style="height: 35px; background-color: aliceblue" align="center" colspan="2">
<asp:ImageButton ID="btnOK" runat="server" ImageUrl="~/Images/form_submit.gif" OnClick="btnOK_Click" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -