Mercurial > dive4elements > gnv-client
annotate gnv/src/main/webapp/WEB-INF/jsp/wmsstandalone.jsp @ 1010:d0e0b562a4a6
Removed store.load()
gnv/trunk@1226 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Jun 2010 08:45:47 +0000 |
parents | de9a0b16e99f |
children | 28a0628b11b0 |
rev | line source |
---|---|
1007
de9a0b16e99f
Fixed some more XHTML-Mistakes
Tim Englich <tim.englich@intevation.de>
parents:
982
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
982
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
2 <html xmlns="http://www.w3.org/1999/xhtml"> |
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
3 <jsp:include page="/WEB-INF/jsp/includes/wms_header_inc.jsp" /> |
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
4 <body id="gnviewerbody"> |
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
5 <jsp:include page="/WEB-INF/jsp/includes/display_map_fullscreen_inc.jsp" /> |
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
6 </body> |
cd9414538f10
Added possibility to switch to FullScreen-Mode of the MapClient.
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
7 </html> |