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

changeset 77
192298f8161f
parent 74
91d1fc2a3a14
child 78
bb4c52bf3439
equal deleted inserted replaced
76:82f71fb1758a 77:192298f8161f
67 <html> 67 <html>
68 <head> 68 <head>
69 <base href="${baseHref}"> 69 <base href="${baseHref}">
70 <title>LightPIT - 70 <title>LightPIT -
71 <fmt:bundle basename="${moduleInfo.bundleBaseName}"> 71 <fmt:bundle basename="${moduleInfo.bundleBaseName}">
72 <fmt:message key="${moduleInfo.titleKey}"/> 72 <fmt:message key="pageTitle"/>
73 </fmt:bundle> 73 </fmt:bundle>
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}">

mercurial