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

📄 notice_detail.jsp

📁 用jsp实现的在线教学系统
💻 JSP
字号:
<style type="text/css">
<!--
.shadow {
	filter: Alpha(Opacity=70);
}
.del {
	font-family: "宋体";
	font-size: 9pt;
	text-decoration: line-through;
}
td {
	font-family: "宋体";
	font-size: 12px;
}

.text {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.cpy1 {  font-size: 12px; line-height: 15pt}
.price1 {
	font-family: "宋体";
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.price2 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	vertical-align: top;

}
.tableBorder1 {
	BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; WIDTH: 100%; BORDER-BOTTOM: 1px; BACKGROUND-COLOR: #ffffff; align: center
}
.tableBorder2 {
	BORDER-RIGHT: #dedede 1px solid; BORDER-TOP: #dedede 1px solid; BORDER-LEFT: #dedede 1px solid; WIDTH: 100%; BORDER-BOTTOM: #dedede 1px solid; BACKGROUND-COLOR: #efefef
}
.tableBorder3 {
	BORDER-RIGHT: #6595d6 1px solid; BORDER-TOP: 0px; BORDER-LEFT: #6595d6 1px solid; WIDTH: 100%; BORDER-BOTTOM: #6595d6 0px solid; BACKGROUND-COLOR: #efefef
}
.tableBorder4 {
	BORDER-RIGHT: #6595d6 1px solid; BORDER-TOP: #6595d6 1px solid; BORDER-LEFT: #6595d6 1px solid; WIDTH: 100%; BORDER-BOTTOM: #6595d6 1px solid
}
.tableBorder5 {
	BORDER-RIGHT: #6595d6 1px solid; BORDER-TOP: #6595d6 1px solid; BORDER-LEFT: #6595d6 1px solid; BORDER-BOTTOM: #6595d6 1px solid; BACKGROUND-COLOR: #d6e0ef
}
.tableBorder6 {
	BORDER-RIGHT: 1px; BORDER-TOP: 1px; BORDER-LEFT: 1px; WIDTH: 100%; BORDER-BOTTOM: 1px; BACKGROUND-COLOR: #bbbbbb
}
.singleborder {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 0px; PADDING-BOTTOM: 0px; LINE-HEIGHT: 1px; PADDING-TOP: 0px; BACKGROUND-COLOR: #6595d6
}
TD.TableTitle1 {
	COLOR: #333333; BACKGROUND-COLOR: #f8f8f8
}
TD.TableTitle2 {
	BACKGROUND-COLOR: #d2e9fb
}
TD.TableBody1 {
	LINE-HEIGHT: normal; BACKGROUND-COLOR: #f8f8f8
}
TD.TableBody2 {
	LINE-HEIGHT: normal; BACKGROUND-COLOR: #d2e9fb
}
TD.TableBody3 {
	BACKGROUND-COLOR: #6595d6
}
TD.TableBody4 {
	BACKGROUND-COLOR: #ffffff
}
TD.TableBody5 {
	BACKGROUND-COLOR: #ecf4fa
}
TD.TableBody6 {
	BACKGROUND-COLOR: #efefef
}
-->
</style>
  
 <style type="text/css">
.navv1 {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
</style>

<%@ page contentType="text/html;charset=gb2312" %>
<%@page import="grad.util.notice.*,java.util.*,java.io.*;"%>
<%@ page session="true" %>
<%
op_notice opr=new op_notice();
String id=request.getParameter("ID");
notice ni=opr.getOneNoticeById(id);
if(ni!=null)
{
%>
<table align="center" class=tableBorder5>
<tr><td>公告标题:</td><td><%=(ni.gettitle())%></td></tr>
<tr><td>发布日期:</td><td><%=ni.getdate()%></td></tr>
<tr><td colspan=2>公告内容:</td></tr>
<tr><td colspan=2><%=(ni.getdetail())%></td></tr>
<tr><td colspan=2>&nbsp;</td></tr>
<tr><td align=right><a href="noticeManage.jsp">返回</a></td><td align=center><a href="">关闭</a></td></tr>
</table>


<%}%>

⌨️ 快捷键说明

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