欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

detail.jsp

struts+spring+hibernate新闻管理
JSP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" import="java.util.*,model.*,java.text.SimpleDateFormat" pageEncoding="gbk"%>
<%@ taglib uri="../show.tld" prefix="llb" %>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
		<LINK href="/online/global.css" type="text/css" rel="stylesheet">
<title>网彩在线</title>
</head>
<%
		StudentForm stu=(StudentForm)request.getAttribute("stuForm");
%>

<BODY background="/online/back.gif">
<table align="center" width="776" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0">
  <tr>
    <TD align="center">
	<script language="javascript" src="/hiber/top.js" ></script></TD>
  </tr>
  <TR>
          <TD>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
              <TBODY>
              <TR>
                <TD width=7><IMG height=31 src="/online/title/kjgg_69.gif" 
                  width=7></TD>
                <TD class=white12 vAlign=center 
                background="/online/title/kjgg_70.gif">您当前的位置:<A 
                  href="/online/main.html" target=_blank><font color="#0000FF">首页</font></A> 
                  &gt;&gt; <llb:show/> </TD>
                <TD width=7><IMG height=31 src="/online/title/kjgg_69r.gif" 
                  width=7></TD></TR></TBODY></TABLE></TD></TR>
  <tr>
    <TD align="center">
	<table border="0">
  <tr>
    <td valign="top"><IFRAME src="/online/help.html" frameBorder=0 width="208" scrolling=no height=142 marginheight="0" marginwidth="0"></IFRAME></td>
    <td align="left"><input type="image" name="imageField5" src="/online/main_files/gc.gif">
	<%if(stu==null){%>
	<jsp:include flush="true" page="/hiber/news.do?method=list1&newsType=0"/>
	<IFRAME style="Z-INDEX: 1" src="/hiber/news.do?method=list1&newsType=<%=request.getParameter("newsType")%>" 
                  frameBorder=0 width=555 scrolling=no 
              height=520></IFRAME>
	<%}else{%>
	<TABLE borderColor=#cccccc cellSpacing=0 borderColorDark=#ffffff 
            cellPadding=5 width=100% border=1>
              <TBODY>
              <TR>
                <TD bgColor=#efefef>
            <DIV class="STYLE6 STYLE7" align=center><%=stu.getNewsTitle()%></DIV></TD></TR>
              <TR>
                <TD width="555" align="left">
				<table width="100%" cellspacing="0" cellpadding="0" class="articleTable">
	<tr>
		<td class="articleContainer"><div align="center"><%=stu.getNewsDate()%></div>
<%
		out.write(stu.getNewsContent());
%>
		</td>
	</tr>
</table><br>
				</TD>
              </TR>
			</TBODY></TABLE>
	<%}%></td>
  </tr>
</table>
	</TD>
  </tr>
  <tr>
    <TD align="center">
	<script language="javascript" src="/hiber/bottom.js"></script>
	</TD>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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