Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 1123 → Rev 1124

/trunk/services/modules/0.1/chorodep/Noms.php
101,13 → 101,13
$donnees['entete']['href.precedent'] = $url_base . '/' . $this->serviceNom . '?'
. 'navigation.depart=' . max(0, ($this->depart - $this->limite)) . '&navigation.limite=' . $this->limite
. '&retour.tri=' . $this->tri . '&retour.ordre=' . $this->tri_dir
. '&' . $masqueEnParams;
. ($masqueEnParams ? '&' . $masqueEnParams : '');
}
if (($this->depart + $this->limite) < $total ) {
$donnees['entete']['href.suivant'] = $url_base . '/' . $this->serviceNom . '?'
. 'navigation.depart=' . ($this->depart + $this->limite) . '&navigation.limite=' . $this->limite
. '&retour.tri=' . $this->tri . '&retour.ordre=' . $this->tri_dir
. '&' . $masqueEnParams;
. ($masqueEnParams ? '&' . $masqueEnParams : '');
}
$donnees['resultat'] = $noms;