⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 morenews2_6.jsp

📁 基于JAVA的学生就业信息网 实现对信息浏览 检索 审核 修改和删除
💻 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">
		 <c:if test="${type!='8'}">
		 <tr>
        <td height="140" align="left" valign="top"  ><img src="images/type/<c:out value="${type}"/>.gif" width="599" height="140"></td>
      </tr>
	  </c:if>
      <tr>
        <td height="29" bgcolor="#e11a13" style="padding-left:35px"><span class="body STYLE1">您的位置:<a href="index.html" class="menu1">首页</a> 〉<c:out value="${sort.sortname}"/></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">&nbsp;</td>
                  <td width="506" valign="bottom"><img src="images/index-1_28.gif" width="21" height="20" /><img src="images/type/below_<c:out value="${type}"/>.gif"  /></td>
                  <td width="50" valign="bottom">&nbsp;</td>
                  <td width="7" valign="bottom">&nbsp;</td>
                </tr>
                <tr height="2">
                  <td></td>
                  <td colspan="2" bgcolor="#E11A13"></td>
                  <td></td>
                </tr>
                <tr>
                  <td colspan="4">&nbsp;</td>
                </tr>
                <tr>
                  <td colspan="4">
				  <c:forEach  var="news" items="${newslist}">
				  <table border="1" width="97%" cellspacing="0" cellpadding="0" bordercolor="#e1e1e1">
                      <tr>
                        <td colspan="2" rowspan="4" align="center" valign="middle" class="nomal"><p><img src="upload/<c:out value="${news.newsPic}"/>" width="130" height="92" /></p></td>
                        <td width="83" class="nomal">发布时间</td>
                        <td width="137" class="nomal"><c:out value="${news.newsdate}"/></td>
                        <td width="54" class="nomal"><p>点击量</p></td>
                        <td width="49" colspan="3" class="nomal"><c:out value="${news.newsdj}"/></td>
                        </tr>
                      <tr>
                        <td colspan="6" class="nomal">
						 <a href="shownews.do?id=<c:out value="${news.id}"/>" class="list" style="padding-left:18pt"><c:out value="${news.newstext}" escapeXml="false" /></a>
						</td>
                        </tr>
                      <tr>
                        <td colspan="6" class="nomal" align=right><a href="<c:out value="${news.newsbz}"/>" target="_blank" >相关链接</a></td>
                        </tr>
                      
                    </table>
                      <br />
                      <br />
					  </c:forEach>
					</td>
                </tr>
                <tr>
                  <td colspan="4">&nbsp;</td>
                </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
      <tr>      </tr>
	  <tr>
          <td>&nbsp;</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 + -