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

📄 selectnewscontent.jsp

📁 新闻系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="java.util.List"%>
<%@ page import="com.actionForm.NewsForm"%><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<jsp:useBean id="chinese" scope="request" class="com.tool.Chinese"/>
<jsp:useBean id="sortDao" scope="request" class="com.dao.SortDao"/>
<%@ page import="com.actionForm.SortForm"%>
<jsp:useBean id="time" scope="request" class="com.tool.TimeShow"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>宇晨网络新闻中心后台</title>

</head>
<%
String bigSort=chinese.toChinese(request.getParameter("bigSort"));
NewsForm form=(NewsForm)request.getAttribute("form");
%>
<body><div align="center">
<jsp:include page="../bTop.jsp"/>
<table width="800" height="465" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="196" rowspan="2" valign="top"><jsp:include page="../bleft.jsp"/></td>
    <td width="604" height="57" background="bImage/place.jpg" >
      <table width="600" height="56" cellpadding="0" cellspacing="0">
        <tr>
          <td>&nbsp;当前位置提示&nbsp;&gt;&gt;&nbsp;<%=form.getBigSort()%>&nbsp;&gt;&gt;&nbsp;详细新闻查看</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr>
  <tr>
    <td height="400" align="center" valign="top" background="bImage/big.jpg"><table width="601" border="0" cellpadding="0" cellspacing="0" background="bImage/placeNext.jpg">
      <tr>
        <td width="30" height="21" >&nbsp;</td>
        <td width="571">新闻题目:<%=form.getTitle()%></td>
      </tr>
    </table> <br>  
	  <table width="433" height="362" border="1" cellpadding="0" cellspacing="0">
        <tr>
          <td width="382" height="362" valign="top"><%=form.getContent()%></td>
        </tr>
      </table>
	  <table width="433" border="0" cellpadding="0" cellspacing="0">
        <form name="form" method="post" action="">
          <tr>
            <td height="30" align="right">
              <input type="button" name="Submit" value="返回" onClick="javascript:history.go(-1);">
&nbsp;&nbsp;&nbsp;</td>
          </tr>
        </form>
      </table>	 </td>
  </tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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