equal
deleted
inserted
replaced
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 }} ≤ {% endif %}date{% if end_date != "" %} ≤ {{ 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 }} ≤ ref. texte ≤ {{ 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"> |