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> |