dustin@788: <!DOCTYPE html>
torsten@474: <!--
torsten@474: Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
torsten@474: Software engineering by Intevation GmbH
torsten@474: 
torsten@474: This file is Free Software under the GNU GPL (v>=3)
torsten@474: and comes with ABSOLUTELY NO WARRANTY! Check out
torsten@474: the documentation coming with IMIS-Labordaten-Application for details. 
torsten@474: -->
torsten@0: <html>
dustin@789: <meta http-equiv="X-UA-Compatible" content="IE=edge" />
torsten@0: <head>
torsten@0:     <title>Lada</title>
torsten@0:     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
raimund@495:     <link rel="stylesheet" type="text/css" href="extjs/resources/css/ext-all-gray.css">
raimund@552:     <link rel="stylesheet" type="text/css" href="resources/css/lada.css">
raimund@605: 
raimund@605:     <script type="text/javascript" src="resources/lib/OpenLayers/OpenLayers.js"></script>
raimund@912:     <script type="text/javascript" src="resources/lib/FileSaver/FileSaver.js"></script>
raimund@912:     <script type="text/javascript" src="resources/lib/Blob/Blob.js"></script>
rrenkert@421:     <!-- <x-compile> -->
rrenkert@421:     <!-- <x-bootstrap> -->
dustin@889:     <script type="text/javascript" src="extjs/ext-all.js"></script>
dustin@629:     <script type="text/javascript" src="extjs/locale/ext-lang-de.js"></script>
rrenkert@421:     <!-- </x-bootstrap> -->
torsten@410:     <script type="text/javascript" src="app.js"></script>
rrenkert@421:     <!-- </x-compile> -->
torsten@0: </head>
torsten@0: <body></body>
torsten@0: </html>