nopaque/app/templates/modals/show_text_details.html.j2

11 lines
418 B
Plaintext
Raw Normal View History

2020-10-23 08:54:06 +00:00
<!-- Modal to show all metadata of one text/corpus file. Used in conjunction with the show_meta_data.html.j2 template. -->
2020-07-21 11:40:17 +00:00
<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>
2020-10-23 08:44:27 +00:00
</div>