Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 178 → Rev 177

/trunk/eflore_fiche.inc.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: eflore_fiche.inc.php,v 1.5 2005-07-26 09:20:40 jp_milcent Exp $
// CVS : $Id: eflore_fiche.inc.php,v 1.4 2005-07-01 19:04:12 jp_milcent Exp $
/**
* Affichage des fiches d'eFlore.
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.5 $ $Date: 2005-07-26 09:20:40 $
*@version $Revision: 1.4 $ $Date: 2005-07-01 19:04:12 $
// +------------------------------------------------------------------------------------------------------+
*/
 
136,7 → 136,7
}
$retour .= '</ul>'."\n";
} else {
$retour .= 'Aucun taxon supérieur ou information non renseignée.';
$retour .= 'Aucun taxon supérieur.';
}
return $retour;
}
143,9 → 143,6
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/07/01 19:04:12 jp_milcent
* Fin gestion des niveaux taxonomiques supérieurs.
*
* Revision 1.3 2005/06/30 15:24:26 jpm
* Début des modifications pour ajout de l'arborescence de la classif.
*