Mercurial > dive4elements > river
comparison gwt-client/src/main/webapp/FLYS.html @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-client/src/main/webapp/FLYS.html@5efd9be6b2cd |
children | a35da155865f |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
1 <!doctype html> | |
2 <!-- The DOCTYPE declaration above will set the --> | |
3 <!-- browser's rendering engine into --> | |
4 <!-- "Standards Mode". Replacing this declaration --> | |
5 <!-- with a "Quirks Mode" doctype may lead to some --> | |
6 <!-- differences in layout. --> | |
7 | |
8 <html> | |
9 <head> | |
10 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
11 | |
12 <meta name="gwt:property" content="locale=de"> | |
13 | |
14 <!-- --> | |
15 <!-- Consider inlining CSS to reduce the number of requested files --> | |
16 <!-- --> | |
17 <link type="text/css" rel="stylesheet" href="FLYS.css"> | |
18 | |
19 <!-- --> | |
20 <!-- Any title is fine --> | |
21 <!-- --> | |
22 <title>FLYS-3.0</title> | |
23 | |
24 <!-- --> | |
25 <!-- This script loads your compiled module. --> | |
26 <!-- If you add any GWT meta tags, they must --> | |
27 <!-- be added before this line. --> | |
28 <!-- --> | |
29 <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> | |
30 | |
31 <!-- TODO We should NOT include OpenLayers from remote. --> | |
32 <script type="text/javascript" language="javascript" src="OpenLayers-2.11/OpenLayers.js"></script> | |
33 </head> | |
34 | |
35 <!-- --> | |
36 <!-- The body can have arbitrary html, or --> | |
37 <!-- you can leave the body empty if you want --> | |
38 <!-- to create a completely dynamic UI. --> | |
39 <!-- --> | |
40 <body style="margin:0px"> | |
41 | |
42 <!-- OPTIONAL: include this if you want history support --> | |
43 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> | |
44 | |
45 <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> | |
46 <noscript> | |
47 <div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif"> | |
48 Your web browser must have JavaScript enabled | |
49 in order for this application to display correctly. | |
50 </div> | |
51 </noscript> | |
52 | |
53 <div id="app"></div> | |
54 </body> | |
55 </html> |