📄 frametop.jsp
字号:
<%@page contentType="text/html; charset=GB2312"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<link href="${pageContext.request.contextPath }/css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="540">
<img src="${pageContext.request.contextPath }/images/sys_top.gif" width="540" height="47" />
</td>
<td background="${pageContext.request.contextPath }/images/sys_top_bg1.gif">
</td>
</tr>
<tr>
<td height="20" colspan="2" background="${pageContext.request.contextPath }/images/sys_top_bg2.gif">
<div align="right">
<a href="${pageContext.request.contextPath }/common/FrameMenuJC.jsp" target="leftFrame">基础信息管理</a> |
<a href="FrameMenuSB.jsp" target="leftFrame">技术部管理</a> |
<a href="FrameMenuSB.jsp" target="leftFrame">综合管理部管理</a> |
<a href="FrameMenuXT.jsp" target="leftFrame">系统管理</a> |
退出系统 |
</div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -