Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3568 → Rev 3569

/trunk/jrest/services/squelettes/atom.tpl.xml
18,9 → 18,9
<entry>
<id><?=$item['guid']?></id>
<title><?=$item['titre']?></title>
<? if (isset($item['lien'])) : ?>
<?php if (isset($item['lien'])) : ?>
<link href="<?=$item['lien']?>"/>
<? endif; ?>
<?php endif; ?>
<updated><?=$item['date_maj_ATOM']?></updated>
<author><name><?=$item['modifier_par']?></name></author>
<content type="xhtml" xml:lang="fr">
/trunk/jrest/services/CelSyndicationObservation.php
46,6 → 46,7
'commentaire' => 'commentaire',
'date' => 'date_observation',
'motcle' => 'tags',
'standard' => 'donnees_standard',
'projet' => 'mots-cles',
'groupe_zones_geo' => 'groupe_zones_geo');
private $catalogue_cles_labels_champs_etendus = array();
252,7 → 253,6
"LIMIT $this->start,$this->limit ";
 
$elements = Cel::db()->requeter($requete);
print_r($elements);exit;
// Création du contenu
if ($elements != false && count($elements) > 0) {
$contenu = $this->executerService($elements);