header.jsp 717 B

1234567891011
  1. <%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
  2. <%@ taglib prefix="s" uri="http://sso.maxkey.org/tags" %>
  3. <title><s:Locale code="global.access.application"/></title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta http-equiv="pragma" content="no-cache">
  6. <meta http-equiv="cache-control" content="no-cache">
  7. <meta http-equiv="expires" content="0">
  8. <meta http-equiv="keywords" content="UUAM,Unified Users Authority Mangement,统一用户权限管理平台">
  9. <meta http-equiv="description" content="统一用户权限管理平台">
  10. <base href="<s:BasePath/>"/>
  11. <link rel="shortcut icon" type="image/x-icon" href="<s:Base />/images/favicon.ico"/>