|
|
@ -6,17 +6,17 @@ |
|
|
|
<!-- Artwork title and navigation --> |
|
|
|
<div> |
|
|
|
<!-- ARTWORK label in rectangle --> |
|
|
|
<div> |
|
|
|
<div class="artwork-box"> |
|
|
|
<span>ARTWORK</span> |
|
|
|
</div> |
|
|
|
<!-- Artwork title --> |
|
|
|
<div> |
|
|
|
<div class="artwork-title"> |
|
|
|
{% for x in artworkintro['results']['bindings'] %} |
|
|
|
{{ x['workLabel']['value'] }} |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
<!-- Artwork intro-description --> |
|
|
|
<div> |
|
|
|
<div class="artwork-intro"> |
|
|
|
{% for x in artworkintro['results']['bindings'] %} |
|
|
|
{% if 'workDescription' in x %} |
|
|
|
{{ x['workDescription']['value'] }} |
|
|
@ -26,19 +26,19 @@ |
|
|
|
|
|
|
|
<!-- NAVIGATION HERE? --> |
|
|
|
<div class="artwork-nav"> |
|
|
|
<div>ABOUT THIS WORK</div> |
|
|
|
<div>RELATIONSHIPS</div> |
|
|
|
<div>LISTS</div> |
|
|
|
<div><a href="">DETAILED RECORD</a></div> |
|
|
|
<div class="artwork-nav-label active">ABOUT THIS WORK</div> |
|
|
|
<div class="artwork-nav-label">RELATIONSHIPS</div> |
|
|
|
<div class="artwork-nav-label">LISTS</div> |
|
|
|
<div class="artwork-nav-label"><a href="">DETAILED RECORD</a></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- The content in 3 divs displayed or not (detailed revord is out)--> |
|
|
|
<div> |
|
|
|
<!-- about --> |
|
|
|
<div class="artwork-about"> |
|
|
|
<!-- left --> |
|
|
|
<div class="artwork-leftcolumn"> |
|
|
|
|
|
|
|
<!-- about or relationships or lists or detailed record --> |
|
|
|
<div class="artwork-about"> |
|
|
|
<!-- left --> |
|
|
|
<div class="artwork-leftcolumn"> |
|
|
|
<!-- img - I am unsure how to handle the thing to go through the different pictures --> |
|
|
|
<div class="artwork-about-img"> |
|
|
|
{% for x in artworkimages['results']['bindings'] %} |
|
|
@ -53,17 +53,18 @@ |
|
|
|
</div> |
|
|
|
<!-- other stuff like downloads, absent for now --> |
|
|
|
<div></div> |
|
|
|
</div> |
|
|
|
<!-- right --> |
|
|
|
<div class="artwork-rightcolumn"> |
|
|
|
<!-- contributors / date / publishers --> |
|
|
|
<div class="artwork-rightcolumn-top"> |
|
|
|
<!-- contributors --> |
|
|
|
<div class="artwork-rightcolumn-top-contributors"> |
|
|
|
<span>CONTRIBUTORS</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- right |
|
|
|
<div class="artwork-rightcolumn"> --> |
|
|
|
<!-- contributors / date / publishers --> |
|
|
|
|
|
|
|
<!-- contributors --> |
|
|
|
<div class="artwork-rightcolumn-top-contributors"> |
|
|
|
<span class="label-item">CONTRIBUTORS</span> |
|
|
|
{% for x in artworkcontributors['results']['bindings'] %} |
|
|
|
<!-- name surname --> |
|
|
|
<div> |
|
|
|
<div class="metadata-link"> |
|
|
|
<a href='/person?id={{ x["creators"]["value"] | replace("http://daap.bannerrepeater.org/entity/", "") }}'> |
|
|
|
<span>{{ x['creatorsLabel']['value'] }}</span> |
|
|
|
</a> |
|
|
@ -73,10 +74,10 @@ |
|
|
|
<span>{{ x['role']['value'] }}</span> |
|
|
|
</div> |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
<!-- date --> |
|
|
|
<div class="artwork-rightcolumn-top-date"> |
|
|
|
<span>DATE</span> |
|
|
|
</div> |
|
|
|
<!-- date --> |
|
|
|
<div class="artwork-rightcolumn-top-date"> |
|
|
|
<span class="label-item">DATE</span> |
|
|
|
<!-- loops through dates --> |
|
|
|
{% for x in artworkdate['results']['bindings'] %} |
|
|
|
<!-- date --> |
|
|
@ -91,14 +92,14 @@ |
|
|
|
<div>Source: {{ x['sourceLabel']['value'] }}</div> |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
<!-- publishers --> |
|
|
|
<div class="artwork-rightcolumn-top-publishers"> |
|
|
|
<span>PUBLISHERS</span> |
|
|
|
|
|
|
|
<!-- publishers removed div .artwork-rightcolumn-top-publishers--> |
|
|
|
|
|
|
|
<span class="label-item">PUBLISHERS</span> |
|
|
|
<!-- loop through publishers --> |
|
|
|
{% for x in artworkpublisher['results']['bindings'] %} |
|
|
|
<!-- name, surname --> |
|
|
|
<div class="artwork-rightcolumn-top-publishers-item"> |
|
|
|
<div class="metadata-link artwork-rightcolumn-top-publishers-item"> |
|
|
|
{% if 'publishersLabel' in x %} |
|
|
|
<a href=""><span>{{ x['publishersLabel']['value'] }}</span></a> |
|
|
|
{% else %} |
|
|
@ -110,27 +111,26 @@ |
|
|
|
{% endif %} |
|
|
|
<div> |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="artwork-about-bottom"> |
|
|
|
<!-- description --> |
|
|
|
<div></div> |
|
|
|
<!-- exhibition and distribution history --> |
|
|
|
<div></div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- relationships --> |
|
|
|
<div></div> |
|
|
|
|
|
|
|
<!-- lists --> |
|
|
|
<div></div> |
|
|
|
|
|
|
|
<!-- </div> end of right column --> |
|
|
|
|
|
|
|
<!-- relationships --> |
|
|
|
<div></div> |
|
|
|
<!-- lists --> |
|
|
|
<div></div> |
|
|
|
</div> |
|
|
|
<!-- end of about --> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- copies in collections --> |
|
|
|
<div> |
|
|
|
<div>Copies in collections</div> |
|
|
|
<div class="artwork-copieswrapper"> |
|
|
|
<div class="Heading_C">Copies in collections</div> |
|
|
|
<!-- all the copies if any --> |
|
|
|
{% for x in copiesincollection['results']['bindings'] %} |
|
|
|
<div class="artwork-copiesincollection"> |
|
|
@ -158,8 +158,8 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- Related works --> |
|
|
|
<div> |
|
|
|
<div>Related works</div> |
|
|
|
<div class="artwork-relatedwrapper"> |
|
|
|
<div class="Heading_C">Related works</div> |
|
|
|
<!-- all the works if any--> |
|
|
|
{% for x in relatedworks['results']['bindings'] %} |
|
|
|
<div class="artwork-relatedworks"> |
|
|
@ -191,8 +191,6 @@ |
|
|
|
{% endfor %} |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endblock content %} |