Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/FLYS.html @ 797:cc3f481e9484
Introduced GwtOpenLayers to bring up maps.
flys-client/trunk@2314 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 08 Jul 2011 14:56:02 +0000 |
parents | cda0662a03d2 |
children | 17e7d5e437fb |
comparison
equal
deleted
inserted
replaced
796:cd8603aaa730 | 797:cc3f481e9484 |
---|---|
25 <!-- This script loads your compiled module. --> | 25 <!-- This script loads your compiled module. --> |
26 <!-- If you add any GWT meta tags, they must --> | 26 <!-- If you add any GWT meta tags, they must --> |
27 <!-- be added before this line. --> | 27 <!-- be added before this line. --> |
28 <!-- --> | 28 <!-- --> |
29 <script type="text/javascript" language="javascript" src="flys/flys.nocache.js"></script> | 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 src="http://openlayers.org/api/2.9/OpenLayers.js"></script> | |
30 </head> | 33 </head> |
31 | 34 |
32 <!-- --> | 35 <!-- --> |
33 <!-- The body can have arbitrary html, or --> | 36 <!-- The body can have arbitrary html, or --> |
34 <!-- you can leave the body empty if you want --> | 37 <!-- you can leave the body empty if you want --> |