| | |
| | | <%@ 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"> |
| | | <spring:theme code="mobile.custom.css.file" var="mobileCss" text="" /> |
| | | <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> |
| | | <html xmlns="http://www.w3.org/1999/xhtml" lang="de"> |
| | | <head> |
| | | <title>Hostsharing - Central Authentication Service (CAS)</title> |
| | | <c:choose> |
| | | <c:when test="${not empty requestScope['isMobile'] and not empty mobileCss}"> |
| | | <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> |
| | | <meta name="apple-mobile-web-app-capable" content="yes" /> |
| | | <meta name="apple-mobile-web-app-status-bar-style" content="black" /> |
| | | <link type="text/css" rel="stylesheet" media="screen" href="<c:url value="/css/fss-framework-1.1.2.css" />" /> |
| | | <link type="text/css" rel="stylesheet" href="<c:url value="/css/fss-mobile-${requestScope['browserType']}-layout.css" />" /> |
| | | <link type="text/css" rel="stylesheet" href="${mobileCss}" /> |
| | | </c:when> |
| | | <c:otherwise> |
| | | <link type="text/css" rel="stylesheet" href="<spring:theme code="standard.custom.css.file" />" /> |
| | | <script type="text/javascript" src="js/common_rosters.js"></script> |
| | | </c:otherwise> |
| | | </c:choose> |
| | | <link rel="icon" href="<c:url value="/themes/hostsharing/favicon.ico" />" type="image/x-icon" /> |
| | | <link type="text/css" rel="stylesheet" href="themes/hostsharing/cas.css" /> |
| | | <link rel="icon" href="themes/hostsharing/favicon.ico" type="image/x-icon" /> |
| | | <script type="text/javascript" src="js/common_rosters.js"></script> |
| | | </head> |
| | | <body id="cas" onload="init();" class="fl-theme-iphone"> |
| | | <div class="flc-screenNavigator-view-container"> |
| | | <div class="fl-screenNavigator-view"> |
| | | <div id="logo"> |
| | | </div> |
| | | <div id="header" class="flc-screenNavigator-navbar fl-navbar fl-table"> |
| | | <h1 id="app-name" class="fl-table-cell">Hostsharing - Central Authentication Service (CAS)</h1> |
| | | </div> |
| | | <div id="content" class="fl-screenNavigator-scroll-container"> |
| | | <body onload="init();"> |
| | | <div id="page"> |
| | | <div id="logo"> |
| | | </div> |
| | | <div id="header"> |
| | | <h1 id="app-name">Hostsharing - Central Authentication Service (CAS)</h1> |
| | | </div> |
| | | <div id="content"> |