header.jsp
来自「采用jsp编写的企业计量设备管理系统」· JSP 代码 · 共 81 行
JSP
81 行
<%@ include file="/common/taglibs.jsp"%>
<%-- Put constants into request scope --%>
<pgmm:constants scope="request"/>
<c:if test="${sessionScope.currentUserForm != null}">
<div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td height="84" valign="top" align="left">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="359" align="left"><img src="<c:url value="/images/logo.gif"/>" width="359" height="45"></td>
<td height="45">
<table align="right" valign="bottom">
<tr>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="359" align="left"><img src="<c:url value="/images/leftbar.gif"/>" width="359" height="39"></td>
<td align="left" bgcolor="336CA1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
</table>
</td>
<td align="right" valign="bottom" bgcolor="336CA1">
<img src="<c:url value="/images/topemail.gif"/>" width="50" height="20">
<html:link forward="editProfile"><img src="<c:url value="/images/topuserProfile.gif"/>" width="75" height="20"></html:link>
<img src="<c:url value="/images/topinformation.gif"/>" width="75" height="20">
</td>
<td width="40" align="right" bgcolor="336CA1"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="69" align="left" valign="top" background="images/b1.gif">
<table width="770" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><img src="<c:url value="/images/topbar.gif"/>" width="770" height="69"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="23" valign="top" align="right" background="<c:url value="/images/but_bg.gif"/>">
<table width="770" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" background="<c:url value="/images/but_bg.gif"/>">
<tr>
<td align="right">
<html:link forward="mainPage"><img src="<c:url value="/images/butmainpage.gif"/>" width="86" height="23"> </html:link>
<img src="<c:url value="/images/butmpm.gif"/>" width="86" height="23">
<img src="<c:url value="/images/spacer.gif"/>" width="15" height="23">
<html:link forward="mequipmentPage"><img src="<c:url value="/images/butmem.gif"/>" width="96" height="23"></html:link>
<img src="<c:url value="/images/spacer.gif"/>" width="15" height="23">
<img src="<c:url value="/images/butmam.gif"/>" width="96" height="23">
<img src="<c:url value="/images/spacer.gif"/>" width="15" height="23">
<img src="<c:url value="/images/butmsem.gif"/>" width="96" height="23">
<img src="<c:url value="/images/spacer.gif"/>" width="15" height="23">
<html:link forward="systemPage"><img src="<c:url value="/images/butsysman.gif"/>" width="86" height="23"></html:link>
<img src="<c:url value="/images/spacer.gif"/>" width="15" height="23">
<a href="<c:url value="/logout.jsp"/>"><img src="<c:url value="/images/butlogout.gif"/>" width="86" height="23"></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
</table>
</div>
</c:if>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?