|
|
@ -168,7 +168,7 @@ |
|
|
|
|
|
|
|
{% if 'distributorLinks' in x %} |
|
|
|
<div> |
|
|
|
<img src="{{ url_for('static', filename='/imgs/Icons/icn_external_link.svg') }}"> |
|
|
|
<a target="_blank" href="{{ x['distributorLinks']['value'] }}"><img src="{{ url_for('static', filename='/imgs/Icons/icn_external_link.svg') }}"></a> |
|
|
|
<a target="_blank" href="{{ x['distributorLinks']['value'] }}">{{ x['distributorLinks']['value'] }}</a> |
|
|
|
</div> |
|
|
|
|
|
|
@ -202,7 +202,7 @@ |
|
|
|
<span>{{ x['creatorsLabel']['value'] }}</span> |
|
|
|
</a> |
|
|
|
<!-- role/function --> |
|
|
|
<p>Role {{ x['role']['value'] }}</p> |
|
|
|
<p>Role: {{ x['role']['value'] }}</p> |
|
|
|
</div> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
@ -420,7 +420,7 @@ |
|
|
|
</div> |
|
|
|
<!-- title --> |
|
|
|
<div class="artwork-relatedworks-tile"> |
|
|
|
{{ x["relatedWorksLabel"]["value"]}} |
|
|
|
<a href='/artwork?id={{ x["relatedWorks"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'>{{ x["relatedWorksLabel"]["value"]}}</a> |
|
|
|
</div> |
|
|
|
<!-- year --> |
|
|
|
<div class="artwork-relatedworks-date"> |
|
|
@ -445,9 +445,9 @@ |
|
|
|
<div> |
|
|
|
<div class="artwork-lists-img"> |
|
|
|
{% if "image" in x %} |
|
|
|
<img src="x['image']['value']"> |
|
|
|
<a target="_blank" href="{{ x['list']['value'] }}"><img src="x['image']['value']"></a> |
|
|
|
{% else %} |
|
|
|
<img src="{{ url_for('static', filename='/imgs/Icons/placeholder_no-image2.png') }}"> |
|
|
|
<a target="_blank" href="{{ x['list']['value'] }}"><img src="{{ url_for('static', filename='/imgs/Icons/placeholder_no-image2.png') }}"></a> |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
<div class="artwork-lists-title"> |
|
|
|