211,7 → 211,11 |
<div class="input-file-row row"> |
<div class="input-file-container col-sm-10"> |
<input type="file" class="input-file" name="especes" id="especes"> |
<label for="especes"class="label-file"><i class="fas fa-download"></i> Espèces (<span style="text-transform:lowercase;">.csv</span>)</label> |
<label for="especes"class="label-file"><i class="fas fa-download"></i> Espèces (<span>.csv</span>)</label> |
<p class="message mt-2"> |
<i class="fa fa-exclamation-triangle" aria-hidden="true" style="color:#ff5d55"></i> |
Format : CSV UTF-8.<br>Séparateur : Tabulation. |
</p> |
</div> |
<div class="btn btn-danger btn-sm remove-file" name="remove-file" title="Supprimer le fichier"><i class="fas fa-times" aria-hidden="true"></i></div> |
<div class="file-return especes hidden"></div> |