Child: [77df3f] (diff)

Download this file

analysis_left_menu_short.html    9 lines (8 with data), 432 Bytes

1
2
3
4
5
6
7
8
9
{% load staticfiles %}
<div class="magic_bar_osp">
<div id="top_nav">
<a id="all_analyses" href="{% url 'analysis_list' %}">All analyses</a>
<a id="new_anaysis" href="{% url 'analysis_new' %}">New</a>
<a id="import" href="{% url 'upload_page' %}">Import</a>
</div>
</div>