annotate download.html @ 158:5ee4f1e16b88

Formulierungswunsch BSH, per Mail von Hr. Schulz-Ohlberg am 7.5.
author Tom Gottfried <tom@intevation.de>
date Thu, 08 May 2014 18:20:19 +0200
parents eb6b50914324
children
rev   line source
41
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 <!DOCTYPE html>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 <html>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3 <head>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 <title>Dive4Elements</title>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 <meta charset="utf-8">
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
7 <meta name="description" content="">
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 <meta name="author" content="Ariane Brörmann">
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 <!-- Bootstrap -->
149
2a0b9abe6a06 Path to bootstrap without version number.
tom@ahoernchen
parents: 90
diff changeset
10 <link href="bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
41
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12 <!-- Custom styles for this template -->
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13 <link href="css/style.css" rel="stylesheet">
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17 <!--[if lt IE 9]>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20 <![endif]-->
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
21
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
22 <!-- Bootstrap core JavaScript
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
23 ================================================== -->
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
24 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
150
eb6b50914324 Let's serve JQuery.
tom@ahoernchen
parents: 149
diff changeset
25 <script src="jquery/jquery.min.js"></script>
41
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
26 <!-- Include all compiled plugins (below), or include individual files as needed -->
149
2a0b9abe6a06 Path to bootstrap without version number.
tom@ahoernchen
parents: 90
diff changeset
27 <script src="bootstrap/dist/js/bootstrap.min.js"></script>
41
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
28 <script src="js/dive4elements.js"></script>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
29 </head>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
30 <body>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
31 <div class="container">
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
32 <!--#include file="header.html" -->
90
cc7f9e594b6c Fixed layout.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 88
diff changeset
33 <div class="row row-dive4elements row-dive4elements-right">
88
f136ef1e5c04 To establish more consistence renamed getit.html to download.html and the corresponding _main to _body.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 51
diff changeset
34 <!--#include file="download_body.html" -->
90
cc7f9e594b6c Fixed layout.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 88
diff changeset
35 </div>
41
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
36 <!--#include file="footer.html" -->
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
37 </div> <!-- /container -->
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
38 </body>
f6d4dfb9a8c7 Added 'download' page.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
39 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)