view 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
line wrap: on
line source
<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 &copy; <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>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)