Mercurial > lada > lada-client
view index.html @ 605:c6994912a326
Added panel with OpenLayers map.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 12 Mar 2015 15:52:31 +0100 |
parents | 4c5085396fe3 |
children | c58663165090 |
line wrap: on
line source
<!-- Copyright (C) 2013 by Bundesamt fuer Strahlenschutz Software engineering by Intevation GmbH This file is Free Software under the GNU GPL (v>=3) and comes with ABSOLUTELY NO WARRANTY! Check out the documentation coming with IMIS-Labordaten-Application for details. --> <!DOCTYPE html> <html> <head> <title>Lada</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray.css"> <link rel="stylesheet" type="text/css" href="resources/css/lada.css"> <script type="text/javascript" src="resources/lib/OpenLayers/OpenLayers.js"></script> <!-- <x-compile> --> <!-- <x-bootstrap> --> <script type="text/javascript" src="extjs/ext-all-debug.js"></script> <!-- </x-bootstrap> --> <script type="text/javascript" src="app.js"></script> <!-- </x-compile> --> </head> <body></body> </html>