addnotice.jsp
来自「采用j2ee架构做的bbs」· JSP 代码 · 共 79 行
JSP
79 行
<%@page pageEncoding="gb2312"%>
<%@page contentType="text/html;charset=gb2312" %>
<%@include file="top.jsp" %>
<html>
<head>
<style>
a{text-decoration:none}a.xh{text-decoration:none; color:#ffffff}a:hover.xh{text-decoration:underline}a.zh{text-decoration:none;color:#000000}a:hover.zh{text-decoration:underline;color:blue}
body,td{font-size:9pt}
</style>
<title>冰鱼论坛----发布公告|管理公告</title>
<script Language="Javascript" src="include/form.js">
</Script>
</head>
<body style="text-align: center">
<p align="left">>> 欢迎光临 <b>冰鱼论坛</b>
我的收件箱(<%%>)</p>
<table width="100%" height="50" border="0" bordercolorlight="#7777ff" bordercolordark="#7777ff" style="border-collapse:collapse">
<tr bgcolor="#dff2ed"><td><img src="images/skin/1/forum_nav.gif"> <a class=zh href="">冰鱼论坛</a> → →<a class=zh href="****">浏览论坛公告</a></td></tr>
</table><p>
<a class=zh href="addnotice.jsp"><font color="#000000">发布公告</font></a> | <a class=zh href="notice.jsp"><font color="#000000">管理公告</font></a><br><br>
<table width="100%" border="1" bordercolorlight="#7777ff" bordercolordark="#7777ff" style="border-collapse:collapse">
<form method="post" name="myform" action="Addnoticeservlet">
<tr>
<td colspan="2" height="25" align="center" background="images/skin/1/bg_td.gif"><b><font color="#ffffff">
发布论坛公告
</font></b></td></tr>
<tr>
<td width="40%"><b> 用户名:</b></td>
<td width="60%"> <input type="text" name="notice_author" size="30" value="">
</td>
</tr>
<tr height="25">
<td width="40%"><b> 版 面:</b></td>
<td width="60%">
<select name="board_name">
<option value="">论坛首页
<option value="">
<option value=""></select>
您只能在您管理的版面发布公告
</td>
</tr>
<tr>
<td width="40%"><b> 背景音乐:</b></td>
<td width="60%"> <input type="text" name="notice_music" size="40"> 支持MID或WAV文件,此项非必填。
</td>
</tr>
<tr>
<td width="40%"><b> 标 题:</b></td>
<td width="60%"> <input type="text" name="notice_title" size="40">
</td>
</tr>
<tr height="40">
<td width="40%"><b> 内 容:</b></td>
<td width="60%"> <textarea name="notice_content" cols="39" rows="4"></textarea> </td>
</tr>
<tr bgcolor="#dff2ed">
<td colspan=2 align=center>
<input type=submit name=b1 value="发布">
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?