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

📄 articlelist.jsp

📁 NONO一族J2EE新闻系统 采用了目前流行的J2EE技术
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" errorPage="" %>
<%@ include file="head.jsp" %>
</DIV>
<style type="text/css">
<!--
a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #3300FF;
	border-right-color: #3300FF;
	border-bottom-color: #3300FF;
	border-left-color: #3300FF;
}
-->
</style>

<TABLE cellSpacing=0 cellPadding=0 width=770 align=center 
background="images/bg01.gif" border=0 style="margin-top: -16">
  <TBODY>
  <TR>
    <TD vAlign=top height=179>
      <TABLE class=style cellSpacing=0 cellPadding=0 width=748 align=center 
      border=0>
        <TBODY>
        <TR>
          <%@ include file="left.jsp" %>     
          <TD width=10 height="100%">     
            <TABLE height="100%" cellSpacing=0 cellPadding=0 width=10      
            background="images/line.gif" border=0>     
              <TBODY>     
              <TR>     
              <TD>&nbsp;</TD></TR></TBODY></TABLE></TD>     
          <TD vAlign=top width=529 bgColor=#ffffff>     
            <TABLE height=10 cellSpacing=0 cellPadding=0 width=500 align=center      
            border=0>     
              <TBODY>     
              <TR>     
                <TD></TD></TR></TBODY></TABLE>     
            <TABLE height=25 cellSpacing=0 cellPadding=0 width=510 align=center      
            background="images/he.gif" border=0>     
              <TBODY>     
              <TR>     
                <TD width=510>     
                  <DIV align=left> &nbsp;&nbsp;&nbsp; <%
				  	int sortId2=-1;
					String sortName2="全部";
					try{
						try{
							String tmp=request.getParameter("sortId");
							//if(tmp==null)throw new  Exception();
						}catch(Exception ex){
							throw new  Exception();
						}
						sortId2=Integer.parseInt(request.getParameter("sortId"));
						
						if(sortId2==-1)
							throw new  Exception();
						
						sortName2=myNews.getSortNameBySortId(sortId2);
						out.print(sortName2);
					}
					catch(Exception ee){sortName2="全部";out.print(sortName2);}
		
	%><font size="2" color="#3399FF">
				  
				  </font></DIV></TD>            
              </TR></TBODY></TABLE>     
            <TABLE height=186 cellSpacing=0 cellPadding=0 width=480 align=center      
            border=0>     
              <TBODY>     
              <TR>     
                <TD height="186" valign="top">     
                   <DIV class=font><%@ include file="articleList_main.jsp" %></DIV></TD>     
                </TR></TBODY></TABLE>     
            </TD>
        </TR></TBODY></TABLE></TD></TR></TBODY></TABLE>                                       
                                       

<%@ include file="foot.htm" %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -