2014-09-16

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Nächste Überarbeitung
Vorherige Überarbeitung
Nächste ÜberarbeitungBeide Seiten, nächste Überarbeitung
2014-09-16 [2014/09/03 12:17] – angelegt mattsches2014-09-16 [2014/09/03 13:16] mattsches
Zeile 17: Zeile 17:
  
 ===== Anmeldung/Teilnehmer ===== ===== Anmeldung/Teilnehmer =====
-Die Teilnehmerliste bzw. Anmeldungen pflegen wir auf [[https://www.xing.com/|Xing]] und [[https://plus.google.com/|Google Plus]].+Die Teilnehmerliste bzw. Anmeldungen pflegen wir auf [[https://www.xing.com/events/34-treffen-phpug-rheinhessen-1445690|Xing]] und [[https://plus.google.com/events/ck2jccr5bqqa9sj1ajo8qcm3ll4|Google Plus]].
  
 Ihr könnt natürlich gern auch ohne vorherige Anmeldung reinschauen! Ihr könnt natürlich gern auch ohne vorherige Anmeldung reinschauen!
 ===== Karte ===== ===== Karte =====
 <html> <html>
-<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6/leaflet.css" /> +<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> 
-<!--[if lte IE 8]> +<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
-    <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6/leaflet.ie.css" /+
-<![endif]--+
-<script src="http://cdn.leafletjs.com/leaflet-0.6/leaflet.js"></script>+
 <div id="map" style="height: 400px; width: 100%; position: relative;"></div> <div id="map" style="height: 400px; width: 100%; position: relative;"></div>
 <script type="text/javascript"> <script type="text/javascript">
 var map = new L.Map('map').setView([49.97000, 8.22938], 15); var map = new L.Map('map').setView([49.97000, 8.22938], 15);
-L.tileLayer('http://{s}.tile.cloudmade.com/bb69ea629ff2494aa0aa91e68dd08d2e/997/256/{z}/{x}/{y}.png',+L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png',
-    attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="http://cloudmade.com">CloudMade</a>'+    attribution: 'Map data &copy; <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="http://mapbox.com/">MapBox</a>'
 }).addTo(map); }).addTo(map);
 var marker = new L.Marker([49.97000, 8.22938]).addTo(map).bindPopup('<a href="http://www.phpug-rheinhessen.de/"><img src="http://www.sperr-objekt.de/phpugrhh/lib/images/phpugrhh_logo.png"/></a>'); var marker = new L.Marker([49.97000, 8.22938]).addTo(map).bindPopup('<a href="http://www.phpug-rheinhessen.de/"><img src="http://www.sperr-objekt.de/phpugrhh/lib/images/phpugrhh_logo.png"/></a>');
  • 2014-09-16.txt
  • Zuletzt geändert: 2015/09/16 18:48
  • von 127.0.0.1