src/spel/templates/partial/spel_chapters.html
changeset 36 db864df8fe66
parent 25 21840e43dcc8
child 65 ac0c11fc869e
equal deleted inserted replaced
35:34aced5a43db 36:db864df8fe66
     5 <p class="bg-primary info">Chapitres correspondant aux annotations :</p>
     5 <p class="bg-primary info">Chapitres correspondant aux annotations :</p>
     6 {% endif %}
     6 {% endif %}
     7 <div class="row">
     7 <div class="row">
     8   <div class="col-md-8">
     8   <div class="col-md-8">
     9 	<ul class="list-inline chapter-tag-list">
     9 	<ul class="list-inline chapter-tag-list">
       
    10 	    {% if start_date != "" or end_date != "" %}<li class="small searched-tag date">
       
    11 	      {% if start_date != "" %}{{ start_date }} &le; {% endif %}date{% if end_date != "" %} &le; {{ end_date }}{% endif %}
       
    12 	      <span class="glyphicon glyphicon-remove small"></span></li>
       
    13 	    {% endif %}
    10 	    {% for t in annot_types %}<li class="small searched-tag type">{{ t|remove_tag_key }} <span class="glyphicon glyphicon-remove small"></span></li>{% endfor %}
    14 	    {% for t in annot_types %}<li class="small searched-tag type">{{ t|remove_tag_key }} <span class="glyphicon glyphicon-remove small"></span></li>{% endfor %}
    11 	    {% for t in mod_scen %}<li class="small searched-tag modscen">{{ t|remove_tag_key }} <span class="glyphicon glyphicon-remove small"></span></li>{% endfor %}
    15 	    {% for t in mod_scen %}<li class="small searched-tag modscen">{{ t|remove_tag_key }} <span class="glyphicon glyphicon-remove small"></span></li>{% endfor %}
    12 	    {% for t in perso %}<li class="small searched-tag perso">{{ t|remove_tag_key }} <span class="glyphicon glyphicon-remove small"></span></li>{% endfor %}
    16 	    {% for t in perso %}<li class="small searched-tag perso">{{ t|remove_tag_key }} <span class="glyphicon glyphicon-remove small"></span></li>{% endfor %}
       
    17 	    {% if searched_ref_text %}<li class="small searched-tag reftext">{{ searched_ref_text|first }} &le; ref. texte  &le; {{ searched_ref_text|last }} <span class="glyphicon glyphicon-remove small"></span></li>{% endif %}
    13 	</ul>
    18 	</ul>
    14     <p>{{ segments|length }} segment(s) trouvé(s)</p>
    19     <p>{{ segments|length }} segment(s) trouvé(s)</p>
    15   </div>
    20   </div>
    16   {% if not annot_chapters %}
    21   {% if not annot_chapters %}
    17   <div class="col-md-4">
    22   <div class="col-md-4">