view 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 source
<%@ 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>
        <div id="urlbutton"><!-- Just a Comment --></div>
    </div>
    <div id="capgrid"><!-- Just a Comment --></div>
</div>
<div id="mapcontainer" style="width: 100%; height: 100%"><!-- Just a Comment --></div>

http://dive4elements.wald.intevation.org