top.jsp 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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 language="java" session="false" %>
  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. <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
  26. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  27. <head>
  28. <title><spring:message code="${pageTitle}" text="Logged Out" /></title>
  29. <meta name="version" content="<%=org.jasig.cas.CasVersion.getVersion()%>" />
  30. <link rel="icon" href="<c:url value="../favicon.ico" />" type="image/x-icon" />
  31. <link rel="stylesheet" href="<c:url value="/css/services/cas.css" />" type="text/css" />
  32. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
  33. <script type="text/javascript" src="<c:url value="/js/cas.js" />"></script>
  34. <script type="text/javascript" src="<c:url value="/js/MyInfusion.js" />"></script>
  35. <script type="text/javascript" src="<c:url value="/js/services.js" />"></script>
  36. <style type="text/css">
  37. #nav-main #${pageTitle} span {
  38. background:#fff;
  39. color: #000;
  40. }
  41. </style>
  42. </head>
  43. <body id="${pageTitle}-body">
  44. <div id="header">
  45. <div id="nav-system">
  46. <ul
  47. ><li><a href="logout.html" title="logout of current session"><spring:message code="management.services.link.logout" /></a></li
  48. ></ul>
  49. </div>
  50. <p id="tagline"><spring:message code="application.title" /></p>
  51. <h1 id="app-name"><spring:message code="management.services.title" /></h1>
  52. </div>
  53. <div id="nav-main">
  54. <ul
  55. ><li><a id="addServiceView" href="add.html"><span><spring:message code="addServiceView" /></span></a></li
  56. ><li><a id="manageServiceView" href="manage.html"><span><spring:message code="manageServiceView" /></span></a></li
  57. ><li><a id="viewStatisticsView" href="viewStatistics.html"><span><spring:message code="viewStatisticsView" /></span></a></li
  58. ></ul>
  59. </div>
  60. <!-- CONTENT -->
  61. <div id="content">
  62. <h1><spring:message code="${pageTitle}" text="Logged Out" /></h1>