Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nopaque
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
c416d64a
Commit
c416d64a
authored
5 years ago
by
Stephan Porada
Browse files
Options
Downloads
Patches
Plain Diff
some comment changes
parent
6414ab36
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/templates/corpora/analyse_corpus.html.j2
+20
-9
20 additions, 9 deletions
app/templates/corpora/analyse_corpus.html.j2
with
20 additions
and
9 deletions
app/templates/corpora/analyse_corpus.html.j2
+
20
−
9
View file @
c416d64a
...
...
@@ -3,7 +3,7 @@
{% set full_width = True %}
{% block page_content %}
<!-- Query Form -->
<!-- Query Form
and display options
-->
<form id="query-form">
<div class="col s12">
<ul class="collapsible expandable">
...
...
@@ -107,7 +107,7 @@
<tr>
<td>CSV</td>
<td>
<a class="btn waves-effect waves-light" id="download-results-csv">Download
<a class="btn waves-effect waves-light
disabled
" id="download-results-csv">Download
<i class="material-icons right">file_download</i>
</a>
</td>
...
...
@@ -135,12 +135,13 @@
</div>
</div>
<!-- Loading animation card when query results are being loaded -->
<!-- Loading animation card when query results are being calculated on the
server side -->
<div class="row">
<div class="col s12 hide" id="getting-query-results">
<div class="card">
<div class="card-content">
<span class="card-title">
Fetch
ing your results!</span>
<span class="card-title">
Calculat
ing your
total
results!</span>
<div>
<div class="progress">
<div class="indeterminate" id="getting-query-results-bar"></div>
...
...
@@ -151,14 +152,23 @@
</div>
</div>
<!--
table showing the query results
-->
<!--
entire results div/card
-->
<div class="col s12" id="recieved-query-results">
<div class="card">
<div class="card-content" id="result-list" style="overflow: hidden;">
<span class="card-title">Query Results</span>
<p id="query-results-metadata">
<button id="export-query-results" class="waves-effect waves-light btn-small right hide" type="submit">Export Results<i class="material-icons right">file_download</i></button>
</p>
<div class="row">
<div class="col s12" id="query-results-metadata">
</div>
<div class="col s12">
<div class="progress">
<div class="determinate" style="width: 70%"></div>
</div>
<p> </p>
<button id="export-query-results" class="waves-effect waves-light btn-small right hide" type="submit">Export Results<i class="material-icons right">file_download</i></button>
</div>
</div>
<!-- table showing the query results -->
<ul class="pagination paginationTop"></ul>
<table class="responsive-table highlight">
<thead>
...
...
@@ -208,7 +218,8 @@
</div>
</div>
<script>
<script src="{{ url_for('static', filename='js/nopaque.analyse_corpus.js') }}">
// Initialising some modals for later usage
var contextModal;
var loadingModal;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment