Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/scripts/viewport.jsp @ 1000:905cc67da916
Customize Look and Feel to styleguide of the bsh.
gnv/trunk@1201 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 11 Jun 2010 12:06:03 +0000 |
parents | f55692e3e0ce |
children | d0e0b562a4a6 |
comparison
equal
deleted
inserted
replaced
999:961c2c89a37c | 1000:905cc67da916 |
---|---|
5 <% | 5 <% |
6 boolean standalone = request.getParameter(MapClientStandaloneAction.MAPCLIENTSTANDALONE_KEY) != null && | 6 boolean standalone = request.getParameter(MapClientStandaloneAction.MAPCLIENTSTANDALONE_KEY) != null && |
7 request.getParameter(MapClientStandaloneAction.MAPCLIENTSTANDALONE_KEY).equals("true"); | 7 request.getParameter(MapClientStandaloneAction.MAPCLIENTSTANDALONE_KEY).equals("true"); |
8 MapService mapService = SessionModelFactory.getInstance().getSessionModel(request).getLocalMapService(); | 8 MapService mapService = SessionModelFactory.getInstance().getSessionModel(request).getLocalMapService(); |
9 %> | 9 %> |
10 OpenLayers.ImgPath = "images/ol/"; | |
10 OpenLayers.ProxyHost= "/cgi-bin/proxy.cgi?url="; | 11 OpenLayers.ProxyHost= "/cgi-bin/proxy.cgi?url="; |
11 OpenLayers.Lang.setCode('<%=SessionModelFactory.getInstance().getSessionModel(request).getCurrentLocale().getLanguage() %>'); | 12 OpenLayers.Lang.setCode('<%=SessionModelFactory.getInstance().getSessionModel(request).getCurrentLocale().getLanguage() %>'); |
12 Ext.BLANK_IMAGE_URL = "scripts/openlayers/OpenLayers-2.9/theme/default/img/blank.gif"; | 13 Ext.BLANK_IMAGE_URL = "scripts/openlayers/OpenLayers-2.9/theme/default/img/blank.gif"; |
13 | 14 |
14 /** | 15 /** |