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
Show more breadcrumbs
SFB 1288 - INF
nopaque
Commits
74d91477
Commit
74d91477
authored
5 years ago
by
Patrick Jentsch
Browse files
Options
Downloads
Patches
Plain Diff
Remove FAB + Codeformatting at corpus page.
parent
08ba7476
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/corpus.html.j2
+7
-22
7 additions, 22 deletions
app/templates/corpora/corpus.html.j2
with
7 additions
and
22 deletions
app/templates/corpora/corpus.html.j2
+
7
−
22
View file @
74d91477
...
@@ -4,19 +4,6 @@
...
@@ -4,19 +4,6 @@
<div class="col s12 m4">
<div class="col s12 m4">
<h3 id="title">{{ corpus.title }}</h3>
<h3 id="title">{{ corpus.title }}</h3>
<p id="description">{{ corpus.description }}</p>
<p id="description">{{ corpus.description }}</p>
<div class="position: relative; height: 70px;">
<div class="fixed-action-btn">
<a class="btn-floating btn-large red">
<i class="large material-icons">mode_edit</i>
</a>
<ul>
<li><a class="btn-floating red"><i class="material-icons">insert_chart</i></a></li>
<li><a class="btn-floating yellow darken-1"><i class="material-icons">format_quote</i></a></li>
<li><a class="btn-floating green"><i class="material-icons">publish</i></a></li>
<li><a class="btn-floating blue"><i class="material-icons">attach_file</i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col s12 m8">
<div class="col s12 m8">
...
@@ -38,7 +25,7 @@
...
@@ -38,7 +25,7 @@
<a data-target="add-corpus-file-modal" class="waves-effect waves-light btn modal-trigger">
<a data-target="add-corpus-file-modal" class="waves-effect waves-light btn modal-trigger">
<i class="material-icons left">add</i>Add corpus file
<i class="material-icons left">add</i>Add corpus file
</a>
</a>
<a
href="#modal-confirm-delete
" class="waves-effect waves-light btn red modal-trigger right">
<a
data-target="delete-corpus-modal
" class="waves-effect waves-light btn red modal-trigger right">
<i class="material-icons left">delete</i>Delete Corpus
<i class="material-icons left">delete</i>Delete Corpus
</a>
</a>
</div>
</div>
...
@@ -81,8 +68,7 @@
...
@@ -81,8 +68,7 @@
</div>
</div>
</div>
</div>
<!-- Modals -->
<div id="add-corpus-file-modal" class="modal">
<div id="add-corpus-file-modal" class="modal">
<div class="modal-content">
<div class="modal-content">
<h4>Add corpus file</h4>
<h4>Add corpus file</h4>
...
@@ -135,21 +121,20 @@
...
@@ -135,21 +121,20 @@
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="modal-footer">
{{ add_corpus_file_form.submit(class='btn') }}
<button class="btn waves-effect waves-light" id="submit" name="submit" type="submit">Submit<i class="material-icons right">send</i></button>
</div>
</div>
</form>
</form>
</div>
</div>
</div>
</div>
<div id="
modal-confirm-delete
" class="modal">
<div id="
delete-corpus-modal
" class="modal">
<div class="modal-content">
<div class="modal-content">
<h4>Confirm deletion</h4>
<h4>Confirm corpus deletion</h4>
<p>Do you really want to delete the Corpus {{corpus.title}}?
<p>Do you really want to delete the Corpus {{corpus.title}}? All files will be permanently deleted!</p>
All files will be permanently deleted.</p>
</div>
</div>
<div class="modal-footer">
<div class="modal-footer">
<a href="{{ url_for('corpora.delete_corpus', corpus_id=corpus.id) }}" class="modal-close waves-effect waves-green btn red"><i class="material-icons left">delete</i>Delete Corpus</a>
<a href="#!" class="modal-close waves-effect waves-green btn cancel">Cancel</a>
<a href="#!" class="modal-close waves-effect waves-green btn cancel">Cancel</a>
<a href="{{ url_for('corpora.delete_corpus', corpus_id=corpus.id) }}" class="modal-close waves-effect waves-green btn red">Confirm<i class="material-icons right">send</i></a>
</div>
</div>
</div>
</div>
{% endblock %}
{% endblock %}
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