Mercurial > dive4elements > website
comparison community_body.html @ 72:3000c078bcd0
Moved contact page to community page.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 15:23:54 +0100 |
parents | contact_body.html@0c0eefd9041a |
children | 110d1d75357b |
comparison
equal
deleted
inserted
replaced
71:2d85efd5ac12 | 72:3000c078bcd0 |
---|---|
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> |