Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3249 Rev 3256
Line 266... Line 266...
266
								<?php endif; ?>
266
								<?php endif; ?>
Line 267... Line 267...
267
 
267
 
268
								<div class="control-group">
268
								<div class="control-group">
269
									<label for="taxon" class="col-sm-8" title="">
269
									<label for="taxon" class="col-sm-8" title="">
270
										<i class="fa fa-leaf" aria-hidden="true"></i>
270
										<i class="fa fa-leaf" aria-hidden="true"></i>
271
										<?php echo $observation['espece']; ?><?php if ( $widget['referentiel'] !== '' && $widget['referentiel'] !== NULL ) echo " (" . $widget['referentiel'] . ")"; ?>
271
										<?php echo $observation['espece']; ?><?php if ( !empty( $widget['referentiel'] ) ) echo " (" . $widget['referentiel'] . ")"; ?>
272
									</label>
272
									</label>
273
									<div class="col-sm-8 mb-3">
273
									<div class="col-sm-8 mb-3">
274
										<input id="taxon" name="taxon" class="form-control" type="text">
274
										<input id="taxon" name="taxon" class="form-control" type="text">
275
									</div>
275
									</div>