Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1664 Rev 1676
Line 224... Line 224...
224
								  $html = '<strong>Famille</strong> : ' . $obs['famille'],
224
								  $html = '<strong>Famille</strong> : ' . $obs['famille'],
225
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
225
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
Line 226... Line 226...
226
 
226
 
227
 
227
 
228
		// taxon
228
		// taxon
229
		$nom = $obs['nom_ret'];
229
		$nom = '<em>' . $obs['nom_ret'] . '</em>';
230
		if($obs['certitude'] && stripos($obs['certitude'], 'certain') === false) {
230
		if($obs['certitude'] && stripos($obs['certitude'], 'certain') === false) {
231
			$nom .= ' ' . $obs['certitude'];
231
			$nom .= ' ' . $obs['certitude'];
232
		}
232
		}
233
		$this->pdf->writeHTMLCell($w = $width, $lh * 3.5, '',  '',
233
		$this->pdf->writeHTMLCell($w = $width, $lh * 3.5, '',  '',
-
 
234
								  //$html = '<strong>Espèce</strong> : ' . self::elude('Espèce : ', $obs['nom_ret'], 2),
234
								  //$html = '<strong>Espèce</strong> : ' . self::elude('Espèce : ', $obs['nom_ret'], 2),
235
								  //$html = $this->elude('<strong>Taxon</strong> : ' . $nom, 3),
Line 235... Line 236...
235
								  $html = $this->elude('<strong>Taxon</strong> : ' . $nom, 3),
236
								  $html = '<strong>Taxon</strong> : ' . $nom, // on ne strip pas le nom de taxon, pas plus de 3 lignes
236
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
237
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
237
 
238
 
Line 296... Line 297...
296
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
297
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
Line 297... Line 298...
297
 
298
 
298
		// commentaire
299
		// commentaire
299
		$this->pdf->writeHTMLCell($w = $width, $lh * 4.5, '', '',
300
		$this->pdf->writeHTMLCell($w = $width, $lh * 4.5, '', '',
300
								  //$html = '<strong>Observation</strong> : ' . self::elude('Observation : ', $obs['commentaire']),
301
								  //$html = '<strong>Observation</strong> : ' . self::elude('Observation : ', $obs['commentaire']),
301
								  $html = self::elude('<strong>Observation</strong> : ' . $obs['commentaire'], 4),
302
								  $html = self::elude('<strong>Observations</strong> : ' . $obs['commentaire'], 4),
Line 302... Line 303...
302
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
303
								  $border = 'LR', $ln = 1, $fill = false, $reset = true, $align = 'L', $autopadding = true);
303
 
304
 
304
		// date
305
		// date