File tree 8 files changed +776
-4
lines changed
8 files changed +776
-4
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ msgstr ""
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Generated-By : Babel 2.14.0\n "
21
21
22
+ #: pygeoapi/templates/_base.html:2
23
+ msgid "text_direction"
24
+ msgstr "ltr"
25
+
22
26
#: pygeoapi/templates/_base.html:51
23
27
msgid "Admin"
24
28
msgstr "Admin"
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ msgstr ""
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.9.1\n "
20
20
21
+ #: pygeoapi/templates/_base.html:2
22
+ msgid "text_direction"
23
+ msgstr "ltr"
24
+
21
25
#: build/lib/pygeoapi/templates/_base.html:40
22
26
#: build/lib/pygeoapi/templates/landing_page.html:2
23
27
#: pygeoapi/templates/_base.html:40 pygeoapi/templates/landing_page.html:2
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ msgstr ""
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.9.1\n "
20
20
21
+ #: pygeoapi/templates/_base.html:2
22
+ msgid "text_direction"
23
+ msgstr "ltr"
24
+
21
25
#: build/lib/pygeoapi/templates/_base.html:40
22
26
#: build/lib/pygeoapi/templates/landing_page.html:2
23
27
#: pygeoapi/templates/_base.html:40 pygeoapi/templates/landing_page.html:2
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ msgstr ""
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.11.0\n "
20
20
21
+ #: pygeoapi/templates/_base.html:2
22
+ msgid "text_direction"
23
+ msgstr "ltr"
24
+
21
25
#: pygeoapi/templates/_base.html:51
22
26
msgid "Admin"
23
27
msgstr "Admin"
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ msgstr ""
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Generated-By : Babel 2.9.1\n "
20
20
21
+ #: pygeoapi/templates/_base.html:2
22
+ msgid "text_direction"
23
+ msgstr "ltr"
24
+
21
25
#: build/lib/pygeoapi/templates/_base.html:40
22
26
#: build/lib/pygeoapi/templates/landing_page.html:2
23
27
#: pygeoapi/templates/_base.html:40 pygeoapi/templates/landing_page.html:2
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ msgstr ""
19
19
"Content-Transfer-Encoding : 8bit\n "
20
20
"Generated-By : Babel 2.14.0\n "
21
21
22
+ #: pygeoapi/templates/_base.html:2
23
+ msgid "text_direction"
24
+ msgstr "ltr"
25
+
22
26
#: pygeoapi/templates/_base.html:51
23
27
msgid "Admin"
24
28
msgstr "Admin"
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < html lang ="en " >
2
+ < html lang ="{{ (locale|lower)[:2] }} " dir =" {% trans %}text_direction{% endtrans %} " >
3
3
< head >
4
4
< meta charset ="{{ config['server']['encoding'] }} ">
5
5
< title > {% block title %}{% endblock %}{% if not self.title() %}{{ config['metadata']['identification']['title'] }}{% endif %}</ title >
37
37
< body >
38
38
< div class ="bg-light sticky-top border-bottom ">
39
39
< div class ="container ">
40
- < header class ="d-flex flex-wrap justify-content -center py-3 ">
40
+ < header class ="d-flex flex-wrap align-items -center py-3 justify-content-between ">
41
41
< a href ="{{ config['server']['url'] }} "
42
- class ="d-flex align-items-center mb-3 mb-md-0 me-md-auto text-dark text-decoration-none ">
42
+ class ="d-flex align-items-center mb-3 mb-md-0 text-dark text-decoration-none ">
43
43
< img src ="{{ config['server']['url'] }}/static/img/logo.png "
44
44
title ="{{ config['metadata']['identification']['title'] }} " style ="height:40px;vertical-align: middle; " /> </ a >
45
45
< ul class ="nav nav-pills ">
66
66
{% block crumbs %}
67
67
< a href ="{{ config['server']['url'] }} "> {% trans %}Home{% endtrans %}</ a >
68
68
{% endblock %}
69
- < span style ="float:right ">
69
+ < span style ="float: inline-end ">
70
70
{% set links_found = namespace(json=0, jsonld=0) %}
71
71
72
72
{% for link in data['links'] %}
You can’t perform that action at this time.
0 commit comments