📄 top.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ page import="com.xuntian.material.util.Constants" %>
<%@ page import="com.xuntian.material.bean.UserBean"%>
<%@ include file="/jsp/_plugin/taglib.jsp"%>
<%
String path=(String)request.getAttribute("baseinfo.orag.item");
%>
<html>
<head>
<title>top</title>
<xt:style />
<xt:meta />
<base target="mainFrame">
</head>
<body bgcolor="#EEEEEE" background="">
<table width="100%" border="0" cellpadding="0" cellspacing="10">
<tr align="right" valign="middle">
<td colspan="2">
您好,<%=((UserBean)session.getAttribute(Constants.SESSION_USER)).getUserRealname()%>
[<a href="<%=request.getContextPath()%>/Login.do?method=logout" target="_top">登出</a>]
[<a href="<%=request.getContextPath()%>/Login.do?method=baseinfo" target="mainFrame">我的基本信息</a>]
[<a href="<%=request.getContextPath()%>/Login.do?method=password" target="mainFrame">我的密码</a>]
</td>
</tr>
<tr>
<td align="left" >  <%=path%></td>
<td align="right" width="250" >[<a href="<%=request.getContextPath()%>/QuaryMsg.do?method=head">信息查询</a>] [<a href="<%=request.getContextPath()%>/BaseInfoItem.do?method=list">栏目管理</a>] [<a href="<%=request.getContextPath()%>/BaseInfoUser.do?method=list">用户管理</a>] </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -