view index.html @ 788:a4c358d08a0d

moved doctype declaration to the beginning of the file. Else IE9 will try to display the page in QUIRKS mode and it won't work.
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 May 2015 10:47:48 +0200
parents b3e38a2a25c7
children 1ef815f5b9fa
line wrap: on
line source
<!DOCTYPE html>
<!--
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. 
-->
<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>
    <script type="text/javascript" src="resources/lib/filesaver/FileSaver.js"></script>
    <script type="text/javascript" src="resources/lib/filesaver/Blob.js"></script>
    <script type="text/javascript" src="resources/lib/Date.prototype.getDOY.js"></script>
    <!-- <x-compile> -->
    <!-- <x-bootstrap> -->
    <script type="text/javascript" src="extjs/ext-all-debug.js"></script>
    <script type="text/javascript" src="extjs/locale/ext-lang-de.js"></script>
    <!-- </x-bootstrap> -->
    <script type="text/javascript" src="app.js"></script>
    <!-- </x-compile> -->
</head>
<body></body>
</html>

http://lada.wald.intevation.org