diff gnv/src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp @ 982:cd9414538f10

Added possibility to switch to FullScreen-Mode of the MapClient. gnv/trunk@1161 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 07 Jun 2010 09:54:47 +0000
parents 96db238fc5ab
children 541ff0db1b12
line wrap: on
line diff
--- a/gnv/src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp	Fri Jun 04 12:03:12 2010 +0000
+++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp	Mon Jun 07 09:54:47 2010 +0000
@@ -1,3 +1,8 @@
+<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean"%>
+<div>
+  <a target="blank" href="<%=response.encodeURL("mapclient.do?uid="+System.currentTimeMillis())%>"><bean:message key="gnvview.mapclient.fullscreen"/></a>
+</div>
+<br/>
 <div id="cap" style="height: 100%; width: 100%; overflow: auto">
     <div id="remoteinput">
         <div id="urlinput" style="width: 96%"><!-- Just a Comment --></div>
@@ -5,4 +10,4 @@
     </div>
     <div id="capgrid"><!-- Just a Comment --></div>
 </div>
-<div id="mapcontainer" style="width: 400px; height: 400px"><!-- Just a Comment --></div>
\ No newline at end of file
+<div id="mapcontainer" style="width: 100%; height: 100%"><!-- Just a Comment --></div>
\ No newline at end of file

http://dive4elements.wald.intevation.org