Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 410:9602f4bffc07
Added statistic to the actions if available.
gnv/trunk@604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 13:58:30 +0000 |
parents | df78178e1180 |
children | 8e39c74f9fb6 |
comparison
equal
deleted
inserted
replaced
409:df78178e1180 | 410:9602f4bffc07 |
---|---|
1 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/action/ShowStatisticAction.java: This | |
4 action 'calculates' the statistic and shows the result in the gui. | |
5 | |
6 * src/main/webapp/WEB-INF/config/struts-config.xml: Added controller and | |
7 forwards. | |
8 | |
9 * src/main/webapp/images/statistics.png: Statistic icon. | |
10 | |
11 * src/main/webapp/WEB-INF/jsp/index.jsp, | |
12 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_statistics_inc.jsp, | |
13 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp, | |
14 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added symbol | |
15 in action box to show the statistic. | |
16 | |
17 * src/main/webapp/styles/default.css: Adjusted some parameter for a proper | |
18 placement of the statistic box. | |
19 | |
20 * src/main/resources/applicationMessages.properties, | |
21 src/main/resources/applicationMessages_en.properties: Added label for | |
22 statistic icon. | |
23 | |
1 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 24 2010-01-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: New action. | 26 * src/main/java/de/intevation/gnv/action/DescribeUIAction.java: New action. |
4 The only task of this action is to parse the describe document and create | 27 The only task of this action is to parse the describe document and create |
5 static and dynamic user interface out of it. | 28 static and dynamic user interface out of it. |