%@ page contentType="text/html" pageEncoding="UTF-8"%>
<%@ page import = "java.util.List,java.util.Map,com.hcwy.bean.Menu"%>
<%@ page import = "com.hcwy.bean.Card,com.hcwy.bean.Message"%>
<%
String contextPath = request.getContextPath();
String leftBanner = (String)request.getAttribute("leftBanner");
String rightBanner = (String)request.getAttribute("rightBanner");
String leftBannerType = (String)request.getAttribute("leftBannerType");
String rightBannerType = (String)request.getAttribute("rightBannerType");
String topLeftB = (String)request.getAttribute("topLeftB");
String topRightB = (String)request.getAttribute("topRightB");
List topMenu = (List)request.getAttribute("topMenu");
List msgList = (List)request.getAttribute("msgList");
String name = request.getAttribute("name")==null?"":(String)request.getAttribute("name");
String subName = (String)request.getAttribute("subName")==null?"":(String)request.getAttribute("subName");
String title = (String)request.getAttribute("title");
String keywords = (String)request.getAttribute("keywords");
String description = (String)request.getAttribute("description");
String username = "";
if(!"".equals(request.getSession().getAttribute("USERNAME"))&&request.getSession().getAttribute("USERNAME")!=null)
{
username=(String)request.getSession().getAttribute("USERNAME");
}
com.hcwy.service.LinkService links = new com.hcwy.service.LinkService();
java.util.List lList = (java.util.List)links.getLinkList();
%>
<%=title%>
<%if((!"".equals(leftBanner)&&leftBanner!=null)&&(!"".equals(rightBanner)&&rightBanner!=null)){%>
<%}%>
Navigation
|
|
|
|
<%
if(!"".equals(name)&&name!=null){out.println(name);}%>
<% if(!"".equals(subName)&&subName!=null){out.println(">>"+subName);}%>
|
<%@ include file="/user/cardList.jsp"%>
|
|
|
Greeting Messages
|
|
|
|
|