Added some documentation.

This commit is contained in:
Stephan Porada
2019-03-01 20:55:41 +01:00
parent 96e84d083d
commit 27aa61d91a
37 changed files with 277 additions and 115 deletions

View File

@ -1,5 +1,8 @@
{% extends "blog/base.html" %}
<!-- This template creates the ngram viewer page for the user according to the
query. This creates the ngram viewer per speaker. -->
{% block nav-tabs %}
<div class="nav-content">
<ul class="tabs tabs-transparent">
@ -33,7 +36,7 @@
</div>
<br />
<br />
Corpus:{{form.corpus_choice}}
Korpus:{{form.corpus_choice}}
<div class="section">
<div class="switch section ">
<span>Case-sensitive Suche:</span>

View File

@ -1,5 +1,8 @@
{% extends "blog/base.html" %}
<!-- This template creates the ngram viewer page for the user according to the
query. This creates the ngram viewer per year. -->
{% block nav-tabs %}
<div class="nav-content">
<ul class="tabs tabs-transparent">
@ -28,7 +31,7 @@
</div>
<br />
<br />
Corpus:{{form.corpus_choice}}
Korpus:{{form.corpus_choice}}
<div class="section">
<div class="switch section ">
<span>Case-sensitive Suche:</span>