Mercurial > dive4elements > website
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contact_body.html Thu Mar 20 13:30:41 2014 +0100 @@ -0,0 +1,41 @@ +<div class="row row-dive4elements"> + <div class="col-md-6"> + <address> + <strong>Intevation GmbH</strong> + <br />Neuer Graben 17 + <br />49074 Osnabrück, Deutschland + <br />Telefon: +49-541-33 50 83 - 0 + <br />Fax: +49-541-33 50 83 - 99 + </address> + <address>Registereintrag: + <br />HR B 18998 + <br />Amtsgericht Osnabrück + </address> + <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> + <br />E-Mail-Adresse: <a href="mailto:geospatial@intevation.de">geospatial@intevation.de</a> + </address> + <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> + </div> + <div class="col-md-6"> + <!-- Anfahrtskizze --> + <div style="height:250px; align:right" id="map"></div> + <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> + <script> + var map = L.map('map').setView([52.271987, 8.046263], 17); + + L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { + layers: 'OSM-WMS-Dienst', + format: 'image/png', + attribution: 'Map data © <a href="http://openstreetmap.org">' + + 'OpenStreetMap</a>' + + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">' + + ' (CC-BY-SA 2.0)</a>' + }).addTo(map); + // Disable attribution leaflet prefix + map.attributionControl.setPrefix(false); + L.marker([52.271987, 8.046263]).addTo(map) + .bindPopup('Intevation') + .openPopup(); + </script> + </div> +</div>