index_top.jsp
上传用户:yunfeng252
上传日期:2022-07-23
资源大小:12403k
文件大小:3k
- <%@ page contentType="text/html;charset=UTF-8"%>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
- <link type="text/css" rel="stylesheet" href="Style/Style.css">
- <link type="text/css" rel="stylesheet" href="Style/Blue/Style.css">
- <center>
- <table border="0" cellpadding="0" cellspacing="0" width="780"
- height="18">
- <tr>
- <td width="16"
- style="background-image: url('Style/Blue/T_Top_LR.gif'); background-position: 0px 0px"></td>
- <td width="300"
- style="background-image: url('Style/Blue/T_Top_Bg.gif'); background-position: 0px 0px">
-
- </td>
- <td width="448" align="right"
- style="background-image: url('Style/Blue/T_Top_Bg.gif'); background-position: 0px 0px">
- <font class="SilverS12">传 智</font>
- </td>
- <td width="16"
- style="background-image: url('Style/Blue/T_Top_LR.gif'); background-position: right"></td>
- </tr>
- </table>
- </center>
- <center>
- <!--<table border="0" cellspacing="0" cellpadding="0" width="780" height="80">
- <tr>
- <td width="158" align="center"><a href="http://article.lre.cn/"><img border="0" src="Style/Blue/WebSiteLogo.jpg"></a></td>
- <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>
- </td>
- </tr>
- </table>-->
- </center>
- <center>
- <table border="0" cellpadding="0" cellspacing="0" width="780"
- height="38">
- <tr>
- <td width="16"
- style="background-image: url('Style/Blue/T_Menu_LR.gif'); background-position: 0px 0px"></td>
- <td width="748"
- style="background-image: url('Style/Blue/T_Menu_Bg.gif'); background-position: 0px 0px"
- align="right">
- <table border="0" cellpadding="0" cellspacing="0" width=""
- height="22">
- <tr>
- <td width="" align="center" valign="bottom">
- <a href="index.do?method=index_show" class="WSMenu"><b>首页</b>
- </a>
- </td>
-
- <c:forEach items="${sort_list}" var="sort">
- <td width="16"
- style="background-image: url('Style/Blue/T_Menu_C.gif'); background-position: 0px 0px"></td>
- <td width="" align="center" valign="bottom">
- <a href="article.do?method=article_show_bysort&so_id=${sort.so_id }" class="WSMenu"><b>${sort.so_name }</b>
- </a>
- </td>
- </c:forEach>
-
- </tr>
- </table>
- </td>
- <td width="16"
- style="background-image: url('Style/Blue/T_Menu_LR.gif'); background-position: right"></td>
- </tr>
- </table>
- </center>