Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 291 → Rev 247

/trunk/bibliotheque/Conteneur.php
File deleted
\ No newline at end of file
/trunk/bibliotheque/NomCourrant.php
File deleted
\ No newline at end of file
/trunk/bibliotheque/Nom.php
File deleted
\ No newline at end of file
/trunk/bibliotheque/Utilisateur.php
File deleted
\ No newline at end of file
/trunk/bibliotheque/AppUrls.php
29,11 → 29,11
 
public function getParametresUrlListe() {
$parametres = array(
'referentiel' => Registre::get('parametres.referentiel'),
'module' => 'liste',
'action' => 'liste',
'rang' => $this->rang,
'lettre' => $this->lettre
'referentiel' => Registre::get('parametres.referentiel'),
'module' => 'liste',
'action' => 'liste',
'rang' => $this->rang,
'lettre' => $this->lettre
);
return $parametres;
}
138,21 → 138,5
$url = $this->urlBase->getURL();
return $url;
}
 
public function getParametresUrlMetaDonnees() {
$parametres = array(
'module' => 'fiche-metadonnees',
'action' => 'affichageMetaDonnees'
);
return $parametres;
}
 
public function obtenirUrlMetaDonnees($projet) {
$parametres = $this->getParametresUrlMetaDonnees();
$parametres['projet'] = $projet;
$this->urlBase->setRequete($parametres);
$url = $this->urlBase->getURL();
return $url;
}
}
?>