<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <%@page import="com.ccgj.platform.util.GlobalDefine"%> <%@page import="java.io.File"%> <%@taglib uri="/struts-tags" prefix="s"%> <%@page import="com.opensymphony.xwork2.ActionContext"%> <%@ page import="com.ccgj.database.beans.YHB"%> <%String fpath = "D:/";%> 管理员---导航主页 <% String id=""; String name=""; if(ActionContext.getContext().getSession().get(GlobalDefine.USER) != null){ YHB yhbBean = (YHB) ActionContext.getContext().getSession().get(GlobalDefine.USER); id = yhbBean.getId().toString(); name = yhbBean.getYhmc().toString().trim(); }else{ out.print(""); return; } %>
首页 | 个人中心 | 退出