<imgtitle="Deselect the elements bearing this label"class="hierarchy-icone_left"@click="rm_mandatory_label(index)"src="static/img/plus-encadre.png"onmouseover="this.src='static/img/plus-encadre-vert.png'"onmouseout="this.src='static/img/plus-encadre.png'">
<imgtitle="Authorizes elements bearing this label"class="hierarchy-icone_right"@click="rm_forbiden_label(index)"src="static/img/moins-encadre.png"onmouseover="this.src='static/img/moins-encadre-rouge.png'"onmouseout="this.src='static/img/moins-encadre.png'">
<spanv-for='(label, index) in high_discriminating_labels'v-bind:key="label['name']">
<spanv-for='(label, index) in high_discriminating_labels'v-bind:key="label['label_name']">
<imgtitle="Selects elements with this label"class="hierarchy-icone_left"@click="add_mandatory_label(index, 'new')"src="static/img/plus.png"onmouseover="this.src='static/img/plus-vert.png'"onmouseout="this.src='static/img/plus.png'">
<imgtitle="Prohibits elements with this label"class="hierarchy-icone_right"@click="add_forbiden_label(index, 'new')"src="static/img/moins.png"onmouseover="this.src='static/img/moins-rouge.png'"onmouseout="this.src='static/img/moins.png'">