|
|
@ -197,7 +197,7 @@ |
|
|
|
{% for x in artworkcontributors['results']['bindings'] %} |
|
|
|
<!-- name surname --> |
|
|
|
<div class="metadata-link"> |
|
|
|
<a href='/contributor?id={{ x["creators"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'> |
|
|
|
<a href='/contributor?id={{ x["creators"]["value"] | replace("https://daap.bannerrepeater.org/entity/", "") }}'> |
|
|
|
<span>{{ x['creatorsLabel']['value'] }}</span> |
|
|
|
</a> |
|
|
|
<!-- role/function --> |
|
|
@ -243,7 +243,7 @@ |
|
|
|
<!-- name, surname --> |
|
|
|
<div class="metadata-link artwork-rightcolumn-top-publishers-item"> |
|
|
|
{% if 'publishersLabel' in x %} |
|
|
|
<a href='/contributor?id={{ x["publishers"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'><span>{{ x['publishersLabel']['value'] }}</span></a> |
|
|
|
<a href='/contributor?id={{ x["publishers"]["value"] | replace("https://daap.bannerrepeater.org/entity/", "") }}'><span>{{ x['publishersLabel']['value'] }}</span></a> |
|
|
|
{% endif %} |
|
|
|
<!-- role --> |
|
|
|
{% if 'role' in x %} |
|
|
@ -371,12 +371,12 @@ |
|
|
|
<!-- img --> |
|
|
|
<div class="artwork-copiesincollection-img-div"> |
|
|
|
{% if "image" in x %} |
|
|
|
<!-- <a href='/artwork?id={{ x["copiesCollections"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'> --> |
|
|
|
<!-- <a href='/artwork?id={{ x["copiesCollections"]["value"] | replace("https://daap.bannerrepeater.org/entity/", "") }}'> --> |
|
|
|
<img class="artwork-copiesincollection-imgs" src='{{ x["image"]["value"] | replace("wiki/File:","wiki/Special:Redirect/file/") }}'> |
|
|
|
<!-- </a> --> |
|
|
|
<br> |
|
|
|
{% else %} |
|
|
|
<!-- <a href='/artwork?id={{ x["copiesCollections"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'> --> |
|
|
|
<!-- <a href='/artwork?id={{ x["copiesCollections"]["value"] | replace("https://daap.bannerrepeater.org/entity/", "") }}'> --> |
|
|
|
<img class="artwork-copiesincollection-imgs" src="{{ url_for('static', filename='/imgs/Icons/placeholder_no-image2.png') }}"> |
|
|
|
<!-- </a> --> |
|
|
|
<br> |
|
|
@ -401,12 +401,12 @@ |
|
|
|
<!-- image --> |
|
|
|
<div class="artwork-relatedworks-img-div"> |
|
|
|
{% if "image" in x %} |
|
|
|
<a href='/artwork?id={{ x["relatedWorks"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'> |
|
|
|
<a href='/artwork?id={{ x["relatedWorks"]["value"] | replace("https://daap.bannerrepeater.org/entity/", "") }}'> |
|
|
|
<img class="artwork-relatedworks-imgs" src='{{ x["image"]["value"] | replace("wiki/File:","wiki/Special:Redirect/file/") }}'> |
|
|
|
</a> |
|
|
|
<br> |
|
|
|
{% else %} |
|
|
|
<a href='/artwork?id={{ x["relatedWorks"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'> |
|
|
|
<a href='/artwork?id={{ x["relatedWorks"]["value"] | replace("https://daap.bannerrepeater.org/entity/", "") }}'> |
|
|
|
<img class="artwork-relatedworks-imgs" src="{{ url_for('static', filename='/imgs/Icons/placeholder_no-image2.png') }}"> |
|
|
|
</a> |
|
|
|
<br> |
|
|
@ -414,7 +414,7 @@ |
|
|
|
</div> |
|
|
|
<!-- title --> |
|
|
|
<div class="artwork-relatedworks-tile"> |
|
|
|
<a href='/artwork?id={{ x["relatedWorks"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'>{{ x["relatedWorksLabel"]["value"]}}</a> |
|
|
|
<a href='/artwork?id={{ x["relatedWorks"]["value"] | replace("https://daap.bannerrepeater.org/entity/", "") }}'>{{ x["relatedWorksLabel"]["value"]}}</a> |
|
|
|
</div> |
|
|
|
<!-- year --> |
|
|
|
<div class="artwork-relatedworks-date"> |
|
|
|