Mercurial > dive4elements > gnv-client
annotate gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 392:1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
gnv/trunk@535 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 13 Jan 2010 06:51:52 +0000 |
parents | b48172dc24ed |
children | d812c5b62eb4 |
rev | line source |
---|---|
14
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
3 <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %> |
16
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
14
diff
changeset
|
4 <html xhtml="true" locale="true"> |
14
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
5 <head> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
6 <title> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
7 <bean:message key="gnviewer.app.title"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
8 </title> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
9 <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
10 <meta http-equiv="Content-Script-Type" content="text/javascript"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
11 <meta http-equiv="Content-Style-Type" content="text/css"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
12 <meta http-equiv="Expires" content="Mon, 01 Jan 1990 00:00:01 GMT"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
13 <meta http-equiv="pragma" content="no-cache"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
14 <meta http-equiv="cache-control" content="no-cache"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
15 <meta name="robots" content="noindex"/> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
16 <link href="styles/default.css" rel="stylesheet" type="text/css"/> |
27
573655a161d7
Please-Wait Dialog from old Project reactivated.
Tim Englich <tim.englich@intevation.de>
parents:
16
diff
changeset
|
17 <script type="text/javascript" src="scripts/gnviewer.js"></script> |
291
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
18 <script type="text/javascript"> |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
19 function copy_demo_wkt_line() { |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
20 document.getElementById('mesh_linestring').value = |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
21 "LINESTRING (" + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
22 "0.4911 56.2489, " + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
23 "10.4464 58.1608, " + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
24 "12.2321 56.4127, " + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
25 "13.1250 54.8832, " + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
26 "15.4018 54.5008, " + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
27 "19.6875 56.4127, " + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
28 "20.6250 59.0349, " + |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
29 "28.1250 60.2640)"; |
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
30 } |
392
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
31 function copy_demo_wkt_polygon() { |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
32 document.getElementById('mesh_linestring').value = |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
33 "POLYGON ((" + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
34 " 3.619257904890151 60.124073114994786," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
35 " -0.0100024331643465 58.22749190607598," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
36 " 0.0602413153141276 54.73871906497843," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
37 " 1.0436537940127657 53.33384409540895," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
38 " 2.2612121009729846 52.13970037127489," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
39 " 3.619257904890151 52.116285788448735," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
40 " 4.789987046198053 53.544575340844375," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
41 " 6.358764095550643 54.15335449432448," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
42 " 8.021199476207865 54.10652532867217," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
43 " 7.904126562077074 55.62847321237244," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
44 " 8.021199476207865 57.22066484455119," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
45 " 9.496318194255823 57.478225255638925," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
46 " 9.941195267952825 57.876273163683614," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
47 " 10.877778580999147 57.73578566672666," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
48 " 10.760705666868358 57.05676276476808," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
49 " 10.526559838606776 56.75237318802803," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
50 " 11.228997323391518 56.28408153150487," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
51 " 10.620218169911409 55.815789874981704," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
52 " 11.346070237522309 55.2070107215016," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
53 " 12.235824384916315 55.97969195476481," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
54 " 12.306068133394788 56.61188569107108," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
55 " 11.55680148295773 57.73578566672666," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
56 " 10.924607746651462 58.64895439694683," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
57 " 10.47973067295446 58.906514808034565," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
58 " 9.777293188169718 58.57871064846835," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
59 " 8.466076549904868 57.85285858085746," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
60 " 7.014372414683068 57.45481067281277," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
61 " 5.937301604679798 58.04017524346672," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
62 " 4.930474543155002 59.11724605346999," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
63 " 4.602670383588789 59.70261062412394," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
64 " 4.5324266351103155 59.91334186955937," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
65 " 4.321695389674892 59.889927286733204," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
66 " 4.064134978587155 59.81968353825473," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
67 " 3.619257904890151 60.10065853216863," + |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
68 " 3.619257904890151 60.124073114994786))"; |
1b8fd2635ce4
Added wkt polygon to test the "Horizontalschnitt"
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
291
diff
changeset
|
69 } |
291
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
70 </script> |
14
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
71 </head> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
72 |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
73 <body id="gnviewerbody"> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
74 <div id="overlay"></div> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
75 <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute"> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
76 <div id="overlayContent"> |
16
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
14
diff
changeset
|
77 <p> |
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
14
diff
changeset
|
78 <bean:message key="gnviewer.productselection.overlay.title"/> |
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
14
diff
changeset
|
79 </p> |
14
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
80 </div> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
81 </div> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
82 <div id="page"> |
16
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
14
diff
changeset
|
83 <jsp:include page="header.jsp" /> |
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
14
diff
changeset
|
84 <jsp:include page="index.jsp" /> |
4ef6e4e9ef15
Intergate the new Pageinfrastructure into the old Layout
Tim Englich <tim.englich@intevation.de>
parents:
14
diff
changeset
|
85 <jsp:include page="footer.jsp" /> |
14
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
86 </div> |
9719cbd1a23f
Import of MainLayout, Styles, images and Scripts from old System Revision: 3101 Does not compile
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
87 </body> |
291
b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
27
diff
changeset
|
88 </html> |