From 4690583c57aede892448c9e8c4fcecbf1db16cf4 Mon Sep 17 00:00:00 2001 From: 7734485917411998476 Date: Mon, 10 May 2021 20:24:47 +0200 Subject: [PATCH] Aangepaste popup voor online bibs --- src/index.html | 47 +++++++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/src/index.html b/src/index.html index b183544..81dc53b 100644 --- a/src/index.html +++ b/src/index.html @@ -36,16 +36,18 @@

{{name}} ({{capacity}} pl.)

{{#if wheelchair}}{{/if}} {{#if wifi}}{{/if}} + {{#if online}}{{/if}} -
Locatie: {{address}}
-
{{#if period.start}} - Periode: {{date period.start}} tot {{date period.end}} - {{else}} - Open gedurende het hele jaar. - {{/if}} +
{{#if online}}Link: {{address}}{{else}}Locatie: {{address}}{{/if}}
+ {{#if online}} + {{else}} +
{{#if period.start}} + Periode: {{date period.start}} tot {{date period.end}} + {{else}} + Open gedurende het hele jaar. + {{/if}}
-

Openingsuren

- +
@@ -55,15 +57,18 @@ - - - - - - - - + + + + + + + +
Maandag DinsdagZaterdag Zondag
{{#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}}
{{#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}}
+ +

Openingsuren

+ @@ -88,8 +93,10 @@
Maandag{{#if hours.sunday}}{{hours.sunday}}{{else}}Gesloten{{/if}}
+ {{/if}} {{#if extra}}{{{extra}}}{{/if}}
+