%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="GBK"%> <%@ page import="com.yeejee.common.util.MessageResourcesUtil"%> <%@ page import="java.util.Locale"%> <%@ page import="com.yeejee.struts.company.util.CompanyUtil"%> <%@ page import="com.yeejee.struts.anet.util.ANetUtil"%> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %><%@ page import="com.yeejee.common.Constants"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> <%@ taglib uri="/WEB-INF/c.tld" prefix="c" %> <%@ include file="/jsp/ent/HeadConstants.jsp"%> <%if (Locale.US.equals(session.getAttribute("org.apache.struts.action.LOCALE"))) {%> <%@ include file="/jsp/ent/HeadConstantsEn.jsp"%> <%} else if(Locale.TRADITIONAL_CHINESE.equals(session.getAttribute("org.apache.struts.action.LOCALE"))) {%> <%@ include file="/jsp/ent/HeadConstantsTc.jsp"%> <%} else {%> <%@ include file="/jsp/ent/HeadConstantsSc.jsp"%> <%} %>
<%String yjtitle=MessageResourcesUtil.getMessage(request, "a.index.title");%> <%if(request.getAttribute(Constants.PageTitle)!=null){yjtitle=request.getAttribute(Constants.PageTitle).toString();}%>