|
|
|
@ -1,7 +1,14 @@
|
|
|
|
|
<%@attribute name="title" required="false" %>
|
|
|
|
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
|
|
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
|
|
<c:set var="url">${pageContext.request.requestURL}</c:set>
|
|
|
|
|
<base href="${fn:substring(url, 0, fn:length(url) - fn:length(pageContext.request.requestURI))}${pageContext.request.contextPath}/" />
|
|
|
|
|
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<title>OpenID Connect - ${title}</title>
|
|
|
|
|
<meta name="description" content="">
|
|
|
|
|