Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
693:d4d1eb56d725 | 694:271ec4d11a9f |
---|---|
66 </p> | 66 </p> |
67 </p> | 67 </p> |
68 </div> | 68 </div> |
69 </div> | 69 </div> |
70 <div id="page"> | 70 <div id="page"> |
71 <jsp:include page="header.jsp" /> | 71 <div id="headerElement"> |
72 <jsp:include page="index.jsp" /> | 72 <jsp:include page="header.jsp" /> |
73 <jsp:include page="footer.jsp" /> | 73 </div> |
74 <div id="contentElement" class="contentElement bgblue2"> | |
75 <jsp:include page="index.jsp" /> | |
76 </div> | |
77 <br> | |
78 <div id="footerElement"> | |
79 <jsp:include page="footer.jsp" /> | |
80 </div> | |
74 </div> | 81 </div> |
75 </body> | 82 </body> |
76 </html> | 83 </html> |