Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/info.jsp @ 719:3b70886b399b
Added jsp stubs for imprint and info and adjusted links in header and footer (issue225).
gnv/trunk@1000 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 27 Apr 2010 12:23:40 +0000 |
parents | |
children | de9a0b16e99f |
comparison
equal
deleted
inserted
replaced
718:5c36da3d9e17 | 719:3b70886b399b |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> | |
3 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> | |
4 | |
5 <html xmlns="http://www.w3.org/1999/xhtml"> | |
6 <head> | |
7 <title> | |
8 <bean:message key="gnviewer.app.title"/> | |
9 </title> | |
10 <link href="styles/gnv.css" rel="stylesheet" type="text/css"/> | |
11 </head> | |
12 | |
13 <body id="gnviewerbody"> | |
14 <div id="page"> | |
15 <div id="headline"> | |
16 <h1 class="headline">BSH Generischer Viewer</h1> | |
17 </div> | |
18 | |
19 <br> | |
20 | |
21 <div id="headerElement"> | |
22 <table class="headerTableLinks"> | |
23 <tr> | |
24 <td align="left"></td> | |
25 <td align="right"> | |
26 <html:link styleClass="headerLineLinks" page="/start.do"><bean:message key="gnviewer.header.restart"/></html:link> | |
27 <font size="1.5em" color="white">·</font> | |
28 <html:link styleClass="headerLineLinks" page="/info.do"><bean:message key="gnviewer.header.info"/></html:link> | |
29 </td> | |
30 </tr> | |
31 </table> | |
32 </div> | |
33 <div id="contentElement" class="contentElement"> | |
34 TODO: Info | |
35 </div> | |
36 <div id="footerElement"> | |
37 <jsp:include page="footer.jsp" /> | |
38 </div> | |
39 </div> | |
40 </body> | |
41 </html> |