From 2a4295d9b3e77a923a46b3916a3a64e77bb0c41f Mon Sep 17 00:00:00 2001 From: Zedifus Date: Mon, 23 May 2022 22:21:32 +0100 Subject: [PATCH] Add subscription source parsing & format html --- app/frontend/templates/panel/credits.html | 319 ++++++++++++---------- 1 file changed, 172 insertions(+), 147 deletions(-) diff --git a/app/frontend/templates/panel/credits.html b/app/frontend/templates/panel/credits.html index a04147df..89b3678e 100644 --- a/app/frontend/templates/panel/credits.html +++ b/app/frontend/templates/panel/credits.html @@ -24,7 +24,8 @@
-

 {{ translate('credits', 'developmentTeam', data['lang']) }}

+

 {{ translate('credits', 'developmentTeam', data['lang']) + }}

@@ -40,7 +41,8 @@ profile image {% else %}
- profile image + profile image
{% end %}
@@ -66,14 +68,16 @@ {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] }} + {{ person['tags'][1][0] + }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} - {{ person['tags'][2][0] }} + {{ + person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} @@ -117,7 +121,8 @@ profile image {% else %}
- profile image + profile image
{% end %}
@@ -143,14 +148,16 @@ {% end %} {% if person['tags'][1] %} {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] }} + {{ person['tags'][1][0] + }} {% else %} {{ person['tags'][1] }} {% end %} {% end %} {% if person['tags'][2] %} {% if type(person['tags'][2]) is list %} - {{ person['tags'][2][0] }} + {{ + person['tags'][2][0] }} {% else %} {{ person['tags'][2] }} {% end %} @@ -177,7 +184,8 @@
-

 {{ translate('credits', 'retiredStaff', data['lang']) }}

+

 {{ translate('credits', 'retiredStaff', data['lang']) + }}

@@ -185,163 +193,180 @@ {% for person in data['staff']['retired'] %}
-
-
-
- {% if person['pic'] %} - profile image - {% else %} -
- profile image -
- {% end %} -
- -
-
-

{{ person['name'] }}

-
- -
- {% if person['loc'] %} - -

{{ person['loc'] }}

- {% end %} -
+
+
+
+ {% if person['pic'] %} + profile image + {% else %} +
+ profile image
+ {% end %}
-
-
- {% if person['tags'][0] %} - {{ person['tags'][0] }} - {% end %} - {% if person['tags'][1] %} - {% if type(person['tags'][1]) is list %} - {{ person['tags'][1][0] }} - {% else %} - {{ person['tags'][1] }} - {% end %} - {% end %} - {% if person['tags'][2] %} - {% if type(person['tags'][2]) is list %} - {{ person['tags'][2][0] }} - {% else %} - {{ person['tags'][2] }} - {% end %} - {% end %} +
+
+

{{ person['name'] }}

-
- {% if person['title'] %} -
{{ person['title'] }}
+
+ {% if person['loc'] %} + +

{{ person['loc'] }}

{% end %} -

{{ person['blurb'] }}

+
+
+ {% if person['tags'][0] %} + {{ person['tags'][0] }} + {% end %} + {% if person['tags'][1] %} + {% if type(person['tags'][1]) is list %} + {{ person['tags'][1][0] + }} + {% else %} + {{ person['tags'][1] }} + {% end %} + {% end %} + {% if person['tags'][2] %} + {% if type(person['tags'][2]) is list %} + {{ + person['tags'][2][0] }} + {% else %} + {{ person['tags'][2] }} + {% end %} + {% end %} +
+ +
+ {% if person['title'] %} +
{{ person['title'] }}
+ {% end %} +

{{ person['blurb'] }}

+
+
-
- {% end %} -
-
-
-
- -
- -
-
-
-

{{ translate('credits', 'patreonSupporter', - data['lang']) - }}

-
-
-

{{ translate('credits', 'hugeDesc', data['lang']) }} - {{ translate('credits', 'thankYou', data['lang']) }}  {{ translate('credits', 'patreonDesc', data['lang']) }} | {{ translate('credits', 'patreonUpdate', data['lang']) }} {{ data["lastUpdate"] }} -

- - - - - - - - - {% for pat in data["patrons"] %} - - - - - {% end %} - - -
{{ translate('credits', 'patreonName', data['lang']) }}{{ translate('credits', 'patreonLevel', data['lang']) }}
{{ pat["name"] }} - {% if pat["level"] == "Crafty Sustainer" %} - Sustainer - {% elif pat["level"] == "Crafty Advocate" %} - Advocate - {% elif pat["level"] == "Crafty Supporter" %} - Supporter - {% else %} - {{ translate('credits', 'patreonOther', data['lang']) }} - {% end %} -
-
- -
-
-
-

{{ translate('credits', 'translationTitle', data['lang']) }}

-
-
-

{{ translate('credits', 'hugeDesc', data['lang']) }} - {{ translate('credits', 'thankYou', data['lang']) }}  {{ translate('credits', 'translationDesc', data['lang']) }} -

- - - - - - - - - {% for person in data['translations'] %} - - - - - {% end %} - -
{{ translate('credits', 'translationName', data['lang']) }}{{ translate('credits', 'translator', data['lang']) }}
{{ person }} -
- {% for language in data['translations'][person] %} - {{ language }} - {% end %} -
-
-
-
-
- + {% end %} +
- - {% end %} +
- {% block js %} - + + +
+
+
- {% end %} \ No newline at end of file +
+
+
+

{{ translate('credits', 'translationTitle', + data['lang']) }}

+
+
+

{{ translate('credits', 'hugeDesc', data['lang']) }} + {{ translate('credits', 'thankYou', data['lang']) }}  {{ translate('credits', + 'translationDesc', data['lang']) }} +

+ + + + + + + + + {% for person in data['translations'] %} + + + + + {% end %} + +
{{ translate('credits', 'translationName', data['lang']) }}{{ translate('credits', 'translator', data['lang']) }}
{{ person }} +
+ {% for language in data['translations'][person] %} + {{ language }} + {% end %} +
+
+
+
+
+ +
+
+ + +{% end %} + +{% block js %} + + +{% end %}