43 lines
1.0 KiB
Twig
43 lines
1.0 KiB
Twig
{% block form_tag %} <form class='invalid'> {% endblock %}
|
|
|
|
<!-- Recherche de groupe -->
|
|
{% block search %}
|
|
|
|
{% block search_input %}
|
|
|
|
<input id='remove_search_keyword' type='text' class='search' placeholder='Recherche...'><br>
|
|
<input id='remove_search_id' type='hidden' value=''>
|
|
|
|
{% endblock %}
|
|
|
|
<!-- Indice du resultat -->
|
|
{% block search_submit %}
|
|
|
|
<span class='remove_search_view'>groupe <span class='remove_search_num'>0</span> sur <span class='remove_search_sum'>0</span></span><br><br>
|
|
<button id='remove_search_submit' class='search'>Trouver/Suivant</button><br>
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|
<br><br><hr class='OR' data-label='PUIS' /><br><br>
|
|
|
|
<!-- Suppression de groupe -->
|
|
{% block remove %}
|
|
|
|
{% block remove_input %}
|
|
|
|
<input id='remove_name' type='text' placeholder='Nom' disabled><br>
|
|
<input id='remove_class' type='text' placeholder='Type de groupe' disabled><br>
|
|
|
|
{% endblock %}
|
|
|
|
{% block remove_submit %}
|
|
|
|
<button id='remove_submit' disabled>Supprimer</button>
|
|
|
|
{% endblock %}
|
|
|
|
{% endblock %}
|
|
|
|
</form> |