tim@15: <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" language="java" %> tim@15: <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> tim@15: <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> tim@15: <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ingo@978: <table class="footerTable"> ingo@978: <tr> ingo@978: <td class="footerLine">© 2010 Bundesamt für Seeschifffahrt und Hydrographie</td> ingo@978: <td></td> ingo@978: </tr> ingo@978: <tr> ingo@978: <td colspan="2"> ingo@978: <table class="footerTableLinks"> ingo@978: <tr> ingo@978: <td align="left"></td> ingo@978: <td align="right"> ingo@978: <html:link styleClass="footerLineLinks" href="http://www.bsh.de"><bean:message key="gnviewer.footer.home"/></html:link> ingo@978: <font color="white">·</font> ingo@978: <html:link styleClass="footerLineLinks" href="mailto:"><bean:message key="gnviewer.footer.contact"/></html:link> ingo@978: <font color="white">·</font> ingo@978: <html:link styleClass="footerLineLinks" page="/imprint.do"><bean:message key="gnviewer.footer.about"/></html:link> ingo@978: </td> ingo@978: </tr> ingo@978: </table> ingo@978: </td> ingo@978: </tr> ingo@978: </table> ingo@694: <%--div style="clear: left; margin-top: 40px;"/--%>