Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 16:4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
gnv/trunk@99 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Wed, 16 Sep 2009 14:02:29 +0000 |
parents | 9719cbd1a23f |
children | 573655a161d7 |
comparison
equal
deleted
inserted
replaced
15:a52aecf5bb9b | 16:4ef6e4e9ef15 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
3 | |
4 <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" language="java" %> | |
5 <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> | |
6 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> | 3 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> |
7 <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> | 4 <html xhtml="true" locale="true"> |
8 <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %> | |
9 <html:html xhtml="true" locale="true"> | |
10 <head> | 5 <head> |
11 <title> | 6 <title> |
12 <bean:message key="gnviewer.app.title"/> | 7 <bean:message key="gnviewer.app.title"/> |
13 </title> | 8 </title> |
14 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | 9 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> |
18 <meta http-equiv="pragma" content="no-cache"/> | 13 <meta http-equiv="pragma" content="no-cache"/> |
19 <meta http-equiv="cache-control" content="no-cache"/> | 14 <meta http-equiv="cache-control" content="no-cache"/> |
20 <meta name="robots" content="noindex"/> | 15 <meta name="robots" content="noindex"/> |
21 <link href="styles/default.css" rel="stylesheet" type="text/css"/> | 16 <link href="styles/default.css" rel="stylesheet" type="text/css"/> |
22 <link href="styles/calendar-blue.css" rel="stylesheet" type="text/css"/> | 17 <link href="styles/calendar-blue.css" rel="stylesheet" type="text/css"/> |
23 <!--[if IE]> | |
24 <style type="text/css"> | |
25 #overlay { | |
26 filter:Alpha(opacity=50, finishopacity=50, style=2); | |
27 } | |
28 </style> | |
29 <![endif]--> | |
30 <script type="text/javascript" src="scripts/gnviewer.js"></script> | |
31 <script type="text/javascript" src="scripts/prototype.js"></script> | |
32 <script type="text/javascript" src="scripts/calendar.js"></script> | 18 <script type="text/javascript" src="scripts/calendar.js"></script> |
33 <script type="text/javascript" src="scripts/calendar-de.js"></script> | 19 <script type="text/javascript" src="scripts/calendar-de.js"></script> |
34 <script type="text/javascript" src="scripts/calendar-setup.js"></script> | 20 <script type="text/javascript" src="scripts/calendar-setup.js"></script> |
35 </head> | 21 </head> |
36 | 22 |
37 <body id="gnviewerbody"> | 23 <body id="gnviewerbody"> |
38 <div id="overlay"></div> | 24 <div id="overlay"></div> |
39 <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute"> | 25 <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute"> |
40 <div id="overlayContent"> | 26 <div id="overlayContent"> |
41 <p><bean:message key="gnviewer.productselection.overlay.title"/></p> | 27 <p> |
28 <bean:message key="gnviewer.productselection.overlay.title"/> | |
29 </p> | |
42 </div> | 30 </div> |
43 </div> | 31 </div> |
44 <div id="page"> | 32 <div id="page"> |
45 <tiles:insert attribute="header" ignore="true"/> | 33 <jsp:include page="header.jsp" /> |
46 <tiles:insert attribute="body" ignore="true"/> | 34 <jsp:include page="index.jsp" /> |
47 <tiles:insert attribute="footer" ignore="true"/> | 35 <jsp:include page="footer.jsp" /> |
48 </div> | 36 </div> |
49 </body> | 37 </body> |
50 </html:html> | 38 </html> |