⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 newsmanage.aspx

📁 一个不错的在线考试系统!~~实现了基本的在线考试系统的主要功能
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="admin_newsmanage, App_Web_eu5x348i" %>
<%@ Register Assembly="FreeTextBox" Namespace="FreeTextBoxControls" TagPrefix="FTB" %>

<!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="../main.css" type="text/css" rel="stylesheet" />
</head>
<body>
    <form id="newsmanage" runat="server">
    <div style="width:95%;height:95%;margin-top:0px;margin-left:5px">
		<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
		<tr height="30">
			<td align="center" colSpan="2"><font style="FONT-SIZE: 16px" face="黑体" color="#0054a6">发布新闻</font></td>
		</tr>
		<TR>
			<td style="WIDTH: 141px" align="right">新闻标题:</td>
			<td><asp:TextBox ID="tbox_headtitle" runat="server" CssClass="singlebox"></asp:TextBox>&nbsp;</td>
		<tr>
		    <td colspan="2">&nbsp;
		    </td>
		</tr>
		</TR>
		<TR>
			<td colspan="2">			    
				<FTB:FreeTextBox id="tbox_content" runat="server" Width="100%" Height="200px" Language="zh-CN"
					BackColor="129, 169, 226" ToolbarLayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu|Bold,Italic,Underline,Strikethrough;Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImage,InsertImageFromGallery,InsertRule|Cut,Copy,Paste;Undo,Redo,Print"></FTB:FreeTextBox></td>
		</TR>
		<TR>
			<td style="WIDTH: 141px" align="right">浏览人员:</td>
			<td>
				<asp:DropDownList id="ddl_view" runat="server">
                    <asp:ListItem Value="1">教师</asp:ListItem>
                    <asp:ListItem Value="2">学生</asp:ListItem>
                    <asp:ListItem Selected="True" Value="3">全部</asp:ListItem>
                </asp:DropDownList></td>
		</TR>
		<TR>
			<td style="WIDTH: 141px; height: 22px;" align="right"></td>
			<td style="height: 22px" align="center">
                <asp:Button ID="btn_assure" runat="server" CssClass="button"  Text="提交" OnClick="btn_assure_Click" />&nbsp;&nbsp;&nbsp;<input type="button" ID="btn_canel" class="button" value="取消" onclick="tbox_headtitle.value='';tbox_content.value='';" /></td>
		</TR>
		<TR>
			<td align="center" colSpan="2">
                &nbsp;</td>
		</TR>
	</TABLE>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -