Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3354 Rev 3363
Line 597... Line 597...
597
 
597
 
598
	if ( this.utils.valOk( datasObs.lichen.notes ) ) {
598
	if ( this.utils.valOk( datasObs.lichen.notes ) ) {
599
		commentaires =
599
		commentaires =
600
			this.utils.msgTraduction( 'commentaires' ) +
600
			this.utils.msgTraduction( 'commentaires' ) +
601
			' : <span>'+
601
			' : <span>'+
602
				datasObs.arbre.notes +
602
				datasObs.lichen.notes +
603
			'</span> ';
603
			'</span> ';
Line 604... Line 604...
604
	}
604
	}
605
 
605
 
Line 635... Line 635...
635
					miniatures+
635
					miniatures+
636
				'</div>'+
636
				'</div>'+
637
				'<div' + responsivDiff5 + '>'+
637
				'<div' + responsivDiff5 + '>'+
638
					'<ul class="unstyled">'+
638
					'<ul class="unstyled">'+
639
						'<li>'+
639
						'<li>'+
640
							'<span id="obs-arbre-' + numArbre + '" class="badge num-obs-arbre" data-arbre="' + numArbre + '">Arbre ' + numArbre + '</span>' +
640
							'<span id="obs-lichen-' + numArbre + '" class="badge num-obs-arbre" data-arbre="' + numArbre + '">Arbre ' + numArbre + '</span>' +
641
							' <span class="nom-sci">' + taxon + '</span> '+
641
							' <span class="nom-sci">' + taxon + '</span> '+
642
							this.ajouterNumNomSel( numNomSel ) +
642
							this.ajouterNumNomSel( numNomSel ) +
643
							' [certitude : ' + certitude + ']'+
643
							' [certitude : ' + certitude + ']'+
644
							' ' + this.utils.msgTraduction( 'obs-le' ) + ' ' +
644
							' ' + this.utils.msgTraduction( 'obs-le' ) + ' ' +
645
							'<span class="date">' + dateObs + '</span>'+
645
							'<span class="date">' + dateObs + '</span>'+