📄 addaffiche.aspx
字号:
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<%@ Page language="c#" Codebehind="addAffiche.aspx.cs" AutoEventWireup="false" Inherits="dayi.addAffiche" validateRequest="false" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>addAffiche</title>
<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">
<style type="text/css">TABLE {
FONT-SIZE: 9pt
}
.title {
FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=1)
}
.style1 {
FONT-WEIGHT: bold; COLOR: #ffffff
}
.style4 {
FONT-SIZE: 11pt
}
</style>
<LINK href="css/style.css" type="text/css" rel="stylesheet">
</HEAD>
<body leftMargin="3" topMargin="3">
<form id="Form1" action="autoAnswer.aspx" method="post" runat="server">
<FONT style="FONT-SIZE: 9pt" face="宋体">
<TABLE id="Table1" style="WIDTH: 592px; HEIGHT: 445px" cellSpacing="1" cellPadding="1"
width="592" bgColor="#6f8cb8" border="0">
<TR>
<TD style="HEIGHT: 15px" align="right" background="images/BG1.gif" bgColor="#003366"
colSpan="2">
<div class="style1" align="left"><IMG height="19" src="images\gonggao.gif" width="19"><asp:label id="lblTitle" runat="server" Font-Bold="True" Font-Size="12pt">添加公告</asp:label></div>
</TD>
</TR>
<TR bgColor="#ffffff">
<TD style="WIDTH: 81px; HEIGHT: 29px" align="right" width="81">公告标题</TD>
<TD style="HEIGHT: 29px"><asp:textbox id="txtSubject" runat="server" Width="378px"></asp:textbox><asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" Display="Dynamic" ControlToValidate="txtSubject"
ErrorMessage="RequiredFieldValidator">请输入公告标题</asp:requiredfieldvalidator></TD>
</TR>
<TR bgColor="#ffffff">
<TD style="WIDTH: 81px; HEIGHT: 268px" vAlign="top" width="81">
<div align="right">公告内容</div>
</TD>
<TD style="HEIGHT: 268px" align="left"><ftb:freetextbox language="zh-cn" id="FreeTextBox1" runat="server" Width="500px" Height="350px" ToolbarLayout="paragraphmenu,fontsizesmenu,fontfacesmenu,fontforecolorsmenu,fontbackcolorsmenu | bold,italic,underline,strikethrough;superscript,subscript,removeformat;justifyleft,justifyright,justifycenter,justifyfull;bulletedlist,numberedlist,indent,outdent;createlink,unlink,insertrule | cut,copy,paste"
EnableHtmlMode="False" ToolbarStyleConfiguration="Office2003" AutoGenerateToolbarsFromString="True"><TOOLBARS>
<FTB:TOOLBAR>
<FTB:TOOLBARBUTTON title="插入图片" runat="server" FunctionName="insertImage" ButtonImage="insertimage">function insertImage(ftbName) { var
returnStr=window.showModalDialog("ftb.imagegallery.aspx","","dialogHeight:200px;dialogWidth=400px;status:no;");
FTB_InsertText(ftbName,returnStr); }
</FTB:TOOLBARBUTTON>
<FTB:TOOLBARBUTTON title="插入文件" runat="server" FunctionName="insertFile" ButtonImage="insertFile">function
insertFile(ftbName) { var
returnStr=window.showModalDialog("ftb.filegallery.aspx","","dialogHeight:300px;dialogWidth=400px;status:no;");
FTB_InsertText(ftbName,returnStr); }
</FTB:TOOLBARBUTTON>
</FTB:TOOLBAR>
</TOOLBARS>
</ftb:freetextbox></TD>
</TR>
<TR bgColor="#ffffff">
<TD colSpan="2">
<div align="right"><asp:requiredfieldvalidator id="RequiredFieldValidator2" runat="server" ControlToValidate="FreeTextBox1" ErrorMessage="RequiredFieldValidator">请输入公告内容</asp:requiredfieldvalidator><asp:button id="btnAddQuestion" runat="server" Text="添加公告"></asp:button> </div>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -