02d12123df51d5761a60fb19cc06c45e9c82ed97
[htsworkflow.git] / htsworkflow / frontend / templates / flowcell_libraries_app.html
1 {% extends "app_base.html" %}
2
3 {% block additional_css %}
4     {% load adminmedia %}
5     {% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% admin_media_prefix %}css/rtl.css{% endblock %}" />{% endif %}
6     {% block extrastyle %}{% endblock %}
7     {% block extrahead %}{% endblock %}
8     {% block blockbots %}<meta name="robots" content="NONE,NOARCHIVE" />{% endblock %}
9     <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/data-browse-index.css" />
10 {% endblock %}
11
12 {% block dynamic_panels %}
13     <ul id="Libraries" class="x-hidden">
14             <li>
15                 <img src="/static/img/s.gif" class="icon-show-all" />
16                 <a href="{% url htsworkflow.frontend.samples.views.library %}">Index</a><br />
17             </li>
18     </ul>
19     <ul id="Flowcells" class="x-hidden">
20             <li>
21                 <img src="/static/img/s.gif" class="icon-show-all" />
22                 <a href="/runfolders/">Run Folders</a><br />
23             </li>
24     </ul>
25 {% endblock %}
26
27 {% block app_toolbar_west %}
28     <div id="Library Index" href="{% url htsworkflow.frontend.samples.views.library %}"></div>
29     <div id="Run Folders" href="/runfolders/"></div>
30 {% endblock %}
31
32 {% block app_toolbar_east %}
33     <!--<div id="Admin" href="/admin/"></div>-->
34 {% endblock %}
35
36 {% block east_region %}
37 <div id="east_region_config" class="x-hidden">changelist-filter</div>
38 {% endblock %}