📄 top.jsp
字号:
<%@ page contentType = "text/html;charset=GBK"%>
<%@ taglib uri="/WEB-INF/tag.tld" prefix="tag" %>
<html>
<head>
<title></title>
<link href="<%=request.getContextPath()%>/css/commonPage.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body leftmargin="0" topmargin="0" style="background: url('../images/bar2.jpg');">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height='100%'>
<tr>
<td width=85% background="../images/top_bg_gd.gif" style="background-repeat:no-repeat;">
</td>
<!--
<td width=50%>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="60">
<param name="movie" value="<%=request.getContextPath()%>/images/banner.swf">
<param name="quality" value="high">
<embed src="<%=request.getContextPath()%>/advert/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="60">
</embed>
</object>
</td>
-->
<td style="background: url('../images/bar2.jpg');">
<img src="../images/editpass.gif" width="20" height="20" align="absmiddle">
<a href="<%=request.getContextPath()%>/updatepassord.jsp" target="main">修改密码</a><br>
<img src="../images/phone.gif" width="20" height="19" align="absmiddle">
<a href="<%=request.getContextPath()%>/contactus.jsp" target="main">联系我们</a><br><img src="../images/exit.gif" width="17" height="17" align="main">
<!--
<a href="<%=request.getContextPath()%>/system/common/LogoutAction.jsp">退出系统</a>
-->
<a href="Javascript:top.close()">退出系统</a>
<br><br>
欢迎 <tag:attr source="User" attr="sysUser.username" /> 登录
</td>
</tr>
<tr>
<td colspan=3 height="4" bgcolor="#4F578A"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -