Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 82 Rev 85
Line 7... Line 7...
7
 * @category	Php 5.2
7
 * @category	Php 5.2
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
8
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @copyright	2010 Tela-Botanica
9
 * @copyright	2010 Tela-Botanica
10
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
10
 * @license		http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
11
 * @license		http://www.gnu.org/licenses/gpl.html Licence GNU-GPL
12
 * @version		SVN: $Id: Fiche.php 82 2010-06-07 15:15:40Z jpm $
12
 * @version		SVN: $Id: Fiche.php 85 2010-06-07 17:00:23Z jpm $
13
 */
13
 */
14
class Fiche extends ColControleur {
14
class Fiche extends ColControleur {
Line 15... Line 15...
15
	
15
	
16
	private $structureDao = null;
16
	private $structureDao = null;
Line 64... Line 64...
64
			// Envoie à la sortie
64
			// Envoie à la sortie
65
			//Debug::printr($donnees);
65
			//Debug::printr($donnees);
66
			$this->setSortie(self::META_TITRE, $titre);
66
			$this->setSortie(self::META_TITRE, $titre);
67
			$this->setSortie(self::META_DESCRIPTION, $description);
67
			$this->setSortie(self::META_DESCRIPTION, $description);
68
			$this->setSortie(self::META_TAGS, $tags);
68
			$this->setSortie(self::META_TAGS, $tags);
69
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_structure', $donnees)); 
69
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_structure', $donnees));
-
 
70
			$this->chargerPiedDePage(); 
70
		}
71
		}
71
	}
72
	}
Line 72... Line 73...
72
	
73
	
73
	private function traiterDonneesStructure(&$donnees) {
74
	private function traiterDonneesStructure(&$donnees) {
Line 235... Line 236...
235
			//Debug::printr($donnees);
236
			//Debug::printr($donnees);
236
			$this->setSortie(self::META_TITRE, $titre);
237
			$this->setSortie(self::META_TITRE, $titre);
237
			$this->setSortie(self::META_DESCRIPTION, $description);
238
			$this->setSortie(self::META_DESCRIPTION, $description);
238
			$this->setSortie(self::META_TAGS, $tags);
239
			$this->setSortie(self::META_TAGS, $tags);
239
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_collection', $donnees));
240
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_collection', $donnees));
-
 
241
			$this->chargerPiedDePage();
240
		}
242
		}
241
	}
243
	}
Line 242... Line 244...
242
 
244
 
243
	private function traiterDonneesCollection(&$donnees) {
245
	private function traiterDonneesCollection(&$donnees) {
Line 582... Line 584...
582
			//Debug::printr($donnees);
584
			//Debug::printr($donnees);
583
			$this->setSortie(self::META_TITRE, $titre);
585
			$this->setSortie(self::META_TITRE, $titre);
584
			$this->setSortie(self::META_DESCRIPTION, $description);
586
			$this->setSortie(self::META_DESCRIPTION, $description);
585
			$this->setSortie(self::META_TAGS, $tags);
587
			$this->setSortie(self::META_TAGS, $tags);
586
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_personne', $donnees));
588
			$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_personne', $donnees));
-
 
589
			$this->chargerPiedDePage();
587
		}
590
		}
588
	}
591
	}
Line 589... Line 592...
589
	
592
	
590
	private function traiterDonneesPersonne(&$donnees) {
593
	private function traiterDonneesPersonne(&$donnees) {