top.jsp 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <%--
  2. Licensed to Jasig under one or more contributor license
  3. agreements. See the NOTICE file distributed with this work
  4. for additional information regarding copyright ownership.
  5. Jasig licenses this file to you under the Apache License,
  6. Version 2.0 (the "License"); you may not use this file
  7. except in compliance with the License. You may obtain a
  8. copy of the License at the following location:
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing,
  11. software distributed under the License is distributed on an
  12. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  13. KIND, either express or implied. See the License for the
  14. specific language governing permissions and limitations
  15. under the License.
  16. --%>
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  18. <%@ page session="true" %>
  19. <%@ page pageEncoding="UTF-8" %>
  20. <%@ page contentType="text/html; charset=UTF-8" %>
  21. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  22. <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
  23. <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
  24. <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
  25. <spring:theme code="mobile.custom.css.file" var="mobileCss" text="" />
  26. <html>
  27. <head>
  28. <title>CAS &#8211; Central Authentication Service</title>
  29. <c:if test="${not empty requestScope['isMobile'] and not empty mobileCss}">
  30. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
  31. <meta name="apple-mobile-web-app-capable" content="yes" />
  32. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  33. <!--<link type="text/css" rel="stylesheet" media="screen" href="<c:url value="/css/fss-framework-1.1.2.css" />" />
  34. <link type="text/css" rel="stylesheet" href="<c:url value="/css/fss-mobile-${requestScope['browserType']}-layout.css" />" />
  35. <link type="text/css" rel="stylesheet" href="${mobileCss}" />-->
  36. </c:if>
  37. <link type="text/css" rel="stylesheet" href="<c:url value="${customCssFile}" />" />
  38. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  39. <link rel="icon" href="<c:url value="/favicon.ico" />" type="image/x-icon" />
  40. <script src="<c:url value="/static/js/jquery-1.11.1.js" />"></script>
  41. <link rel="stylesheet" type="text/css" href="<c:url value="/css/style.css" />"/>
  42. </head>
  43. <body id="cas" class="fl-theme-iphone">
  44. <div class="flc-screenNavigator-view-container">
  45. <div class="fl-screenNavigator-view">
  46. <div id="header" class="flc-screenNavigator-navbar fl-navbar fl-table">
  47. <h1 id="company-name"></h1><br><br>
  48. </div>
  49. <div id="content" style="TEXT-ALIGN: center">