Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
open:en:alv [2019/09/12 17:18]
Gerben Gieling
open:en:alv [2021/09/14 10:33] (current)
Gerben Gieling
Line 6: Line 6:
   $reader=won_dbread();​   $reader=won_dbread();​
   $que="   $que="
-    select event_id,​detail,​date_format(start_date,'​%d-%m-%Y'​) as alv_date+    select event_id, detail, date_format(start_date,'​%d-%m-%Y'​) as alv_date, location, location_url
     from agenda_events     from agenda_events
     where event_type_id='​a'​ and datediff(start_date,​curdate()) >= 0     where event_type_id='​a'​ and datediff(start_date,​curdate()) >= 0
Line 19: Line 19:
       echo "​====== ALV ($alv_no), $alv_date ======\n";​       echo "​====== ALV ($alv_no), $alv_date ======\n";​
       echo "​^Start:​|10.00 a.m. (reception and coffee 09.30 - 10.00)|\n";​       echo "​^Start:​|10.00 a.m. (reception and coffee 09.30 - 10.00)|\n";​
-      echo "​^Location:​|[[https://​www.jaarbeurs.nl/​en/​accessibility|Jaarbeurs Utrecht]], Jaarbeursplein (room information in \"​Beatrixgebouw\"​)|\n";+      echo "​^Location:​|[[$data->​location_url|$data->​location]]|\n";​
       if (file_exists($_SERVER['​DOCUMENT_ROOT'​]."/​content/​data/​pages/​archief/​alv/​alv_{$alv_no}.txt"​)) {       if (file_exists($_SERVER['​DOCUMENT_ROOT'​]."/​content/​data/​pages/​archief/​alv/​alv_{$alv_no}.txt"​)) {
         echo "​Registration via the website is possible for logged-in members only.\n";​         echo "​Registration via the website is possible for logged-in members only.\n";​