Subversion Repositories eFlore/Projets.eflore-projets

Rev

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

Rev 185 Rev 334
Line 34... Line 34...
34
	private $infraSpFHTpl = '<span class="gen">%s</span> <span class="sp">%s</span> <abbr class="type-epithete" title="%s">%s</abbr> <span class="infra-sp">%s</span>';
34
	private $infraSpFHTpl = '<span class="gen">%s</span> <span class="sp">%s</span> <abbr class="type-epithete" title="%s">%s</abbr> <span class="infra-sp">%s</span>';
35
	private $formuleHybTpl = '<span class="formule-hyb">%s</span>';
35
	private $formuleHybTpl = '<span class="formule-hyb">%s</span>';
Line 36... Line 36...
36
 
36
 
37
	public function generer(Array $nomsDecomposes) {
37
	public function generer(Array $nomsDecomposes) {
38
		$nomsSciHtml = array();
38
		$nomsSciHtml = array();
39
		foreach ($nomsDecomposes as $noms => $infos) {
39
		foreach ($nomsDecomposes as $infos) {
Line 40... Line 40...
40
			$this->initialiserVariables($infos);
40
			$this->initialiserVariables($infos);
41
 
41
 
42
			$nomSciHtml = '';
42
			$nomSciHtml = '';