[PATCH] Improved text about the community
Wald Commits
scm-commit at wald.intevation.org
Wed Mar 26 15:44:05 CET 2014
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1395845040 -3600
# Node ID 110d1d75357b29fa3ddaae3bad063ea64ecdcef8
# Parent 3000c078bcd0affeb92cb9c6804ce5558dfa19cb
Improved text about the community.
diff -r 3000c078bcd0 -r 110d1d75357b community_body.html
--- a/community_body.html Wed Mar 26 15:23:54 2014 +0100
+++ b/community_body.html Wed Mar 26 15:44:00 2014 +0100
@@ -1,41 +1,57 @@
<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 at intevation.de">geospatial at 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);
+ <h3>Gemeinschaft</h3>
+ <div>
+ Werden Sie Teil der Dive4Elements-Gemeinschaft und tragen Sie zum
+ Gelingen bei! Dive4Elements und seine Ausprägungen sind Freie Software,
+ an denen jeder mitarbeiten kann.
+ </div>
+ <div>
+ <h4>Der Fachdienst FLYS</h4>
+ <p>Der Fachdienst FLYS wird auf Basis der Software Dive4Elements/River betrieben.
+ Falls Sie Fragen zum Fachdienst haben, wenden Sie sich bitte hierzu an die
+ <a href="http://www.bafg.de/FLYS">Bundesanstalt für Gewässerkunde (BfG)</a>.
+ </p>
+ <h4>Die Software: Dive4Elements und Dive4Elements/River</h4>
+ <p>Die Software wurde von der Firma <strong>Intevation GmbH</strong> realisiert.
+ Falls Sie Fragen hierzu haben, wenden Si sich bitte an folgende Addresse:
+ </p>
+ <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>
+ </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>
+ 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>
</div>
More information about the Dive4Elements-commits
mailing list