📄 banner.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<table width="960" border="0">
<tr>
<td width="472" height="69"><html:link href="index.jsp"><html:img width="464" height="83" border="0" src="image/logo.jpg"/></html:link></td>
<td width="219"> </td>
<td width="108"><div align="center">
<html:link action="orderAction">
<html:img width="25" height="23" border="0" src="image/gouwu1.gif"/><BR>
<bean:message key="prompt.myCart"/></div>
</html:link></td>
<html:link href="queryForm.html">
<html:img width="25" height="23" border="0" src="image/search.gif"/>
<bean:message key="prompt.query"/></div>
</html:link></td>
<html:link href="index.jsp">
<html:img width="25" height="23" border="0" src="image/home.gif"/><BR>
<bean:message key="prompt.home"/></div>
</html:link></td>
<logic:notPresent name="user" scope="session">
<td width="60"><div align="center"><html:link href="login.jsp"><html:img width="24" height="21" border="0" src="image/logon.gif"/><BR>
<bean:message key="prompt.logon"/></html:link></div></td>
</logic:notPresent>
<logic:present name="user" scope="session">
<td width="60"><div align="center"><html:link action="/logoffAction"><html:img width="24" height="21" border="0" src="image/logoff.gif"/><BR>
<bean:message key="prompt.logoff"/></html:link></div></td>
<td width="58"> </td>
</logic:present>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -