mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Add warning about .stand-off.vrt
This commit is contained in:
parent
8083382046
commit
1604cdeaf6
@ -3,7 +3,13 @@
|
|||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<div class="col s12 m4">
|
<div class="col s12 m4">
|
||||||
<h3>{{ corpus.title }}</h3>
|
<h3>{{ corpus.title }}</h3>
|
||||||
<p>Fill out the following form to add a corpus file in verticalized text format (.vrt).</p>
|
<p>
|
||||||
|
Fill out the following form to add a corpus file in verticalized text
|
||||||
|
format (.vrt).
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<strong>Do not use the .stand-off.vrt file!</strong>
|
||||||
|
</p>
|
||||||
<a class="waves-effect waves-light btn" href="{{ url_for('corpora.corpus', corpus_id=corpus.id) }}"><i class="material-icons left">arrow_back</i>Back to corpus</a>
|
<a class="waves-effect waves-light btn" href="{{ url_for('corpora.corpus', corpus_id=corpus.id) }}"><i class="material-icons left">arrow_back</i>Back to corpus</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user