Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1997 Rev 2006
Line 73... Line 73...
73
		$nomPropose = htmlspecialchars($element['nom_sel']);
73
		$nomPropose = htmlspecialchars($element['nom_sel']);
74
		$intitule = ($element['nom_sel'] != '') ? "Proposition $nomPropose" : 'Commentaire';
74
		$intitule = ($element['nom_sel'] != '') ? "Proposition $nomPropose" : 'Commentaire';
75
		$auteur = htmlspecialchars($this->creerAuteur($element));
75
		$auteur = htmlspecialchars($this->creerAuteur($element));
76
		$nomSelActuel = htmlspecialchars($element['dob_nom_sel']);
76
		$nomSelActuel = htmlspecialchars($element['dob_nom_sel']);
77
		$zoneGeo = htmlspecialchars((($element['dob_zone_geo'] != '') ? $element['dob_zone_geo'] : '?'));
77
		$zoneGeo = htmlspecialchars((($element['dob_zone_geo'] != '') ? $element['dob_zone_geo'] : '?'));
-
 
78
		$dateObs = '?';
-
 
79
		if (strpos($element['dob_date_observation'], '0000') === false) {
78
		$dateObs = htmlspecialchars(strftime('%d %B %Y', strtotime($element['dob_date_observation'])));
80
			$dateObs = htmlspecialchars(strftime('%d %B %Y', strtotime($element['dob_date_observation'])));
-
 
81
		}
Line 79... Line 82...
79
 
82
 
80
		$titre = "$intitule par $auteur pour $nomSelActuel à $zoneGeo le $dateObs";
83
		$titre = "$intitule par $auteur pour $nomSelActuel à $zoneGeo le $dateObs";
81
		return $titre;
84
		return $titre;