Mercurial > dive4elements > gnv-client
view gnv/src/main/webapp/WEB-INF/jsp/footer.jsp @ 1145:dfe1ac687c7f tip
added tags
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:16:15 +0200 |
parents | 28a0628b11b0 |
children |
line wrap: on
line source
<%-- Copyright (c) 2010 by Intevation GmbH This program is free software under the LGPL (>=v2.1) Read the file LGPL.txt coming with the software for details or visit http://www.gnu.org/licenses/ if it does not exist. --%> <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" language="java" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <table class="footerTable"> <tr> <td class="footerLine">© 2010 Bundesamt für Seeschifffahrt und Hydrographie</td> <td></td> </tr> <tr> <td colspan="2"> <table class="footerTableLinks"> <tr> <td align="left"></td> <td align="right"> <html:link styleClass="footerLineLinks" href="http://www.bsh.de"><bean:message key="gnviewer.footer.home"/></html:link> <font color="white">·</font> <html:link styleClass="footerLineLinks" href="mailto:"><bean:message key="gnviewer.footer.contact"/></html:link> <font color="white">·</font> <html:link styleClass="footerLineLinks" page="/imprint.do"><bean:message key="gnviewer.footer.about"/></html:link> </td> </tr> </table> </td> </tr> </table> <%--div style="clear: left; margin-top: 40px;"/--%>