mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
12 lines
417 B
Django/Jinja
12 lines
417 B
Django/Jinja
<!-- Modal to show all metadata of one text/corpus file. Used in conjunction
|
|
with the show_meta_data.html.j2 template.-->
|
|
|
|
<div id="modal-text-details" class="modal modal-fixed-footer">
|
|
<div class="modal-content">
|
|
<h4>Bibliographic data</h4>
|
|
<p id="bibliographic-data"></p>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<a href="#!" class="modal-close waves-effect waves-green red btn">Close</a>
|
|
</div>
|
|
</div> |