Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 166 → Rev 167

/trunk/serveur/eflore_mv/vues/recherche_taxon_xhtml.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: recherche_taxon_xhtml.php,v 1.2 2005-02-14 18:11:43 jpm Exp $
// CVS : $Id: recherche_taxon_xhtml.php,v 1.3 2005-03-15 16:08:00 tam Exp $
/**
* Vue affichant la liste des taxons d'un projet.
*
34,7 → 34,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.2 $ $Date: 2005-02-14 18:11:43 $
*@version $Revision: 1.3 $ $Date: 2005-03-15 16:08:00 $
// +------------------------------------------------------------------------------------------------------+
*/
 
74,7 → 74,7
$retour .= '<body>'."\n";
$retour .= '<!-- BEGIN corps -->'."\n";
$retour .= '<h1>'.'Liste des taxons'.'</h1>'."\n";
$retour .= '<ol>'."\n";
$retour .= '<ol id="liste_taxons">'."\n";
$retour .= $this->leBlock->afficherPattern('FICHE_LISTE_TAXONS>TAXON_RECHERCHE_ALPHABET','afficherTaxon');
$retour .= '</ol>'."\n";
$retour .= '<!-- END corps -->'."\n";
109,6 → 109,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/02/14 18:11:43 jpm
* Amélioration.
*
* Revision 1.1 2005/01/28 19:45:44 jpm
* Début recheche taxons.
*