📄 top.jsp
字号:
<%@page import="com.primeton.eos.fbframe.fbrole.security.impl.*"%>
<%
String clickCurrentMenuPath = null;
clickCurrentMenuPath = request.getParameter("clickCurrentMenuPath");
if (clickCurrentMenuPath == null) clickCurrentMenuPath = "首页";
String webContext = request.getContextPath();
SessionCheckedResourceManager m = SessionCheckedResourceManager.getSessionInstance(request);
String menuscript=m.getDropMenuJavaScript();
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>EOS用户权限管理系统</title>
</head>
<LINK rel="stylesheet" href="/fbrole/main/dropmenu/css/dropmenu.css" type="text/css">
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%"><img src="/internet/images/logo.gif" width="221" height="44"></td>
<td width="80%"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
<td width="70"><a href="<%=webContext%>/fbrole/main/dropmenu/welcome.jsp" target="_top"><img src="/fbrole/image/home.gif" width="58" height="22" border="0"></a></td>
<td width="70"><a href="<%=webContext%>/fbrole/main/logout.jsp" target="_top"><img src="/fbrole/image/logout.gif" width="58" height="22" border="0"></a></td>
</tr>
</table></td>
</tr>
<tr >
<td colspan="2" align="left">
<%=menuscript%>
<script language=JavaScript src="/fbrole/main/dropmenu/scripts/dropmenu.js" type=text/javascript></script>
<script>
createmenubar();
</script>
</td>
</tr>
<tr><td colspan="2">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="outmenubar">
<tr><td><table border="0" cellspacing="0" cellpadding="0" width="100%" class="inmenubar">
<tr>
<td align="left" height="20"> 当前位置:<font id="clickMenuAddress"><%=clickCurrentMenuPath%></font></td>
<td align="right"><b>Welcome, <bean:write property="SessionEntity/userID" /> | From:<bean:write property="SessionEntity/remoteAddr" /></b> </td>
</tr>
</table></td></tr>
</table>
</td></tr>
</table>
<table width="100%" height="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="100%">
<table width="100%" height="99%" border="0" cellspacing="0" cellpadding="0" align="right">
<tr>
<td valign="top" >
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -