comparison community_body.html @ 113:e8d74751f63f

Removed 'Impressum'-like stuff from community page.
author Tom Gottfried <tom@intevation.de>
date Tue, 01 Apr 2014 10:27:55 +0200
parents deffd7c0ff38
children 8f17e9ede2a8
comparison
equal deleted inserted replaced
112:9acc7278f2ff 113:e8d74751f63f
19 <h4>... zum Fachdienst FLYS</h4> 19 <h4>... zum Fachdienst FLYS</h4>
20 <p>Der Fachdienst FLYS wird auf Basis der Software Dive4Elements River betrieben. 20 <p>Der Fachdienst FLYS wird auf Basis der Software Dive4Elements River betrieben.
21 Falls Sie Fragen zum Fachdienst haben, wenden Sie sich bitte hierzu an die 21 Falls Sie Fragen zum Fachdienst haben, wenden Sie sich bitte hierzu an die
22 <a href="http://www.bafg.de/FLYS">Bundesanstalt für Gewässerkunde (BfG)</a>. 22 <a href="http://www.bafg.de/FLYS">Bundesanstalt für Gewässerkunde (BfG)</a>.
23 </p> 23 </p>
24 <h4>... zur Software: Dive4Elements und Dive4Elements River</h4> 24 <h4>... zu professioneller Entwicklung und Unterstützung</h4>
25 <p>Die Software wurde von der Firma <strong>Intevation GmbH</strong> realisiert. 25 <p>Die Software wurde von der Firma
26 Falls Sie Fragen hierzu haben, wenden Sie sich bitte an folgende Addresse: 26 <a href="https://intevation.de" target="_blank">Intevation GmbH</a> realisiert.
27 Falls Sie Fragen hierzu haben, können Sie Intevation auch direkt
28 <a href="https://www.intevation.de/contact.de.html" target="_blank">kontaktieren</a>.
27 </p> 29 </p>
28 <address>
29 <strong>Intevation GmbH</strong>
30 <br />Neuer Graben 17
31 <br />49074 Osnabrück, Deutschland
32 <br />Telefon: +49-541-33 50 83 - 0
33 <br />Fax: +49-541-33 50 83 - 99
34 </address>
35 <address>Registereintrag:
36 <br />HR B 18998
37 <br />Amtsgericht Osnabrück
38 </address>
39 <address>Homepage: <a href="http://www.intevation.de">www.intevation.de</a>
40 </address>
41 <p>Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner</p>
42 </div>
43 <div class="col-md-6">
44 <!-- Anfahrtskizze -->
45 <div style="height:250px; align:right" id="map"></div>
46 <script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
47 <script>
48 var map = L.map('map').setView([52.271987, 8.046263], 17);
49
50 L.tileLayer.wms('http://osm.intevation.de/cgi-bin/standard.fcgi?', {
51 layers: 'OSM-WMS-Dienst',
52 format: 'image/png',
53 attribution: 'Map data &copy; <a href="http://openstreetmap.org">'
54 + 'OpenStreetMap</a>'
55 + '<a href="http://creativecommons.org/licenses/by-sa/2.0/">'
56 + ' (CC-BY-SA 2.0)</a>'
57 }).addTo(map);
58 // Disable attribution leaflet prefix
59 map.attributionControl.setPrefix(false);
60 L.marker([52.271987, 8.046263]).addTo(map)
61 .bindPopup('Intevation')
62 .openPopup();
63 </script>
64 </div> 30 </div>
65 </div> 31 </div>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)