⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.jsp

📁 CAS在Tomcat中实现单点登录项目,单点登录(Single Sign On , 简称 SSO )是目前比较流行的服务于企业业务整合的解决方案之一
💻 JSP
字号:
<%@ page language="java"  session="false" %><%@ page pageEncoding="UTF-8" %><%@ page contentType="text/html; charset=UTF-8" %><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %><%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %><%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>  <title><spring:message code="${pageTitle}" text="Logged Out" /></title>  <meta name="version" content="<%=org.jasig.cas.CasVersion.getVersion()%>" />  <link rel="stylesheet" href="../css/services/cas.css" type="text/css" media="screen" />  <script type="text/javascript" src="../js/common_rosters.js"></script>  <style type="text/css">  #nav-main #${pageTitle} span {      background:#fff;      color: #000;  }  </style>  <style type="text/css">@media screen {    div#container {width:100%; min-width:952px; margin:0; padding:0;}    table#headerTable {width:100%; min-width:952px; background:#999; margin:0; padding:0; border:0; border-collapse:collapse;}    div.tableWrapper {width:100%; min-width:952px; max-height:250px; overflow:auto; overflow-x:hidden;}        table#scrollTable {width:100%; min-width:935px;}            table#scrollTable thead {display:none;}                table#headerTable th, table#scrollTable td {padding:0 5px; border:0;}                table#scrollTable td {text-align:left; border-bottom:1px solid #eee;}                table#headerTable th {height:38px; border:0 !important;}                th.th1, td.td1 {width:200px; overflow:hidden;}                th.th2, td.td2 {overflow:hidden;}                th.th3, td.td3 {width:50px}                th.th4, td.td4 {width:70px}                th.th5, td.td5 {width:50px}                th.th6, td.td6 {width:70px; text-align:right !important;}                th.th7, td.td7 {width:102px; text-align:right !important;}                td.td7 {width:85px;}				.hint {margin-left:9.5em; margin-bottom:1em; line-height:1.5;}				.actions {margin:1.5em 0;}				#allowedAttributes {height:150px;}								}}</style><!--[if IE]><style type="text/css">* html button {padding:0; width:0; overflow:visible;}* html .fieldset-inner {padding:1em;}* html fieldset {position:relative; padding:0; margin:4em 0 0;}* html legend {margin:0; padding:0; position:relative; top:-0.5em; margin-bottom:-0.5em;} td.td7 {width:85px; padding-right:22px !important;} div.tableWrapper {xoverflow-y:scroll;} * html td.td7 {width:102px; padding-right:5px !important; text-align:left !important;} * html table#scrollTable {margin-right:-17px;} * html div.tableWrapper {width:auto; height:250px;}</style><![endif]--></head><body id="${pageTitle}-body"><div id="header">  <div id="nav-system">    <ul      ><li><a href="logout.html" title="logout of current session"><spring:message code="management.services.link.logout" /></a></li    ></ul>  </div>  <p id="tagline"><spring:message code="application.title" /></p>  <h1 id="app-name"><spring:message code="management.services.title" /></h1></div><div id="nav-main">  <ul    ><li><a id="addServiceView" href="add.html"><span><spring:message code="addServiceView" /></span></a></li    ><li><a id="manageServiceView" href="manage.html"><span><spring:message code="manageServiceView" /></span></a></li  ></ul></div><!-- CONTENT --><div id="content">  <h1><spring:message code="${pageTitle}" text="Logged Out" /></h1>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -