ReadSClass.jsp
上传用户:sdtxjx
上传日期:2022-07-09
资源大小:2937k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" language="java"%>
  2. <%@ page import="dreamtime.dreamnews.*"%>
  3. <%@ include file="Config.jsp"%>
  4. <%
  5. /*****************************************************************
  6.  *  
  7.  *  源文件名:  ReadSClass.jsp
  8.  *  功    能: 梦想年华新闻系统 小类新闻显示
  9.  * 作者:梦想年华 [DreamTime]
  10.  * Email:fanwsp@126.com
  11.  *  QQ:122142023 
  12.  *  CopyRight(c)2005-2006 By DreamTime 
  13.  *
  14.  *****************************************************************
  15. */
  16. %>
  17. <%
  18. request.setCharacterEncoding("GBK");   //设置编码方式为GBK
  19. ID = request.getParameter("SClassID");
  20. String strPage = request.getParameter("intPage");
  21. String sPage = request.getContextPath() + request.getServletPath() + "?SClassID=" + ID + "&";
  22. iPageType = 2;
  23. %>
  24. <html>
  25. <head>
  26. <meta http-equiv="Content-Language" content="zh-cn">
  27. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  28. <meta name="keywords" content="梦想年华新闻系统|新闻发布|国内新闻|时事新闻|国际新闻|地方新闻|娱乐新闻|网络编程|网络管理|fanwsp@126.com">
  29. <LINK  href="css/newscss/newscss.css" rel=stylesheet type=text/css>
  30. <title><%=sNews.IDToTitle(ID,iPageType)%> - <%=DreamNewsTitle%></title>
  31. <script language="javascript">
  32. //下拉分页
  33. function MM_jumpMenu(targ,selObj,restore){  //v3.0
  34.   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  35.   if (restore) selObj.selectedIndex=0;
  36. }
  37. </script>
  38. </head>
  39. <body>
  40. <%@ include file="Top.jsp"%>
  41. <div id="B1"></div>
  42. <table align="center" cellpadding="0" cellspacing="0">
  43. <tr>
  44. <td valign="top" align="center" width="255" height="100%">
  45. <table width="100%" height="100%" style="border:1px solid #959595" bgcolor="#F1F1F1" cellpadding="0" cellspacing="0">
  46. <tr><td valign="top" height="100%"> 
  47. <div class="lArea">
  48. <div id="Title3"><div id="stFont">专题导航</div></div>
  49. <div id="B2"></div>
  50. <%=LC.ShowLeftNews(false)%>
  51. </div>
  52. </td></tr></table>
  53. </td>
  54. <td valign="top" align="center" width="13"></td>
  55. <td valign="top" align="center" width="480" height="100%"> 
  56. <table width="100%" height="100%" style="border-bottom:0px solid #959595" cellpadding="0" cellspacing="0">
  57. <tr><td valign="top" height="100%">     
  58. <div id="rArea">
  59. <%=LC.ShowSClassNews(ID,sPage,strPage)%>
  60. </div>
  61. </td></tr></table>
  62. </td>
  63. </tr>
  64. </table>
  65. <div id="B1"></div>
  66. <%=CopyRight%>
  67. <div id="B2"></div>
  68. </body>
  69. </html>