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