📄 header.jsp
字号:
<!--
Copyright 2006 Borys Burnayev
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<html:html>
<head>
<TITLE>
RDA PetStore Header
</TITLE>
</head>
<body background="images/bkg-topbar.gif" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<html:form action="/searchProducts" target="content">
<table width="100%">
<tr>
<td>
<html:link page="/pages/Home.jsp" target="content">
<html:img page="/pages/images/rdapetstore.gif" alt="RDA Logo" border="0" />
</html:link>
</td>
<td align="right">
<html:text property="keyword" />
<html:image src="images/search.gif" alt="Search" />
</td>
<td align="right">
<html:link page="/pages/MaintainCart.jsp" target="content">
<html:img src="images/cart.gif" border="0" />
</html:link>
<FONT color=white size=2>
|
</FONT>
<logic:present name="account">
<html:link action="/maintainAccount" target="content">
<html:img src="images/editaccount.gif" alt="Update Account" border="0" />
</html:link>
<FONT color=white size=2>
|
</FONT>
<html:link action="/signOut" target="content">
<html:img src="images/signout.gif" alt="Sign Out" border="0" />
</html:link>
</logic:present>
<logic:notPresent name="account">
<html:link action="/signInWelcome" target="content">
<html:img src="images/SignIn.gif" alt="Sign In" border="0" />
</html:link>
</logic:notPresent>
<FONT color=white size=2>
|
</FONT>
<html:link target="content" page="/pages/Help.jsp">
<html:img page="/pages/images/help.gif" alt="Help" border="0" />
</html:link>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -