Mercurial > dive4elements > website
comparison contact_body.html @ 47:0c0eefd9041a
Use SSIs in contact page.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 20 Mar 2014 13:30:41 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
46:121bdb6ab99e | 47:0c0eefd9041a |
---|---|
1 <div class="row row-dive4elements"> | |
2 <div class="col-md-6"> | |
3 <address> | |
4 <strong>Intevation GmbH</strong> | |
5 <br />Neuer Graben 17 | |
6 <br />49074 Osnabrück, Deutschland | |
7 <br />Telefon: +49-541-33 50 83 - 0 | |
8 <br />Fax: +49-541-33 50 83 - 99 | |
9 </address> | |
10 <address>Registereintrag: | |
11 <br />HR B 18998 | |
12 <br />Amtsgericht Osnabrück | |
13 </address> | |
14 <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> | |
15 <br />E-Mail-Adresse: <a href="mailto:geospatial@intevation.de">geospatial@intevation.de</a> | |
16 </address> | |
17 <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> | |
18 </div> | |
19 <div class="col-md-6"> | |
20 <!-- Anfahrtskizze --> | |
21 <div style="height:250px; align:right" id="map"></div> | |
22 <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> | |
23 <script> | |
24 var map = L.map('map').setView([52.271987, 8.046263], 17); | |
25 | |
26 L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { | |
27 layers: 'OSM-WMS-Dienst', | |
28 format: 'image/png', | |
29 attribution: 'Map data © <a href="http://openstreetmap.org">' | |
30 + 'OpenStreetMap</a>' | |
31 + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">' | |
32 + ' (CC-BY-SA 2.0)</a>' | |
33 }).addTo(map); | |
34 // Disable attribution leaflet prefix | |
35 map.attributionControl.setPrefix(false); | |
36 L.marker([52.271987, 8.046263]).addTo(map) | |
37 .bindPopup('Intevation') | |
38 .openPopup(); | |
39 </script> | |
40 </div> | |
41 </div> |