Subversion Repositories eFlore/Applications.cel

Rev

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

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