<%-- $HeadURL$ --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> deegree iGeoPortal print view <% String file = (String)request.getAttribute( "ImageSource" ); Integer width = (Integer)request.getAttribute( "ImageWidth" ); Integer height = (Integer)request.getAttribute( "ImageHeight" ); int h = 0; int w = 500; if ( file != null ) { double d = width.doubleValue()/500d; h = (int)(height.doubleValue()/d); } %> print cancel
<% if ( file != null ) { %> <% } %>