From d89474af2b031432fb2fa91e5af5270f4cc3b426 Mon Sep 17 00:00:00 2001 From: Gilles Jacobs Date: Tue, 9 Dec 2014 23:44:57 +0100 Subject: [PATCH] small fixes --- data.json | 36 ++++++++++++++++++------------------ map.html | 16 ++++++++-------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/data.json b/data.json index 9fcb50f..55cbb3d 100644 --- a/data.json +++ b/data.json @@ -19,7 +19,7 @@ "sunday": false }, "extra": "2 aparte zaaltjes doorlopend beschikbaar (120 plaatsen). Restaurant (1ste en 2de verdieping) gesloten tussen 11u15 en 14u en na 17u", - "school": "UGent" + "type": "UGent" } }, { @@ -43,7 +43,7 @@ "sunday": "22u" }, "extra": "Enkel weekend en feestdagen.", - "school": "UGent" + "type": "UGent" } }, { @@ -67,7 +67,7 @@ "sunday": "9u - 18u" }, "extra": "Toegangkelijk voor alle Gentse studenten.", - "school": "UGent" + "type": "UGent" } }, { @@ -91,7 +91,7 @@ "sunday": "9u - 17u" }, "extra": "Toegangkelijk voor iedereen", - "school": "UGent" + "type": "UGent" } }, { @@ -115,7 +115,7 @@ "sunday": false }, "extra": "Toegangkelijk voor alle Gentse studenten.", - "school": "UGent" + "type": "UGent" } }, { @@ -139,7 +139,7 @@ "sunday": "8u30 - 22u" }, "extra": "Registratie noodzakelijk! http://student.UGent.be/blok/ Vanaf 9u kunnen studenten zonder registratie toegang krijgen.", - "school": "UGent" + "type": "UGent" } }, { @@ -163,7 +163,7 @@ "sunday": false }, "extra": "Toegankelijk voor alle Gentse studenten.", - "school": "hogent" + "type": "hogent" } }, { @@ -187,7 +187,7 @@ "sunday": false }, "extra": "Toegankelijk voor alle Gentse studenten.", - "school": "hogent" + "type": "hogent" } }, { @@ -211,7 +211,7 @@ "sunday": false }, "extra": "Toegankelijk voor alle Gentse studenten.", - "school": "hogent" + "type": "hogent" } }, { @@ -235,7 +235,7 @@ "sunday": false }, "extra": "Toegankelijk voor alle Gentse studenten.", - "school": "hogent" + "type": "hogent" } }, { @@ -259,7 +259,7 @@ "sunday": false }, "extra": "Toegankelijk voor alle Gentse studenten.", - "school": "hogent" + "type": "hogent" } }, { @@ -283,7 +283,7 @@ "sunday": false }, "extra": "Toegankelijk voor alle Gentse studenten.", - "school": "hogent" + "type": "hogent" } }, { @@ -307,7 +307,7 @@ "sunday": false }, "extra": "Toegankelijk voor alle Gentse studenten. 40 stille plaatsen", - "school": "Arteveldehogeschool" + "type": "Arteveldehogeschool" } }, { @@ -330,8 +330,8 @@ "saturday": false, "sunday": false }, - "extra": "", - "school": "HUB-KAHO Campus Gent" + , + "type": "HUB-KAHO Campus Gent" } }, { @@ -355,7 +355,7 @@ "sunday": "10u - 18u" }, "extra": "Opgepast andere zaal: toegang via binnenkoer Wereld van Kina - Sint-Pietersplein 14, via torentrap aan overkant koer.", - "school": "Stad Gent" + "type": "Stad Gent" } }, { @@ -378,8 +378,8 @@ "saturday": "8u30 - 16u45", "sunday": false }, - "extra": "", - "school": "Stad Gent" + "extra": false, + "type": "Stad Gent" } } ] diff --git a/map.html b/map.html index 06edff6..a38dfd1 100644 --- a/map.html +++ b/map.html @@ -30,17 +30,17 @@ Zondag - {{#if hours.monday}}{{hours.monday}}{{else}}--{{/if}} - {{#if hours.tuesday}}{{hours.tuesday}}{{else}}--{{/if}} - {{#if hours.wednesday}}{{hours.wednesday}}{{else}}--{{/if}} - {{#if hours.thursday}}{{hours.thursday}}{{else}}--{{/if}} - {{#if hours.friday}}{{hours.friday}}{{else}}--{{/if}} - {{#if hours.saturday}}{{hours.saturday}}{{else}}--{{/if}} - {{#if hours.sunday}}{{hours.sunday}}{{else}}--{{/if}} + {{#if hours.monday}}{{hours.monday}}{{else}}Gesloten{{/if}} + {{#if hours.tuesday}}{{hours.tuesday}}{{else}}Gesloten{{/if}} + {{#if hours.wednesday}}{{hours.wednesday}}{{else}}Gesloten{{/if}} + {{#if hours.thursday}}{{hours.thursday}}{{else}}Gesloten{{/if}} + {{#if hours.friday}}{{hours.friday}}{{else}}Gesloten{{/if}} + {{#if hours.saturday}}{{hours.saturday}}{{else}}Gesloten{{/if}} + {{#if hours.sunday}}{{hours.sunday}}{{else}}Gesloten{{/if}} - {{extra}} + {{#if extra}}{{extra}}{{/if}}