📄 news.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page language="java" import="java.util.*,popten.web.*,popten.util.*" %>
<%@ page errorPage="error.jsp" %>
<%News news=new News();
News listnews=news.loadNews(request);%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>POPTEN</title>
<link rel="stylesheet" type="text/css" href="../style/style.css">
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" height="100%">
<tr>
<td width="100%" align="center"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="560" bgcolor="#f2f8ff">
<tr>
<td width="15" class="td4">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="525" class="td5">
<img border="0" src="../img/null.gif" width="2" height="2">当前位置:<a href="../index.jsp">网站首页</a> >> <a href="../cata1.jsp?cata0_id=<%=listnews.getcata0_id()%>&cata0_name=<%=listnews.getcata0_name()%>"><%=listnews.getcata0_name()%></a> >> <a href="../cata1.jsp?cata0_id=<%=listnews.getcata0_id()%>&cata0_name=<%=listnews.getcata0_name()%>"><%=listnews.getcata1_name()%></a> >> <a href="../cata2.jsp?cata2_id=<%=listnews.getcata2_id()%>&cata2_name=<%=listnews.getcata2_name()%>&act=1"><%=listnews.getcata2_name()%></a></td>
<td width="20" class="td6">
<img border="0" src="../img/jiao3.gif" width="20" height="20"></td>
</tr>
<tr>
<td width="100%" colspan="3" class="td7" valign="top" align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="98%">
<tr>
<td width="100%" align="center"><font style="font-size: 11pt"><%=listnews.getnews_title()%></font></td>
</tr>
<tr>
<td width="100%" align="center">出处:<font color=#808080><%=listnews.getsour()%></font> 日期:<font color=#808080><%=listnews.getdat()%></font> 阅读数:<font color=#808080><%=listnews.getcoun()%></font></td>
</tr>
<tr>
<td width="100%"><jsp:include page="../ads/ads.jsp" /><p><%=listnews.getconten()%></p><br></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15">
<img border="0" src="../img/jao5.gif" width="15" height="15"></td>
<td width="525" class="td8">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
<td width="20" class="td9">
<img border="0" src="../img/null.gif" width="2" height="2"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -