From e113e2259c25514d5fb80021f1eed7bb2dd97ed0 Mon Sep 17 00:00:00 2001 From: joak Date: Wed, 26 Aug 2020 20:07:32 +0200 Subject: updates --- templates/curating.html | 51 +++++++++++++++++++++++++++++++-------------- templates/exhibition.html | 52 ++++++++++++++++++++++++++++++++-------------- templates/lecture.html | 47 ++++++++++++++++++++++++++++------------- templates/performance.html | 52 ++++++++++++++++++++++++++++++++-------------- 4 files changed, 139 insertions(+), 63 deletions(-) (limited to 'templates') diff --git a/templates/curating.html b/templates/curating.html index bdd6536..bad1b66 100644 --- a/templates/curating.html +++ b/templates/curating.html @@ -1,21 +1,40 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-
-

{{ bag('translation', this.alt, 'curating') }}

- -

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}

-

Start: {{ this.date_start|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}

-

{{ bag('translation', this.alt, 'place') }}: {{ this.place }}

-

{{ bag('translation', this.alt, 'country') }}: {{ this.country }}

-

{{ bag('translation', this.alt, 'website') }}: {{this.url}}

-

{{ bag('translation', this.alt, 'comment') }}: {{ this.comment }}

- {{ this.info }} -
-
+
+ + + + + + + + + + + + + + + + + + + + + + + {% if this.tfwebsite == True %} + + {% endif %} + {% if this.comment == true %} + + {% endif %} +

{{ bag('translation', this.alt, 'curating') }}

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}
Start: {{ this.date_start|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}
{{ bag('translation', this.alt, 'place') }}: {{ this.place }}
{{ bag('translation', this.alt, 'country') }}: {{ this.country }}
{{bag('translation', this.alt, 'website')}}: {{this.website}}
{{ this.comment }}
+
+
+
+ {{ this.info }}
+
{% endblock %} diff --git a/templates/exhibition.html b/templates/exhibition.html index bec0642..3bd9067 100644 --- a/templates/exhibition.html +++ b/templates/exhibition.html @@ -1,21 +1,41 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-
-

{{ bag('translation', this.alt, 'exhibition') }}

- -

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}

-

Start: {{ this.date_start|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}

-

{{ bag('translation', this.alt, 'place') }}: {{ this.place }}

-

{{ bag('translation', this.alt, 'country') }}: {{ this.country }}

-

{{ bag('translation', this.alt, 'website') }}: {{this.url}}

-

{{ bag('translation', this.alt, 'comment') }}: {{ this.comment }}

- {{ this.info }} -
-
+
+ + + + + + + + + + + + + + + + + + + + + + + {% if this.tfwebsite == True %} + + {% endif %} + {% if this.comment == true %} + + {% endif %} +

{{ bag('translation', this.alt, 'exhibition') }}

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}
Start: {{ this.date_start|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}
{{ bag('translation', this.alt, 'place') }}: {{ this.place }}
{{ bag('translation', this.alt, 'country') }}: {{ this.country }}
{{bag('translation', this.alt, 'website')}}: {{this.website}}
{{ this.comment }}
+
+
+
+ {{ this.info }}
+
+ {% endblock %} diff --git a/templates/lecture.html b/templates/lecture.html index 284040e..74fbc69 100644 --- a/templates/lecture.html +++ b/templates/lecture.html @@ -1,20 +1,37 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-
-

{{ bag('translation', this.alt, 'lecture') }}

- -

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}

-

{{ bag('translation', this.alt, 'date') }}: {{ this.date }}

-

{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}

-

{{ bag('translation', this.alt, 'place') }}: {{ this.place }}

-

{{ bag('translation', this.alt, 'country') }}: {{ this.country }}

-

{{ bag('translation', this.alt, 'website') }}: {{this.url}}

-

{{ bag('translation', this.alt, 'comment') }}: {{ this.comment }}

- {{ this.info }} -
-
+
+ + + + + + + + + + + + + + + + + + + + {% if this.tfwebsite == True %} + + {% endif %} + {% if this.comment == true %} + + {% endif %} +

{{ bag('translation', this.alt, 'lecture') }}

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}
{{ bag('translation', this.alt, 'date') }}: {{ this.date|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}
{{ bag('translation', this.alt, 'place') }}: {{ this.place }}
{{ bag('translation', this.alt, 'country') }}: {{ this.country }}
{{bag('translation', this.alt, 'website')}}: {{this.website}}
{{ this.comment }}
+
+
+
+ {{ this.info }}
+
{% endblock %} diff --git a/templates/performance.html b/templates/performance.html index 9a6ff23..6dff70e 100644 --- a/templates/performance.html +++ b/templates/performance.html @@ -1,21 +1,41 @@ {% extends "layout.html" %} {% block title %}{{ this.title }}{% endblock %} {% block body %} -
-
-
-

{{ bag('translation', this.alt, 'performance') }}

- -

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}

-

Start: {{ this.date_start|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}

-

{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}

-

{{ bag('translation', this.alt, 'place') }}: {{ this.place }}

-

{{ bag('translation', this.alt, 'country') }}: {{ this.country }}

-

{{ bag('translation', this.alt, 'website') }}: {{this.url}}

-

{{ bag('translation', this.alt, 'comment') }}: {{ this.comment }}

- {{ this.info }} -
-
+ +
+ + + + + + + + + + + + + + + + + + + + + + + {% if this.tfwebsite == True %} + + {% endif %} + {% if this.comment == true %} + + {% endif %} +

{{ bag('translation', this.alt, 'performance') }}

{{ bag('translation', this.alt, 'title') }}: {{ this.title }}
Start: {{ this.date_start|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'end') }}: {{ this.date_end|dateformat('Y-MM-dd') }}
{{ bag('translation', this.alt, 'venue') }}: {{ this.venue }}
{{ bag('translation', this.alt, 'place') }}: {{ this.place }}
{{ bag('translation', this.alt, 'country') }}: {{ this.country }}
{{bag('translation', this.alt, 'website')}}: {{this.website}}
{{ this.comment }}
+
+
+
+ {{ this.info }}
+
{% endblock %} -- cgit v1.2.3