index_top.jsp
上传用户:yunfeng252
上传日期:2022-07-23
资源大小:12403k
文件大小:3k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=UTF-8"%>
  2. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
  3. <link type="text/css" rel="stylesheet" href="Style/Style.css">
  4. <link type="text/css" rel="stylesheet" href="Style/Blue/Style.css">
  5. <center>
  6. <table border="0" cellpadding="0" cellspacing="0" width="780"
  7. height="18">
  8. <tr>
  9. <td width="16"
  10. style="background-image: url('Style/Blue/T_Top_LR.gif'); background-position: 0px 0px"></td>
  11. <td width="300"
  12. style="background-image: url('Style/Blue/T_Top_Bg.gif'); background-position: 0px 0px">
  13. </td>
  14. <td width="448" align="right"
  15. style="background-image: url('Style/Blue/T_Top_Bg.gif'); background-position: 0px 0px">
  16. <font class="SilverS12">传 智</font>
  17. </td>
  18. <td width="16"
  19. style="background-image: url('Style/Blue/T_Top_LR.gif'); background-position: right"></td>
  20. </tr>
  21. </table>
  22. </center>
  23. <center>
  24. <!--<table border="0" cellspacing="0" cellpadding="0" width="780" height="80">
  25.  <tr>
  26.   <td width="158" align="center"><a href="http://article.lre.cn/"><img border="0" src="Style/Blue/WebSiteLogo.jpg"></a></td>
  27.   <td width="622" align="center"><iframe id="baiduframe" marginwidth="0" marginheight="0" scrolling="no" framespacing="0" vspace="0" hspace="0" frameborder="0" width="580" height="60" style="border:1px solid #D5D5D5" src="http://unstat.baidu.com/bdun.bsc?tn=peonun_pg&cv=0&cid=1003122&csid=106&bgcr=ffffff&ftcr=000000&urlcr=0000ff&tbsz=230&sropls=1,2,3,4,5,6,7,9,10&kwgp=0"></iframe>
  28. </td>
  29.  </tr>
  30. </table>-->
  31. </center>
  32. <center>
  33. <table border="0" cellpadding="0" cellspacing="0" width="780"
  34. height="38">
  35. <tr>
  36. <td width="16"
  37. style="background-image: url('Style/Blue/T_Menu_LR.gif'); background-position: 0px 0px"></td>
  38. <td width="748"
  39. style="background-image: url('Style/Blue/T_Menu_Bg.gif'); background-position: 0px 0px"
  40. align="right">
  41. <table border="0" cellpadding="0" cellspacing="0" width=""
  42. height="22">
  43. <tr>
  44. <td width="" align="center" valign="bottom">
  45. <a href="index.do?method=index_show" class="WSMenu"><b>首页</b>
  46. </a>
  47. </td>
  48. <c:forEach items="${sort_list}" var="sort">
  49. <td width="16"
  50. style="background-image: url('Style/Blue/T_Menu_C.gif'); background-position: 0px 0px"></td>
  51. <td width="" align="center" valign="bottom">
  52. <a href="article.do?method=article_show_bysort&so_id=${sort.so_id }" class="WSMenu"><b>${sort.so_name }</b>
  53. </a>
  54. </td>
  55. </c:forEach>
  56. </tr>
  57. </table>
  58. </td>
  59. <td width="16"
  60. style="background-image: url('Style/Blue/T_Menu_LR.gif'); background-position: right"></td>
  61. </tr>
  62. </table>
  63. </center>