Mercurial > dive4elements > website
comparison community_body.html @ 73:110d1d75357b
Improved text about the community.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 15:44:00 +0100 |
parents | 3000c078bcd0 |
children | 8caf03f24508 |
comparison
equal
deleted
inserted
replaced
72:3000c078bcd0 | 73:110d1d75357b |
---|---|
1 <div class="row row-dive4elements"> | 1 <div class="row row-dive4elements"> |
2 <div class="col-md-6"> | 2 <div class="col-md-6"> |
3 <address> | 3 <h3>Gemeinschaft</h3> |
4 <strong>Intevation GmbH</strong> | 4 <div> |
5 <br />Neuer Graben 17 | 5 Werden Sie Teil der Dive4Elements-Gemeinschaft und tragen Sie zum |
6 <br />49074 Osnabrück, Deutschland | 6 Gelingen bei! Dive4Elements und seine Ausprägungen sind Freie Software, |
7 <br />Telefon: +49-541-33 50 83 - 0 | 7 an denen jeder mitarbeiten kann. |
8 <br />Fax: +49-541-33 50 83 - 99 | 8 </div> |
9 </address> | 9 <div> |
10 <address>Registereintrag: | 10 <h4>Der Fachdienst FLYS</h4> |
11 <br />HR B 18998 | 11 <p>Der Fachdienst FLYS wird auf Basis der Software Dive4Elements/River betrieben. |
12 <br />Amtsgericht Osnabrück | 12 Falls Sie Fragen zum Fachdienst haben, wenden Sie sich bitte hierzu an die |
13 </address> | 13 <a href="http://www.bafg.de/FLYS">Bundesanstalt für Gewässerkunde (BfG)</a>. |
14 <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> | 14 </p> |
15 <br />E-Mail-Adresse: <a href="mailto:geospatial@intevation.de">geospatial@intevation.de</a> | 15 <h4>Die Software: Dive4Elements und Dive4Elements/River</h4> |
16 </address> | 16 <p>Die Software wurde von der Firma <strong>Intevation GmbH</strong> realisiert. |
17 <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> | 17 Falls Sie Fragen hierzu haben, wenden Si sich bitte an folgende Addresse: |
18 </div> | 18 </p> |
19 <div class="col-md-6"> | 19 <address> |
20 <!-- Anfahrtskizze --> | 20 <strong>Intevation GmbH</strong> |
21 <div style="height:250px; align:right" id="map"></div> | 21 <br />Neuer Graben 17 |
22 <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> | 22 <br />49074 Osnabrück, Deutschland |
23 <script> | 23 <br />Telefon: +49-541-33 50 83 - 0 |
24 var map = L.map('map').setView([52.271987, 8.046263], 17); | 24 <br />Fax: +49-541-33 50 83 - 99 |
25 </address> | |
26 <address>Registereintrag: | |
27 <br />HR B 18998 | |
28 <br />Amtsgericht Osnabrück | |
29 </address> | |
30 <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a> | |
31 </address> | |
32 <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p> | |
33 </div> | |
34 <div class="col-md-6"> | |
35 <!-- Anfahrtskizze --> | |
36 <div style="height:250px; align:right" id="map"></div> | |
37 <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script> | |
38 <script> | |
39 var map = L.map('map').setView([52.271987, 8.046263], 17); | |
25 | 40 |
26 L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { | 41 L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', { |
27 layers: 'OSM-WMS-Dienst', | 42 layers: 'OSM-WMS-Dienst', |
28 format: 'image/png', | 43 format: 'image/png', |
29 attribution: 'Map data © <a href="http://openstreetmap.org">' | 44 attribution: 'Map data © <a href="http://openstreetmap.org">' |
30 + 'OpenStreetMap</a>' | 45 + 'OpenStreetMap</a>' |
31 + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">' | 46 + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">' |
32 + ' (CC-BY-SA 2.0)</a>' | 47 + ' (CC-BY-SA 2.0)</a>' |
33 }).addTo(map); | 48 }).addTo(map); |
34 // Disable attribution leaflet prefix | 49 // Disable attribution leaflet prefix |
35 map.attributionControl.setPrefix(false); | 50 map.attributionControl.setPrefix(false); |
36 L.marker([52.271987, 8.046263]).addTo(map) | 51 L.marker([52.271987, 8.046263]).addTo(map) |
37 .bindPopup('Intevation') | 52 .bindPopup('Intevation') |
38 .openPopup(); | 53 .openPopup(); |
39 </script> | 54 </script> |
55 </div> | |
40 </div> | 56 </div> |
41 </div> | 57 </div> |