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

📄 addnotice.asp

📁 一套完整的学生课程管理系统
💻 ASP
字号:
<!-- #include file="utility/check.asp" -->
<%
	'****************************************
	'目的:			添加公告表单
	'开始时间:		2005-6-4 9:10
	'最后修改时间:	2005-6-4 9:10
	'编写人:		某某某
	'****************************************
%>
<html>

<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>已发信息列表</title>
<link rel="stylesheet" type="text/css" href="images/link.css">

</head>
<body>

<div align="center">
	<table border="1" width="700" id="table2" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="22">
		<tr>
			<td>&nbsp;当前操作: 发布新公告</td>
		</tr>
	</table>
	<br>
	<table border="1" width="700" id="table1" cellspacing="0" cellpadding="0" style="border-collapse: collapse" height="312" bordercolor="#CCCCCC">
		<form action=manageNotice.asp?actionType=add method=post>
		<tr>
			<td width="70" height="28" align="right" bgcolor="#F2F2F2">标题:</td>
			<td height="28">&nbsp;&nbsp;<input type=text name="noticeTitle" class="inputTextLong" size="100"></td>
		</tr>
		<tr>
			<td width="70" align="right" height="28" bgcolor="#F2F2F2">发布对象:</td>
			<td height="28">&nbsp;&nbsp;<select name="noticeFor" size="1" class="inputTextShort">
			<option selected>学生</option>
			<option>教师</option>
			</select></td>
		</tr>
		<tr>
			<td width="70" align="right" height="231" bgcolor="#F2F2F2">内容:</td>
			<td height="231">&nbsp;&nbsp;<textarea class="inputTextArea" cols="97" rows="15" name="noticeContent"></textarea></td>
		</tr>
		<tr>
			<td width="70" align="right" height="28" bgcolor="#F2F2F2">操作:&nbsp; </td>
			<td height="28">&nbsp;&nbsp;<input type=submit value="添加公告" name="OK" class="anniu">&nbsp;&nbsp;
			<input type=reset value="重新填写" class="anniu"></td>
		</tr>
		</form>
	</table>
</div>

</body>

</html>

⌨️ 快捷键说明

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