ReadClass.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.  *  源文件名:  ReadClass.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("BigClassID");
  20. iPageType = 1;
  21. %>
  22. <html>
  23. <head>
  24. <meta http-equiv="Content-Language" content="zh-cn">
  25. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  26. <meta name="keywords" content="梦想年华新闻系统|新闻发布|国内新闻|时事新闻|国际新闻|地方新闻|娱乐新闻|网络编程|网络管理|fanwsp@126.com">
  27. <LINK  href="css/newscss/newscss.css" rel=stylesheet type=text/css>
  28. <title><%=sNews.IDToTitle(ID,iPageType)%> - <%=DreamNewsTitle%></title>
  29. </head>
  30. <body>
  31. <%@ include file="Top.jsp"%>
  32. <div id="B1"></div>
  33. <table align="center" cellpadding="0" cellspacing="0">
  34. <tr>
  35. <td valign="top" align="center" width="255" height="100%">
  36. <table width="100%" height="100%" style="border:1px solid #959595" bgcolor="#F1F1F1" cellpadding="0" cellspacing="0">
  37. <tr><td valign="top" height="100%" bgcolor="#FFFFFF"> 
  38. <%=LC.ShowHeadPic(ID,false)%>
  39. <div class="lArea">
  40. <div id="Title3"><div id="stFont">专题导航</div></div>
  41. <div id="B2"></div>
  42. <%=LC.ShowLeftNews(false)%>
  43. </div>
  44. </td></tr></table>
  45. </td>
  46. <td valign="top" align="center" width="13"></td>
  47. <td valign="top" align="center" width="480" height="100%"> 
  48. <table width="100%" height="100%" style="border-bottom:1px solid #959595" cellpadding="0" cellspacing="0">
  49. <tr><td valign="top" height="100%">     
  50. <div id="HotNews"><%=LC.ShowHotNews(ID,false)%></div>
  51. <div id="B1"></div>
  52. <div id="rArea">
  53. <div id="Title1"><div id="stFont">今日头条</div></div>
  54. <%=LC.ShowHeadNews(ID,false)%>
  55. <div id="stArea"><div id="sTitle2"><div id="stFont">最近更新</div></div></div>
  56. <%=LC.ShowTopNews(ID,false)%>
  57. <%=LC.ShowClassNews(ID)%>
  58. </div>
  59. </td></tr></table>
  60. </td>
  61. </tr>
  62. </table>
  63. <div id="B1"></div>
  64. <%=CopyRight%>
  65. <div id="B2"></div>
  66. </body>
  67. </html>