?? news1.jsp
字號:
<%@ page contentType="text/html;charset=GBK" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>北京科技大學就業信息網</title>
<link href="main.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" src="mm_menu.js"></script>
</head>
<body topmargin="0">
<%@include file="/indextop.jsp" %>
<table width="800" border="0" align="center" cellpadding="0"cellspacing="1" bgcolor="#e1e1e1" style="border-top:2px solid white">
<tr>
<td width="200" height="230" bgcolor="#F9F9F9" valign="top">
<%@include file="/indexleft.jsp" %>
</td>
<td width="600" bgcolor="#FFFFFF" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="29" bgcolor="#e11a13" style="padding-left:35px"><span class="body STYLE1">您的位置:<a href="index.html" class="menu1">首頁</a> 〉
<c:if test="${sort.id!=250}">
<a href="morenews.do?sort=<c:out value="${sort.id}"/>"" class="menu1">
<c:out value="${sort.sortname}"/>
</a>
</c:if>
<c:if test="${sort.id==250}">
<c:out value="${sort.sortname}"/>
</c:if>
〉<c:out value="${news.newstlt}"/></span> </td>
</tr>
<tr>
<td><table width="100%" cellspacing="0" cellpadding="0" style="border:10px solid white">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0" height="40">
<tr>
<form action="search.do" method="post">
<td style="padding-left:0px">
<%@include file="/link.jsp" %>
</td>
</form>
</tr>
</table></td>
</tr>
<tr>
<td><table width="99%" cellspacing="0" cellpadding="0" style="border:1px solid #e1e1e1">
<tr>
<td width="9" height="27" valign="bottom"> </td>
<td width="506" valign="bottom"><img src="images/index-1_28.gif" width="21" height="20" />
<c:if test="${news.type=='8'}">
<img src="images/index-1_33.gif" width="56" height="20">
</c:if>
<c:if test="${news.type!='8'}">
<img src="images/company4_03.gif" width="101" height="22" />
</c:if></td>
<td width="50" valign="bottom"> </td>
<td width="7" valign="bottom"> </td>
</tr>
<tr height="2">
<td></td>
<td colspan="2" bgcolor="#E11A13"></td>
<td></td>
</tr>
<tr>
<td colspan="4"><p align="center" class="STYLE3"><strong><br><c:out value="${news.newstlt}"/></br></strong></p></td>
</tr>
<tr>
<td colspan="4">
<p align="center"><br>發布時間:<c:out value="${news.newsdate}"/> 點擊量:<c:out value="${news.newsdj}"/><br></br></p>
<c:out value="${news.newstext}" escapeXml="false"></c:out>
</td></tr>
<tr>
<td colspan="4" ><font class="body" style="padding-left:18pt"><br> 其它熱門新聞:</font><br>
<c:forEach var="news" items="${rmnews}">
<a href="shownews.do?id=<c:out value="${news.id}"/>" class="list" style="padding-left:18pt"><c:out value="${news.newstlt}"/></a><br>
</c:forEach></td>
</tr>
<tr>
<td align="center" colspan="4"><a href="javascript:self.close()" class="list" >【關閉】</a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr> </tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="1" bgcolor="#e1e1e1"></td>
</tr>
<tr height="100">
<td><iframe frameborder="0" width="599" height="100"src="foot.html" scrolling="no"></iframe></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -