Subversion Repositories eFlore/Applications.cel

Rev

Rev 3434 | Rev 3532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3434 Rev 3436
Line 210... Line 210...
210
 
210
 
Line 211... Line 211...
211
					<input id="referentiel" name="referentiel" value="<?php echo $widget['referentiel']; ?>" type="hidden">
211
					<input id="referentiel" name="referentiel" value="<?php echo $widget['referentiel']; ?>" type="hidden">
212
 
212
 
213
					<!-- Bloc-taxon -->
213
					<!-- Bloc-taxon -->
214
					<div id="bloc-taxon" class="control-group">
214
					<div id="bloc-taxon" class="control-group">
215
						<label for="taxon<?php echo ('arbres' !== $squelette ) ? '-liste' : '';?>" class="col-sm-8 obligatoire" title="">
215
						<label <?php echo ('arbres' !== $squelette ) ? 'for="taxon-liste"' : 'id="taxon-autocomplete-label" for="taxon"';?> class="col-sm-8 obligatoire" title="">
Line 216... Line 216...
216
							<i class="fa fa-leaf" aria-hidden="true"></i>&nbsp;Espèce (<?php echo $widget['referentiel']; ?>)
216
							<i class="fa fa-leaf" aria-hidden="true"></i>&nbsp;Espèce (<?php echo $widget['referentiel']; ?>)
Line 249... Line 249...
249
										<input id="taxon" name="taxon" type="hidden" />
249
										<input id="taxon" name="taxon" type="hidden" />
250
									</div>
250
									</div>
251
							</div><!-- fin bloc-taxon -->
251
							</div><!-- fin bloc-taxon -->
252
							<!-- input text pour l'option "autre" espèce -->
252
							<!-- input text pour l'option "autre" espèce -->
253
							<div id="taxon-input-groupe" class="control-group hidden">
253
							<div id="taxon-input-groupe" class="control-group hidden">
254
								<label for="taxon-autre" class="col-sm-8" title="">
254
								<label id="taxon-autocomplete-label" for="taxon-autre" class="col-sm-8" title="">
255
									<i class="fab fa-pagelines" aria-hidden="true"></i>&nbsp;Autre espèce
255
									<i class="fab fa-pagelines" aria-hidden="true"></i>&nbsp;Autre espèce
256
								</label>
256
								</label>
257
								<div class="col-sm-8 mb-3">
257
								<div class="col-sm-8 mb-3">
258
									<input id="taxon-autre" name="taxon-autre" class="form-control has-tooltip" type="text" data-toggle="tooltip" title="Saisir le taxon observé, en utilisant l&apos;autocomplétion autant que possible.">
258
									<input id="taxon-autre" name="taxon-autre" class="form-control has-tooltip" type="text" data-toggle="tooltip" title="Saisir le taxon observé, en utilisant l&apos;autocomplétion autant que possible.">
259
								</div>
259
								</div>