|
|
@ -290,10 +290,7 @@ |
|
|
|
{% for x in itemviafID['results']['bindings'] %} |
|
|
|
<!-- name surname --> |
|
|
|
<div class="metadata-link"> |
|
|
|
<a target="_blank" href="{{ x['VIAFID']['value'] }}"> |
|
|
|
<span>{{ x['VIAFID']['value'] }}</span> |
|
|
|
</a> |
|
|
|
|
|
|
|
<p>{{ x['VIAFID']['value'] }}</p> |
|
|
|
</div> |
|
|
|
{% endfor %} |
|
|
|
{% endif %} |
|
|
@ -328,8 +325,6 @@ |
|
|
|
{% if personbiography['results']['bindings']==[] %} |
|
|
|
<p>information not available</p> |
|
|
|
|
|
|
|
<p><a href="">Log in to add the biography text</a></p> |
|
|
|
|
|
|
|
{% else %} |
|
|
|
|
|
|
|
<!-- For loop --> |
|
|
@ -363,7 +358,6 @@ |
|
|
|
<p class="label-item des">DESCRIPTION</p> |
|
|
|
{% if colorgdescription['results']['bindings']==[] %} |
|
|
|
<p>information not available</p> |
|
|
|
<p><a href="">Log in to add the description text</a><p> |
|
|
|
{% else %} |
|
|
|
|
|
|
|
<!-- For loop --> |
|
|
|