Mercurial > dive4elements > gnv-client
diff gnv/ChangeLog @ 710:5f29bfeb61bd
Improved the design and layout of the user interface.
gnv/trunk@980 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Sun, 25 Apr 2010 21:05:44 +0000 |
parents | 68d0fba6f23e |
children | e021b07b4d71 |
line wrap: on
line diff
--- a/gnv/ChangeLog Fri Apr 23 14:57:32 2010 +0000 +++ b/gnv/ChangeLog Sun Apr 25 21:05:44 2010 +0000 @@ -1,3 +1,24 @@ +2010-04-25 Ingo Weinzierl <ingo_weinzierl@web.de> + + * src/main/webapp/styles/gnv.css: A new style class. Most of this is copied + from default.css but a lot of content which is not used anymore has been + removed. + + * src/main/webapp/WEB-INF/jsp/index.jsp: Restructuring. The parameter panel + and the content div container are placed in a table row now. Very wide + html elements in the content div container don't break the layout anymore. + + * src/main/webapp/WEB-INF/jsp/wmslayout.jsp: Moved html elements to render + OpenLayers into index.jsp. Removed JavaScript code to adjust layout. + + * src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp: + Added style class to the table that contains the chart options. + + * src/main/webapp/WEB-INF/jsp/mainlayout.jsp: Removed JavaScript code to + adjust layout. + + * src/main/webapp/scripts/jquery-1.4.2.min.js: Removed. Not used anymore. + 2010-04-23 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue225