2020-09-25 13:00:51 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
|
2020-09-26 18:10:28 +02:00
|
|
|
<!-- <div id="artwork-description">
|
2020-09-25 13:00:51 +02:00
|
|
|
<div id="artwork-page-title">ARTWORK</div>
|
2020-09-26 18:10:28 +02:00
|
|
|
<div id="artwork-title">WHATEVER</div>
|
|
|
|
<div id="artwork-short-description"></div>
|
2020-09-25 13:00:51 +02:00
|
|
|
</div>
|
|
|
|
<div id="artwork-content">
|
|
|
|
<div id="artwork-content-menu">
|
|
|
|
<div id="artwork-content-menu-about">About this work</div>
|
|
|
|
<div id="artwork-content-menu-record">Detailed record</div>
|
|
|
|
<div id="artwork-content-menu-relationships">Relationships</div>
|
|
|
|
<div id="artwork-content-menu-lists">Lists</div>
|
|
|
|
</div>
|
|
|
|
<div id="artwork-content-infos">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2020-09-26 18:10:28 +02:00
|
|
|
-->
|
2020-09-25 13:00:51 +02:00
|
|
|
|
2020-09-26 18:10:28 +02:00
|
|
|
<div id="container-backend-data-button">
|
|
|
|
|
|
|
|
|
|
|
|
<a target="_blank" href="https://daap.bannerrepeater.org/wiki/Item:{{ artwork_id }}">
|
|
|
|
<div id="backend-data-button">
|
|
|
|
<span>Go to backend to see live data</span>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<img src="{{ url_for('static', filename='/imgs/Pages/Artwork page_mock up.png') }}">
|
2020-09-25 13:00:51 +02:00
|
|
|
|
|
|
|
{% endblock content %}
|