Mercurial > lada > lada-client
annotate index.html @ 487:a05cbc6e63cb
Updated exitsting static data to match the new data model.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 31 Oct 2014 21:07:39 +0100 |
parents | a9184ba5ee17 |
children | 649bf1d08531 |
rev | line source |
---|---|
474
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
1 <!-- |
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
2 Copyright (C) 2013 by Bundesamt fuer Strahlenschutz |
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
3 Software engineering by Intevation GmbH |
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
4 |
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
5 This file is Free Software under the GNU GPL (v>=3) |
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
6 and comes with ABSOLUTELY NO WARRANTY! Check out |
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
7 the documentation coming with IMIS-Labordaten-Application for details. |
6f5a11dea7e2
Fixed HTML comment.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
472
diff
changeset
|
8 --> |
472
debfcc7713e3
Added license header to each file.
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
421
diff
changeset
|
9 |
0
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
10 <!DOCTYPE html> |
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
11 <html> |
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
12 <head> |
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
13 <title>Lada</title> |
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
14 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
482
a9184ba5ee17
Set paths
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
474
diff
changeset
|
15 <link rel="stylesheet" type="text/css" href="css/ext-all-gray.css"> |
421
f06a882ab776
Added compiler tags for sencha cmd compiler and made the DateTime lib compile.
Raimund Renkert <rrenkert@intevation.de>
parents:
410
diff
changeset
|
16 <!-- <x-compile> --> |
f06a882ab776
Added compiler tags for sencha cmd compiler and made the DateTime lib compile.
Raimund Renkert <rrenkert@intevation.de>
parents:
410
diff
changeset
|
17 <!-- <x-bootstrap> --> |
482
a9184ba5ee17
Set paths
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
474
diff
changeset
|
18 <script type="text/javascript" src="extjs/ext-dev.js"></script> |
421
f06a882ab776
Added compiler tags for sencha cmd compiler and made the DateTime lib compile.
Raimund Renkert <rrenkert@intevation.de>
parents:
410
diff
changeset
|
19 <!-- </x-bootstrap> --> |
410
902aedf4d606
Changed order of the script loading
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
409
diff
changeset
|
20 <script type="text/javascript" src="app.js"></script> |
421
f06a882ab776
Added compiler tags for sencha cmd compiler and made the DateTime lib compile.
Raimund Renkert <rrenkert@intevation.de>
parents:
410
diff
changeset
|
21 <!-- </x-compile> --> |
0
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
22 </head> |
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
23 <body></body> |
1e257ec56220
Initial commit
Torsten Irländer <torsten.irlaender@intevation.de>
parents:
diff
changeset
|
24 </html> |