Enhance modal code

This commit is contained in:
Patrick Jentsch 2020-10-23 10:44:27 +02:00
parent 6d2abeb5df
commit 70a1725f31
6 changed files with 9 additions and 20 deletions

View File

@ -1,6 +1,4 @@
<!-- 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>

View File

@ -1,5 +1,4 @@
<!-- Modal showing detailed context info for one match. -->
<div id="context-modal" class="modal">
<div class="modal-content">
<form>

View File

@ -1,6 +1,4 @@
<!-- 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">

View File

@ -1,6 +1,4 @@
<!-- 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">

View File

@ -1,6 +1,4 @@
<!-- 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">

View File

@ -1,6 +1,4 @@
<!-- 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>