header.jsp
来自「SSH示范」· JSP 代码 · 共 24 行
JSP
24 行
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ include file="/WEB-INF/include/taglib.jsp"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="jstlc" %>
<jstlc:set var="contextPath" value="${pageContext.request.contextPath}"/>
<html>
<body leftmargin="1" topmargin="0" rightmargin="0">
<table width="100%" border="0" align="center" cellpadding="0"
cellspacing="0" background="<c:url value="./images/menu/top_bg.gif"/>">
<tr>
<td align="left"><FONT color="#3e5190"><bean:message key="welcome.title" /></FONT> <FONT color="blue" size="2">(<bean:message key="prompt.operator" /><bean:write name="current_username"/>)</FONT></td>
<td align="right" valign="middle">
<img src="<c:url value="./images/menu/top_line1.gif"/>" ><a href="${contextPath}/index.do" target="body" style="FONT-SIZE: 12px;"> <bean:message key="top.index"/> </a>
<img src="<c:url value="./images/menu/top_line1.gif"/>" ><a href="http://www.hao-se.cn" target="_blank" style="FONT-SIZE: 12px;"> <bean:message key="top.about"/> </a>
<img src="<c:url value="./images/menu/top_line1.gif"/>" ><a href="${contextPath}/logoutAction.do?method=submit" target='_parent' style="FONT-SIZE: 12px;"> <bean:message key="top.logout"/> </a>
</td>
<td align="right"><img src="<c:url value="./images/menu/top_line2.gif"/>"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?