Skip to content
Snippets Groups Projects
Commit 70a1725f authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Enhance modal code

parent 6d2abeb5
No related branches found
No related tags found
No related merge requests found
<!-- Analysis init modal. User feedback showing that the analysis session is
loading. -->
<!-- Analysis init modal. User feedback showing that the analysis session is loading. -->
<div class="modal no-autoinit" id="analysis-init-modal">
<div class="modal-content">
<h4>Initializing your corpus analysis session...</h4>
......@@ -14,4 +12,4 @@ loading. -->
</div>
<p id="analysis-init-error" class="hide red-text"></p>
</div>
</div>
\ No newline at end of file
</div>
<!-- Modal showing detailed context info for one match. -->
<div id="context-modal" class="modal">
<div class="modal-content">
<form>
......@@ -73,4 +72,4 @@
</a>
<a href="#!" class="modal-close waves-effect waves-light red btn">Close</a>
</div>
</div>
\ No newline at end of file
</div>
<!-- Export query results modal. Allos the user to download the results in
different file formats. WIP -->
<!-- Export query results modal. Allos the user to download the results in different file formats. WIP -->
<div id="query-results-download-modal"
class="modal modal-fixed-footer no-autoinit">
<div class="modal-content">
......@@ -51,4 +49,4 @@ different file formats. WIP -->
<div class="modal-footer">
<a href="#!" class="modal-close waves-effect waves-light red btn">Close</a>
</div>
</div>
\ No newline at end of file
</div>
<!-- Modal showing the corpus files for the current query results including
title ant match count per corpus file. -->
<!-- Modal showing the corpus files for the current query results including title ant match count per corpus file. -->
<div id="show-corpus-files-modal" class="modal bottom-sheet">
<div class="container">
<div class="row">
......
<!-- Modal showing the meta data for the current query results or the imported
results -->
<!-- Modal showing the meta data for the current query results or the imported results -->
<div id="meta-data-modal" class="modal bottom-sheet">
<div class="container">
<div class="row">
......
<!-- Modal to show all metadata of one text/corpus file. Used in conjunction
with the show_meta_data.html.j2 template.-->
<!-- 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>
......@@ -9,4 +7,4 @@ with the show_meta_data.html.j2 template.-->
<div class="modal-footer">
<a href="#!" class="modal-close waves-effect waves-green red btn">Close</a>
</div>
</div>
\ No newline at end of file
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment