top.jsp

来自「信息发布 发布系统 动态的菜单 和 信息统计」· JSP 代码 · 共 33 行

JSP
33
字号
<%@ 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" >&nbsp&nbsp<%=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 + =
减小字号Ctrl + -
显示快捷键?