Mercurial > dive4elements > gnv-client
comparison gnv/ChangeLog @ 583:2f3d885fed09
Adjusted http requests and appended a new parameter export mode to 'out'-xml document to choose between svg, pdf or image exports.
gnv/trunk@725 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 02 Mar 2010 14:55:29 +0000 |
parents | b8ea9383d285 |
children | b31e81f35b64 |
comparison
equal
deleted
inserted
replaced
582:b8ea9383d285 | 583:2f3d885fed09 |
---|---|
1 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/artifactdatabase/client/ArtifactDatabaseClient.java, | |
4 src/main/java/de/intevation/gnv/artifactdatabase/client/DefaultArtifactDatabaseClient.java: | |
5 Added export mode to 'out'-xml document. | |
6 | |
7 * src/main/java/de/intevation/gnv/action/DoOutputAction.java, | |
8 src/main/java/de/intevation/gnv/action/DoExportAction.java: Call | |
9 'doOutput' for triggering an output like chart, histogram, csv or odv with | |
10 a new parameter export mode which contains the export format (img, pdf, | |
11 svg). | |
12 | |
13 * src/main/webapp/WEB-INF/jsp/includes/display_histogram_options_inc.jsp, | |
14 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_options_inc.jsp, | |
15 src/main/webapp/WEB-INF/jsp/includes/display_histogram_inc.jsp, | |
16 src/main/webapp/WEB-INF/jsp/includes/display_diagramm_inc.jsp, | |
17 src/main/webapp/WEB-INF/jsp/includes/display_export_inc.jsp: Added export | |
18 mode to HTTP-Get requests. | |
19 | |
1 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 20 2010-03-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 21 |
3 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: | 22 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: |
4 Implemented a One-Step-Back-History. The user is able to step back to | 23 Implemented a One-Step-Back-History. The user is able to step back to |
5 the last state and to the state for choosing the fis. | 24 the last state and to the state for choosing the fis. |