@@ -32,6 +32,18 @@ <h1 class="my-4">
32
32
{% if response.description %}
33
33
< p > {{ response.description }}</ p >
34
34
{% endif %}
35
+ {% if response.license %}
36
+ < div class ="d-flex align-items-center mb-2 ">
37
+ {% include "icons/license.html" %}
38
+ < p class ="mb-0 pl-2 "> {{ response.license }}</ p >
39
+ </ div >
40
+ {% endif %}
41
+ {% if response.extent and response.extent.temporal %}
42
+ < div class ="d-flex align-items-center mb-4 ">
43
+ {% include "icons/clock.html" %}
44
+ < p class ="mb-0 pl-2 "> {{ response.extent.temporal.interval.0.0 or "..." }} — {{ response.extent.temporal.interval.0.1 or "..." }}</ p >
45
+ </ div >
46
+ {% endif %}
35
47
{% if "keywords" in response and response.keywords|length > 0 %}
36
48
< div class ="d-flex align-items-center mb-4 ">
37
49
{% include "icons/tag.html" %}
@@ -71,18 +83,6 @@ <h2>Links</h2>
71
83
</ ul >
72
84
</ div >
73
85
< div class ="col-md-5 ">
74
- {% if response.license %}
75
- < div class ="d-flex align-items-center mb-2 ">
76
- {% include "icons/license.html" %}
77
- < p class ="mb-0 pl-2 "> {{ response.license }}</ p >
78
- </ div >
79
- {% endif %}
80
- {% if response.extent and response.extent.temporal %}
81
- < div class ="d-flex align-items-center mb-2 ">
82
- {% include "icons/clock.html" %}
83
- < p class ="mb-0 pl-2 "> {{ response.extent.temporal.interval.0.0 or "..." }} — {{ response.extent.temporal.interval.0.1 or "..." }}</ p >
84
- </ div >
85
- {% endif %}
86
86
{% if response.extent and response.extent.spatial %}
87
87
< div id ="map " class ="rounded " style ="width: 100%; height: 400px ">
88
88
Loading...
0 commit comments