equal
deleted
inserted
replaced
3 |
3 |
4 {% block title %}{{block.super}} > Recherche par arbre{% endblock %} |
4 {% block title %}{{block.super}} > Recherche par arbre{% endblock %} |
5 |
5 |
6 {% block css_import %} |
6 {% block css_import %} |
7 {{block.super}} |
7 {{block.super}} |
8 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.8.16.custom.css' %}" /> |
8 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/ui-lightness/jquery-ui-1.10.4.min.css' %}" /> |
9 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/trees.css?refresh' %}" /> |
9 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/trees.css?refresh' %}" /> |
10 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/thesaurus.css?refresh' %}" /> |
10 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/thesaurus.css?refresh' %}" /> |
11 {% endblock %} |
11 {% endblock %} |
12 |
12 |
13 {% block js_import %} |
13 {% block js_import %} |