Commit 3d16819e authored by Administrator's avatar Administrator

Frame is ok (graph on the right) and 3 panels under

parent cadcfc10
...@@ -20,7 +20,8 @@ ...@@ -20,7 +20,8 @@
<div class="container theme-showcase" role="main"> <div class="container theme-showcase" role="main">
<div class="jumbotron"> <div class="jumbotron">
<div class="row">
<div class="col-md-4">
{% if project %} {% if project %}
<h1>{{ project.title }} </h1> <h1>{{ project.title }} </h1>
<p> {{ project.subtitle }}</p> <p> {{ project.subtitle }}</p>
...@@ -35,14 +36,19 @@ ...@@ -35,14 +36,19 @@
{% if number > 0 %} {% if number > 0 %}
<a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Modify corpus</a> <a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Modify corpus</a>
<a class="btn btn-default btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Export corpus</a></p> <a class="btn btn-default btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Export corpus</a></p>
<div id="hero-area" style="height: 300px;"></div>
{% endif %} {% endif %}
</div>
<div class="col-md-7">
<h2> Historic</h2>
<div id="hero-area" style="height: 300px;"></div>
{% if number == 0 %} {% if number == 0 %}
<a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Add documents</a></p> <a class="btn btn-primary btn-lg" role="button" href="/admin/documents/corpus/{{ corpus.pk }}/">Add documents</a></p>
{% endif %} {% endif %}
</div>
</div> </div>
</div>
</div> </div>
<div class="container"> <div class="container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment