index.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.  *  源文件名:  ShowNews.jsp
  8.  *  功    能: 梦想年华新闻系统 首页
  9.  * 作者:梦想年华 [DreamTime]
  10.  * Email:fanwsp@126.com
  11.  *  QQ:122142023 
  12.  *  CopyRight(c)2005-2006 By DreamTime 
  13.  *
  14.  *****************************************************************
  15. */
  16. %>
  17. <html>
  18. <head>
  19. <meta http-equiv="Content-Language" content="zh-cn">
  20. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  21. <meta name="keywords" content="梦想年华新闻系统|新闻发布|国内新闻|时事新闻|国际新闻|地方新闻|娱乐新闻|网络编程|网络管理|fanwsp@126.com">
  22. <LINK  href="css/newscss/newscss.css" rel=stylesheet type=text/css>
  23. <title><%=DreamNewsTitle%> - 首 页</title>
  24. </head>
  25. <body>
  26. <%@ include file="Top.jsp"%>
  27. <div id="B1"></div>
  28. <table align="center" cellpadding="0" cellspacing="0">
  29. <tr>
  30. <td valign="top" align="center" width="255" height="100%">
  31. <table width="100%" height="100%" style="border:1px solid #959595; margin:0; padding:0;" bgcolor="#F1F1F1" cellpadding="0" cellspacing="0">
  32. <tr><td valign="top" height="100%"> 
  33. <%=LC.ShowHeadPic(null,false)%>
  34. <div class="lArea">
  35. <div id="Title3"><div id="stFont">专题导航</div></div>
  36. <div id="B2"></div>
  37. <%=LC.ShowLeftNews(true)%>
  38. </div>
  39. </td></tr></table>
  40. </td>
  41. <td valign="top" align="center" width="13"></td>
  42. <td valign="top" align="center" width="480" height="100%"> 
  43. <table width="100%" height="100%" style="border-bottom:1px solid #959595" cellpadding="0" cellspacing="0">
  44. <tr><td valign="top" height="100%">     
  45. <div id="HotNews"><%=LC.ShowHotNews(null,true)%></div>
  46. <div id="B1"></div>
  47. <div id="rArea">
  48. <div id="Title1"><div id="tFont">今日头条</div></div>
  49. <%=LC.ShowHeadNews(null,false)%>
  50. <div id="tArea"><div id="Title2"><div id="tFont">最近更新</div></div></div>
  51. <%=LC.ShowTopNews(null,false)%>
  52. <%=LC.ShowClassNews(null)%>
  53. </div>
  54. </td></tr></table>
  55. </td>
  56. </tr>
  57. </table>
  58. <div id="B2"></div>
  59. <%=CopyRight%>
  60. <div id="B2"></div>
  61. </body>
  62. </html>