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@694: <html>
ingo@694:     <table class="footerTable">
ingo@694:         <tr>
ingo@694:             <td class="footerLine">© 2010 Bundesamt für Seeschifffahrt und Hydrographie</td>
ingo@694:             <td></td>
ingo@694:         </tr>
ingo@694:         <tr>
ingo@694:             <td colspan="2">
ingo@694:                 <table class="footerTableLinks">
ingo@694:                     <tr>
ingo@694:                         <td align="left"></td>
ingo@694:                         <td align="right">
ingo@694:                             <a class="footerLineLinks" href=""><bean:message key="gnviewer.footer.home"/></a>
ingo@694:                             <font size="1.5em" color="white">&middot;</font>
ingo@694:                             <a class="footerLineLinks" href=""><bean:message key="gnviewer.footer.contact"/></a>
ingo@694:                             <font size="1.5em" color="white">&middot;</font>
ingo@694:                             <a class="footerLineLinks" href=""><bean:message key="gnviewer.footer.about"/></a>
ingo@694:                         </td>
ingo@694:                     </tr>
ingo@694:                 </table>
ingo@694:             </td>
ingo@694:         </tr>
ingo@694:     </table>
ingo@694: </html>
ingo@694: <%--div style="clear: left; margin-top: 40px;"/--%>