head.jsp
上传用户:sami52198
上传日期:2010-02-11
资源大小:5174k
文件大小:2k
源码类别:

电子政务应用

开发平台:

MultiPlatform

  1. <jsp:useBean id="news" scope="page" class="com.rich.project.News.News" />
  2. <jsp:setProperty name="news" property="*" />
  3. <jsp:useBean id="pageCtl" scope="page" class="com.rich.project.pub.PageControl" />
  4. <html>
  5. <head>
  6. <title>乐趣工作室</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  8. <LINK href="../css/style.css" rel=stylesheet type=text/css>
  9. </head>
  10. <BODY leftMargin=5 topMargin=5>
  11. <TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=unnamed1 height=90 width=762>
  12.   <TR>
  13.    <TD width=193><IMG align=top src="images/guolian.gif"></TD>
  14.    <TD width="490" align=center><IMG border=0 height=60 src="../images/public/guanggao.gif" width=468></TD>
  15.    <TD align="center">
  16.      <br><A href="#" onclick='this.style.behavior="url(#default#homepage)";this.setHomePage("http://www.2rich.net")'>设为首页</A>
  17.       <p><A href="javascript:window.external.AddFavorite('http://www.2rich.net','乐趣工作室(www.2rich.net)')">加入收藏</A></p>
  18.    </TD>
  19.   </TR>
  20. </TABLE>
  21. <TABLE align=center border=0 cellPadding=0 cellSpacing=0 width=760>
  22.   <TR><TD bgColor=#000000 height=1></TD></TR>
  23.   <TR>
  24.     <!--change color #85b866 to #FFCC99-->
  25.     <TD height=18 width=100% bgColor=#FFCC99>
  26.       <TABLE align=center border=0 cellPadding=0 cellSpacing=0 height=20 width=91% bgColor=#FFFFc6>
  27.        <TBODY>
  28.         <TR align=middle>
  29.           <TD><a href=index.jsp>首 页</a></TD>
  30. <%
  31.     Vector m_vct = news.getBanner();
  32.     Vector n_list_vct=null;
  33.     int flag =0;
  34.     String boardParentID ="0";
  35.     String boardID ="0";
  36.     String newid="0";
  37.     String title = null;
  38.     String createdate = null;
  39.     Vector position=null;
  40.    if(m_vct!=null&&m_vct.size()>0)
  41.     {
  42.        for(int i=0;i<m_vct.size();i++)
  43.         {
  44.            Vector t_vct = (Vector)m_vct.get(i);
  45.            %>
  46.             <TD><a href=catalog.jsp?newscatalog=<%=t_vct.get(0)%>><%=new String(((String)t_vct.get(1)).getBytes("gb2312"),"ISO8859_1")%><!--%=t_vct.get(1)%--></a></TD>
  47.            <%
  48.         }
  49.     }
  50. %>
  51.           <TD><a href="../bbs/index.jsp" target="_blank">乐趣论坛</a></TD>
  52.          </TR>
  53.         </TBODY>
  54.       </TABLE>
  55.     </TD>
  56.   </TR>
  57.   <TR><TD bgColor=#000000 height=1></TD></TR>
  58.   <TR><TD height=1></TD></TR>
  59. </TABLE>