Subversion Repositories eFlore/Applications.cel

Rev

Rev 2355 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2355 Rev 2382
Line 127... Line 127...
127
		
127
		
128
		stats += ' sur '+(stationNbre+ communeNbre)+' station';
128
		stats += ' sur '+(stationNbre+ communeNbre)+' station';
Line 129... Line 129...
129
		stats += (stationNbre > 1) ? 's' : '' ;
129
		stats += (stationNbre > 1) ? 's' : '' ;
130
		
130
		
131
		if (nt == '*') {
131
		if (nt == '*') {
132
			stats += ' parmi '+plteNbreFormate+' plante';
132
			stats += ' parmi '+plteNbreFormate+' taxon';
133
			stats += (plteNbre > 1) ? 's' : '' ;
133
			stats += (plteNbre > 1) ? 's' : '' ;
134
		} else {
134
		} else {
135
			if($('.taxon-actif .taxon').text() != '') {
135
			if($('.taxon-actif .taxon').text() != '') {