Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 84 → Rev 85

/trunk/controleurs/Syndication.php
40,6 → 40,7
// Traitement du squelette et retour
$resultat = $this->getVue('syndication', $donnees);
$this->setSortie(self::RENDU_CORPS, $resultat);
$this->chargerPiedDePage();
}
}
?>
/trunk/controleurs/Recherche.php
201,12 → 201,4
}
}
}
/**
* Recherche des collections.
* @return string la vue correspondante
*/
public function chargerPiedDePage() {
$this->setSortie(self::RENDU_PIED, $this->getVue('pied'));
}
}
/trunk/controleurs/ColControleur.php
369,4 → 369,8
}
}
}
protected function chargerPiedDePage() {
$this->setSortie(self::RENDU_PIED, $this->getVue('pied'));
}
}
/trunk/controleurs/Carte.php
55,6 → 55,7
$resultat = $this->getVue('carte', $donnees);
$this->setSortie(self::RENDU_CORPS, $resultat);
$this->chargerPiedDePage();
}
private function chargerZonesNbre(&$zones) {
/trunk/controleurs/Fiche.php
66,7 → 66,8
$this->setSortie(self::META_TITRE, $titre);
$this->setSortie(self::META_DESCRIPTION, $description);
$this->setSortie(self::META_TAGS, $tags);
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_structure', $donnees));
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_structure', $donnees));
$this->chargerPiedDePage();
}
}
237,6 → 238,7
$this->setSortie(self::META_DESCRIPTION, $description);
$this->setSortie(self::META_TAGS, $tags);
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_collection', $donnees));
$this->chargerPiedDePage();
}
}
 
584,6 → 586,7
$this->setSortie(self::META_DESCRIPTION, $description);
$this->setSortie(self::META_TAGS, $tags);
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_personne', $donnees));
$this->chargerPiedDePage();
}
}
/trunk/squelettes/pied.tpl.html
1,4 → 1,6
<!-- COL - DEBUT PIED DE PAGE -->
<p>Pour plus d'informations ou nous faire part d'une erreur, veuillez nous contacter à l'adresse
<a href="mailto:coel@tela-botanica.org">coel@tela-botanica.org</a>.</p>
<p>Pour plus d'informations ou nous faire part d'une erreur dans les informations affichées, veuillez nous contacter à l'adresse
<a href="mailto:coel@tela-botanica.org">coel@tela-botanica.org</a>.</p>
<p>Merci, de signalez
<a href="http://suivi.tela-botanica.org/index.php?project=36&amp;do=index" class="ext">les bogues et améliorations pour cette application</a>.</p>
<!-- COL - FIN PIED DE PAGE -->