Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1765 Rev 1771
Line 511... Line 511...
511
			$diff['differences'] = $this->getDiff($element);
511
			$diff['differences'] = $this->getDiff($element);
512
			$diff_html = (!is_null($diff['differences'])) ? Coel::traiterSquelettePhp($this->squelette_diff, $diff) : '';
512
			$diff_html = (!is_null($diff['differences'])) ? Coel::traiterSquelettePhp($this->squelette_diff, $diff) : '';
Line 513... Line 513...
513
			
513
			
514
			$item = $this->construireDonneesCommunesAuxItems($element);
514
			$item = $this->construireDonneesCommunesAuxItems($element);
515
			$item['titre'] = $this->creerTitre($champ_titre, $element, $enrg);
515
			$item['titre'] = $this->creerTitre($champ_titre, $element, $enrg);
516
			$item['guid'] = sprintf($this->config['coel']['guid'], 'coel', $element['guid_type'].$element['guid']);
516
			$item['guid'] = sprintf($this->config['coel']['guid'], 'coel'.':'.$element['guid_type'].$element['guid']);
517
			$item['lien'] = $this->config['coel']['urlBaseCoel'].'#'.urlencode($item['guid']);
517
			$item['lien'] = $this->config['coel']['urlBaseCoel'].'#'.urlencode($item['guid']);
518
			$item['description'] = '<p>'.$this->getMessageModif($item).'</p>';
518
			$item['description'] = '<p>'.$this->getMessageModif($item).'</p>';
519
			$item['description'] .= $this->creerDescription($element, $enrg);
519
			$item['description'] .= $this->creerDescription($element, $enrg);
520
			$item['description'] .= $diff_html;
520
			$item['description'] .= $diff_html;