| 28 <%@page import="de.uapcore.lightpit.Constants" %> | 28 <%@page import="de.uapcore.lightpit.Constants" %> | 
| 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 <%-- Make the base href easily available at request scope --%> | 
|  | 34 <c:set scope="request" var="baseHref" value="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}${pageContext.request.contextPath}/" /> | 
|  | 35 | 
| 33 <%-- Define an alias for the request path --%> | 36 <%-- Define an alias for the request path --%> | 
| 34 <c:set scope="page" var="requestPath" value="${requestScope[Constants.REQ_ATTR_PATH]}"/> | 37 <c:set scope="page" var="requestPath" value="${requestScope[Constants.REQ_ATTR_PATH]}"/> | 
| 35 | 38 | 
| 36 <%-- Define an alias for the main menu --%> | 39 <%-- Define an alias for the main menu --%> | 
| 37 <c:set scope="page" var="mainMenu" value="${requestScope[Constants.REQ_ATTR_MENU]}"/> | 40 <c:set scope="page" var="mainMenu" value="${requestScope[Constants.REQ_ATTR_MENU]}"/> |