Mercurial > dive4elements > gnv-client
annotate gnv/src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp @ 994:541ff0db1b12
Added the informations about how the WMS which was published during the
Workflow to the GUI
gnv/trunk@1195 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 11 Jun 2010 08:08:33 +0000 |
parents | cd9414538f10 |
children | 28a0628b11b0 |
rev | line source |
---|---|
982
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
979
diff
changeset
|
1 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%> |
994
541ff0db1b12
Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents:
982
diff
changeset
|
2 <jsp:include page="display_wms_basic_informations.jsp" /> |
982
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
979
diff
changeset
|
3 <div> |
994
541ff0db1b12
Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents:
982
diff
changeset
|
4 <p align="right"> |
982
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
979
diff
changeset
|
5 <a target="blank" href="<%=response.encodeURL("mapclient.do?uid="+System.currentTimeMillis())%>"><bean:message key="gnvview.mapclient.fullscreen"/></a> |
994
541ff0db1b12
Added the informations about how the WMS which was published during the
Tim Englich <tim.englich@intevation.de>
parents:
982
diff
changeset
|
6 </p> |
982
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
979
diff
changeset
|
7 </div> |
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
979
diff
changeset
|
8 <br/> |
979
96db238fc5ab
Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents:
975
diff
changeset
|
9 <div id="cap" style="height: 100%; width: 100%; overflow: auto"> |
975
5779220ebb80
Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents:
971
diff
changeset
|
10 <div id="remoteinput"> |
979
96db238fc5ab
Fixed bug that the 'Add Layer'-Button was not correctly displayed if a new WMS-Capabilities-Document was loaded.
Tim Englich <tim.englich@intevation.de>
parents:
975
diff
changeset
|
11 <div id="urlinput" style="width: 96%"><!-- Just a Comment --></div> |
975
5779220ebb80
Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents:
971
diff
changeset
|
12 <div id="urlbutton"><!-- Just a Comment --></div> |
5779220ebb80
Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents:
971
diff
changeset
|
13 </div> |
5779220ebb80
Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents:
971
diff
changeset
|
14 <div id="capgrid"><!-- Just a Comment --></div> |
5779220ebb80
Added functionality to read WMS-Capabilities-Documents
Tim Englich <tim.englich@intevation.de>
parents:
971
diff
changeset
|
15 </div> |
982
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
979
diff
changeset
|
16 <div id="mapcontainer" style="width: 100%; height: 100%"><!-- Just a Comment --></div> |