diff --git a/event.css b/event.css index 36080e0..73a9cfd 100755 --- a/event.css +++ b/event.css @@ -37,7 +37,10 @@ h1 img margin-bottom:-100px; } -iframe { +#map { + width: 100%; + height: 500px; + margin-bottom: -30px; background-image: url("images/OSM.svg"); background-repeat: no-repeat; background-position: center; diff --git a/event.php b/event.php index 6735cb4..7a4ac62 100755 --- a/event.php +++ b/event.php @@ -22,6 +22,9 @@ $dtend = strtotime($event['event_dtend']); + + + @@ -34,17 +37,16 @@ $dtend = strtotime($event['event_dtend']);
- '.$event["event_localisation"].''; +
+'; - + $urlFrame = 'https://www.openstreetmap.org/export/embed.html?bbox='.$lng.','.$lat.','.$lng.','.$lat.'&layer=mapnik&floor&marker='.$lat.','.$lng; +?> + ; +

Description

'; if(isset($event["event_urlImage"])) @@ -58,11 +60,8 @@ $dtend = strtotime($event['event_dtend']); echo '
URL : '.$event["event_site"].'
'; if(isset($event["event_contact"])) echo '
Contact : '.$event["event_contact"].'
'; - ?> + ?> - - -