ingo@719: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> ingo@719: <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> ingo@719: <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> ingo@719: ingo@719: <html xmlns="http://www.w3.org/1999/xhtml"> ingo@719: <head> ingo@719: <title> ingo@719: <bean:message key="gnviewer.app.title"/> ingo@719: </title> ingo@719: <link href="styles/gnv.css" rel="stylesheet" type="text/css"/> ingo@719: </head> ingo@719: ingo@719: <body id="gnviewerbody"> ingo@719: <div id="page"> ingo@719: <div id="headline"> ingo@719: <h1 class="headline">BSH Generischer Viewer</h1> ingo@719: </div> ingo@719: ingo@719: <br> ingo@719: ingo@719: <div id="headerElement"> ingo@719: <table class="headerTableLinks"> ingo@719: <tr> ingo@719: <td align="left"></td> ingo@719: <td align="right"> ingo@719: <html:link styleClass="headerLineLinks" page="/start.do"><bean:message key="gnviewer.header.restart"/></html:link> ingo@719: <font size="1.5em" color="white">·</font> ingo@719: <html:link styleClass="headerLineLinks" page="/info.do"><bean:message key="gnviewer.header.info"/></html:link> ingo@719: </td> ingo@719: </tr> ingo@719: </table> ingo@719: </div> ingo@719: <div id="contentElement" class="contentElement"> ingo@719: TODO: Info ingo@719: </div> ingo@719: <div id="footerElement"> ingo@719: <jsp:include page="footer.jsp" /> ingo@719: </div> ingo@719: </div> ingo@719: </body> ingo@719: </html>