Header und Footer editierbar gemacht
[website] / src / main / webapp / WEB-INF / templates / footer.jsp
diff --git a/src/main/webapp/WEB-INF/templates/footer.jsp b/src/main/webapp/WEB-INF/templates/footer.jsp
new file mode 100644 (file)
index 0000000..25d4ea3
--- /dev/null
@@ -0,0 +1,8 @@
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>
+<s:url var="base" value="/" />
+<li class="f" id="copyright">© <strong>mo</strong> 2013</li>
+<li class="f"><a class="f" href="${base}contact.html">Contact</a></li>
+<li class="f"><a class="f" href="${base}impressum.html">Impressum</a></li>