Line 209... |
Line 209... |
209 |
|
209 |
|
210 |
<!-- Bouton fichier-type à compléter -->
|
210 |
<!-- Bouton fichier-type à compléter -->
|
211 |
<div class="input-file-row row">
|
211 |
<div class="input-file-row row">
|
212 |
<div class="input-file-container col-sm-10">
|
212 |
<div class="input-file-container col-sm-10">
|
213 |
<input type="file" class="input-file" name="especes" id="especes">
|
213 |
<input type="file" class="input-file" name="especes" id="especes">
|
- |
|
214 |
<label for="especes"class="label-file"><i class="fas fa-download"></i> Espèces (<span>.csv</span>)</label>
|
- |
|
215 |
<p class="message mt-2">
|
- |
|
216 |
<i class="fa fa-exclamation-triangle" aria-hidden="true" style="color:#ff5d55"></i>
|
- |
|
217 |
Format : CSV UTF-8.<br>Séparateur : Tabulation.
|
214 |
<label for="especes"class="label-file"><i class="fas fa-download"></i> Espèces (<span style="text-transform:lowercase;">.csv</span>)</label>
|
218 |
</p>
|
215 |
</div>
|
219 |
</div>
|
216 |
<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>
|
220 |
<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>
|
217 |
<div class="file-return especes hidden"></div>
|
221 |
<div class="file-return especes hidden"></div>
|
218 |
</div>
|
222 |
</div>
|