view gnv/src/main/webapp/WEB-INF/jsp/footer.jsp @ 1022:28a0628b11b0

Added license file and license header. gnv/trunk@1258 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 02 Nov 2010 17:15:08 +0000
parents cfea6dacd52a
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">&middot;</font>
                        <html:link styleClass="footerLineLinks" href="mailto:"><bean:message key="gnviewer.footer.contact"/></html:link>
                        <font color="white">&middot;</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;"/--%>

http://dive4elements.wald.intevation.org