# HG changeset patch # User Tim Englich # Date 1265721221 0 # Node ID 0fc9cd280f1e34b0daceedb5e9b3216c744fa52e # Parent 4df3347d6d1dce11d0a0ccdc08868f0d17efff47 Integrated an Textarea so that is possible to manipulate the XML-Document which simulates the MapViewer-Interface-Body. gnv/trunk@669 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4df3347d6d1d -r 0fc9cd280f1e gnv/ChangeLog --- a/gnv/ChangeLog Tue Feb 09 13:09:45 2010 +0000 +++ b/gnv/ChangeLog Tue Feb 09 13:13:41 2010 +0000 @@ -1,3 +1,11 @@ +2010-02-09 Tim Englich + + * src/main/webapp/styles/default.css: + Added some stylinginformation for the Textarea for the XML-Document. + * src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp: + Integrated an Textarea so that is possible to manipulate the XML-Document + which simulates the MapViewer-Interface-Body. + 2010-02-09 Tim Englich * src/main/java/de/intevation/gnv/action/mapviewer/MapViewerCallAction.java (execute): diff -r 4df3347d6d1d -r 0fc9cd280f1e gnv/src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp --- a/gnv/src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp Tue Feb 09 13:09:45 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp Tue Feb 09 13:13:41 2010 +0000 @@ -1,28 +1,45 @@ -
+
" method="post">
Kartenviewer Request - + - - - - - + + + + + + + + - - - - + + + + + + + + + + + + + + + + EPSG:4324 POINT(8.6 56.0) - "/> + +
diff -r 4df3347d6d1d -r 0fc9cd280f1e gnv/src/main/webapp/styles/default.css --- a/gnv/src/main/webapp/styles/default.css Tue Feb 09 13:09:45 2010 +0000 +++ b/gnv/src/main/webapp/styles/default.css Tue Feb 09 13:13:41 2010 +0000 @@ -77,6 +77,10 @@ width: 250px; } +textarea.mapviewer { + width: 450px; +} + input.textinput { width: 250px; }