src/hdalab/templates/thesaurus.html
changeset 293 b33caeba7faa
parent 279 177b508612f4
child 345 7bc38c7d6cf9
equal deleted inserted replaced
292:f6742c41d7a3 293:b33caeba7faa
     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 %}