blog_header.jsp
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:4k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <%@ page import="cn.js.fan.util.*"%>
  3. <%@ page import="cn.js.fan.web.*"%>
  4. <%@ taglib uri="/WEB-INF/tlds/LabelTag.tld" prefix="lt" %>
  5. <link href="common.css" rel="stylesheet" type="text/css">
  6. <table width="1004"  border="0" align="center" cellpadding="0" cellspacing="0">
  7.   <tr>
  8.     <td height="6" bgcolor="#5C8098"></td>
  9.   </tr>
  10. </table>
  11. <table width="1004"  border="0" align="center" cellpadding="0" cellspacing="0">
  12.   <tr>
  13.     <td height="6" bgcolor="#FFFFFF"><table width="892" border="0" align="center" cellpadding="0" cellspacing="0">
  14.       <tr>
  15.         <td rowspan="2" valign="bottom"><img src="images/PIC1.jpg" width="288" height="50" /></td>
  16.         <form>
  17.           <td height="35" align="right"><table width="84%"  border="0" cellspacing="0" cellpadding="0">
  18.             <tr  align="center">
  19.               <td width="9%" title="<lt:Label res="res.label.blog.frame" key="set_first_page"/>"><a href="#" onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://<%=Global.server%>:<%=Global.port%>/blog/index.jsp');"><img src="images/ico_001.gif" width="15" height="14" border="0" /></a></td>
  20. <%
  21. String str = SkinUtil.LoadString(request,"res.label.blog.frame", "blog_title");
  22. str = StrUtil.format(str, new Object[] {Global.AppName});
  23. %>             
  24.   <td  width="10%" title="<lt:Label res="res.label.blog.frame" key="collection"/>"><a href="javascript:window.external.addFavorite('http://<%=Global.server%>:<%=Global.port%>/blog/index.jsp','<%=str%>');"><img src="images/add.gif" width="15" height="13" border="0" /></a></td>
  25.               <td width="9%" title="<lt:Label res="res.label.blog.frame" key="link_m"/>"><a href="mailto:<%=Global.email%>"><img src="images/pinned_topic_icon.gif" width="18" height="12" border="0" /></a></td>
  26.             </tr>
  27.           </table></td>
  28.         </form>
  29.       </tr>
  30.       <tr>
  31.         <td height="25" align="right">&nbsp;</td>
  32.         <div style=" text-align:center;display:none;border:1px; width:54px; solid #000000;background-color:#FFFFCC;font-size:12px;position:absolute;padding:2;" id="altlayer"></div>
  33.       </tr>
  34.     </table></td>
  35.   </tr>
  36. </table>
  37. <!-- 导航条 -->
  38. <table width="1004"  border="0" align="center" cellpadding="0" cellspacing="0">
  39.   <tr >
  40.     <td height="30" valign="top" bgcolor="#FFFFFF"><table width="892" border="0" align="center" cellpadding="0" cellspacing="0">
  41.       <tr>
  42.         <td height="24">&nbsp;</td>
  43.         <td style="PADDING-top: 4px;CURSOR: hand" width="80" align="center" class="line4" onmouseover="this.style.backgroundColor='E1E7C7'" onmouseout="this.style.backgroundColor=''"><a href="index.jsp"><lt:Label res="res.label.blog.frame" key="first_page"/><a></td>
  44.         <td width="1" align="center"></td>
  45.         <td style="PADDING-top: 4px;CURSOR: hand" width="80" align="center" class="line4" onmouseover="this.style.backgroundColor='E1E7C7'" onmouseout="this.style.backgroundColor=''"><a href="../forum/index.jsp"><lt:Label res="res.label.blog.frame" key="forum"/><a></td>
  46.         <td width="1" align="center"></td>
  47.         <td style="PADDING-top: 4px;CURSOR: hand" width="80" align="center" class="line4" onmouseover="this.style.backgroundColor='#C7E5CC'" onmouseout="this.style.backgroundColor=''"><a href="listmsg.jsp"><lt:Label res="res.label.blog.frame" key="log"/></a></td>
  48.         <td width="1" align="center"></td>
  49.         <td style="PADDING-top: 4px;CURSOR: hand" width="80" align="center" class="line4" onmouseover="this.style.backgroundColor='#E7CBE5'" onmouseout="this.style.backgroundColor=''"><a href="listblogphoto.jsp"><lt:Label res="res.label.blog.frame" key="album"/></a></td>
  50.         <td width="1" align="center"></td>
  51.         <td style="PADDING-top: 4px;CURSOR: hand" width="79" align="center" class="line4" onmouseover="this.style.backgroundColor='#CBE7E5'" onmouseout="this.style.backgroundColor=''" ><a href="listblog.jsp"><lt:Label res="res.label.blog.frame" key="blog"/></a></td>
  52.         <td width="1" align="center"></td>
  53.         <td style="PADDING-top: 4px;CURSOR: hand" width="96" align="center" class="line4" onmouseover="this.style.backgroundColor='#D6D6EE'" onmouseout="this.style.backgroundColor=''" ><a href="<%=Global.getRootPath()%>"><%=Global.AppName%></a> </td>
  54.       </tr>
  55.     </table></td>
  56.   </tr>
  57. </table>