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

📄 includetop.jsp

📁 相信大家不会很陌生的
💻 JSP
字号:
<%@ taglib uri="struts-logic" prefix="logic" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="/WEB-INF/MultiPages.tld" prefix="MultiPages" %>
<%@ page contentType="text/html; charset=UTF-8" %>

<html><head>
<title>
J道:
<bean:parameter id="title" name="title" value=" " />
<bean:write name="title" />
</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<link rel="stylesheet" href="jivejdon.css" type="text/css">
</head>

<body bgcolor="#ffffff"
 link="#000000"
 vlink="#000000"
 alink="#000000"
  marginheight="0" marginwidth="0" topmargin="3" >


<table bgcolor="#707070"
 cellpadding="1" cellspacing="0" border="0" width="100%">
<tr><td>
<table bgcolor="#eeeeee"
 cellpadding="0" cellspacing="0" border="0" width="100%">
        <tr>
          <td rowspan="2">
          <table cellpadding="6">
              <tr>
                <td> <a href="http://www.jdon.com"><a href="http://www.jdon.com/" ><img src="http://www.jdon.com/images/jdon.gif" width="110" height="55" alt="Community Forums" border="0"></a></a>
                </td>
              </tr>
            </table></td>
         <td align="center" valign="middle">


           </td>
        </tr>
</table>
</td>
        </tr>
</table>


<table  cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>

<td align="right">
                <font class="-2" face="verdana,arial,sans-serif" color="#666666">
                <img src="images/01.gif" width="25" height="20"><a href="http://www.jdon.com/">Jdon首页</a>

                | <a href="http://www.jdon.com/trainning.htm"  target="_blank">培训咨询</a>

                | <a href="http://www.jdon.com/jdonframework/" target="_blank"> Jdon框架</a>
                | <img src="images/03.gif" width="23" height="20"><a href="http://www.jdon.com/communication.htm" target="_blank">精华贴</a>
                  |                   
<logic:notPresent name="accountForm" scope="session">
  <html:link page="/forum/signonForm.shtml">
  <img border="0" name="img_signin" src="../images/login.gif" />登陆</html:link>
</logic:notPresent>
                  | 
<logic:present name="accountForm" scope="session">
  <logic:equal name="accountForm" property="authenticated" value="true" scope="session">

     <html:link page="/forum/editAccountForm.shtml?action=edit" paramId="userId" paramName="accountForm" paramProperty="userId">
      <img border="0" name="img_myaccount" src="../images/04.gif" />修改注册资料</html:link>
                  | 
     <html:link page="/forum/signoff.shtml?method=signoff"><img src="images/logout.gif" width="17" height="17" alt="退出" border="0">退出</html:link>
  </logic:equal>
</logic:present>
                  | 
      <html:form method="post" action="/forum/searchMessages.shtml">
        <input name="keyword" size="14" />&nbsp;<input border="0" src="../images/search.gif" type="image" />搜索
      </html:form>
                  
 </font>

</td></tr>
</table>


<!-- Support for non-traditional but simple message -->
<logic:present name="message">
  <b><font color="BLUE"><bean:write name="message" /></font></b>
</logic:present>

<!-- Support for non-traditional but simpler use of errors... -->
<logic:present name="errors">
  <logic:iterate id="error" name="errors">
    <B><FONT color=RED>
      <BR><bean:write name="error" />
    </FONT></B>
  </logic:iterate>
</logic:present>

⌨️ 快捷键说明

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