view gnv/src/main/webapp/WEB-INF/jsp/includes/display_map_inc.jsp @ 986:d3e0f505f50c

Customize Look and Feel of the Mapclient to the css of this project. gnv/trunk@1172 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 08 Jun 2010 12:44:06 +0000
parents cd9414538f10
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