universe@13: <%-- universe@13: DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. universe@13: universe@180: Copyright 2021 Mike Becker. All rights reserved. universe@13: universe@13: Redistribution and use in source and binary forms, with or without universe@13: modification, are permitted provided that the following conditions are met: universe@13: universe@13: 1. Redistributions of source code must retain the above copyright universe@13: notice, this list of conditions and the following disclaimer. universe@13: universe@13: 2. Redistributions in binary form must reproduce the above copyright universe@13: notice, this list of conditions and the following disclaimer in the universe@13: documentation and/or other materials provided with the distribution. universe@13: universe@13: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" universe@13: AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE universe@13: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE universe@13: DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE universe@13: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL universe@13: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR universe@13: SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER universe@13: CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, universe@13: OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE universe@13: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. universe@13: --%> universe@39: <%@page contentType="text/html" pageEncoding="UTF-8" trimDirectiveWhitespaces="true" %> universe@13: <%@page import="de.uapcore.lightpit.Constants" %> universe@13: <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> universe@13: <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> universe@13: <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> universe@13: universe@46: <%-- Make the base href easily available at request scope --%> universe@71: universe@46: universe@198: <%-- The feed URL for this page. --%> universe@198: universe@198: universe@45: <%-- Define an alias for the request path --%> universe@45: universe@45: universe@109: <%-- Define an alias for the navigation menu --%> universe@96: universe@71: universe@74: <%-- Define an alias for the content page name --%> universe@74: universe@13: universe@47: <%-- Define an alias for the optional redirect location --%> universe@47: universe@47: universe@13: <%-- Define an alias for the additional stylesheet --%> universe@13: universe@13: universe@180: <%-- Load resource bundle --%> universe@195: universe@180: universe@78: universe@13: universe@13: universe@71: universe@71: universe@180: <fmt:message key="app.title"/> universe@71: universe@71: universe@47: universe@71: universe@71: universe@199: universe@199: universe@199: universe@71: universe@163: universe@199: universe@163: universe@71: universe@71: universe@71: universe@71: universe@96:
universe@96: universe@96:
universe@199: <%@include file="../jspf/navmenu.jspf" %> universe@96:
universe@96:
universe@96:
class="sidebar-spacing"> universe@197: universe@71:
universe@71:
universe@71: universe@13: