src/main/webapp/WEB-INF/jsp/site.jsp

changeset 304
12f696cc7905
parent 289
d702bdd4da51
child 307
23fe9f174d2d
equal deleted inserted replaced
303:4c5342255263 304:12f696cc7905
67 <!DOCTYPE html> 67 <!DOCTYPE html>
68 <html> 68 <html>
69 <head> 69 <head>
70 <base href="${baseHref}"> 70 <base href="${baseHref}">
71 <title> 71 <title>
72 LightPIT 72 <c:if test="${empty pageTitle}">LightPIT</c:if>
73 <c:if test="${not empty pageTitle}"> - <c:out value="${pageTitle}"/></c:if> 73 <c:out value="${pageTitle}"/>
74 </title> 74 </title>
75 <meta charset="UTF-8"> 75 <meta charset="UTF-8">
76 <c:if test="${not empty redirectLocation}"> 76 <c:if test="${not empty redirectLocation}">
77 <meta http-equiv="refresh" content="0; URL=${redirectLocation}"> 77 <meta http-equiv="refresh" content="0; URL=${redirectLocation}">
78 </c:if> 78 </c:if>

mercurial