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

changeset 308
7b5f6dd8dad6
parent 307
23fe9f174d2d
child 311
bf67e0ff7131
equal deleted inserted replaced
307:23fe9f174d2d 308:7b5f6dd8dad6
29 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 29 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
30 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> 30 <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
31 <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> 31 <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
32 32
33 <%-- Version suffix for forcing browsers to update the CSS / JS files --%> 33 <%-- Version suffix for forcing browsers to update the CSS / JS files --%>
34 <c:set scope="page" var="versionSuffix" value="20240730"/> 34 <c:set scope="page" var="versionSuffix" value="20240731"/>
35 35
36 <%-- Make the base href easily available at request scope --%> 36 <%-- Make the base href easily available at request scope --%>
37 <c:set scope="page" var="baseHref" value="${requestScope[Constants.REQ_ATTR_BASE_HREF]}"/> 37 <c:set scope="page" var="baseHref" value="${requestScope[Constants.REQ_ATTR_BASE_HREF]}"/>
38 38
39 <%-- The feed URL for this page. --%> 39 <%-- The feed URL for this page. --%>

mercurial