diff gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 694:271ec4d11a9f

Changed the whole design of the application regarding the bsh styleguide. gnv/trunk@925 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 13 Apr 2010 16:44:30 +0000
parents 734e8301c9ea
children 883b366e3b15
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp	Tue Apr 13 12:10:15 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp	Tue Apr 13 16:44:30 2010 +0000
@@ -68,9 +68,16 @@
         </div>
     </div>
     <div id="page">
-        <jsp:include page="header.jsp" />
-         <jsp:include page="index.jsp" />
-        <jsp:include page="footer.jsp" />
+        <div id="headerElement">
+            <jsp:include page="header.jsp" />
+        </div>
+        <div id="contentElement" class="contentElement bgblue2">
+            <jsp:include page="index.jsp" />
+         </div>
+         <br>
+         <div id="footerElement">
+            <jsp:include page="footer.jsp" />
+        </div>
     </div>
     </body>
 </html>

http://dive4elements.wald.intevation.org