Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 184 → Rev 183

/trunk/serveur/eflore_mv/vues/fiche_synthese_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: fiche_synthese_xhtml.php,v 1.11 2005-11-09 09:14:42 jp_milcent Exp $
// CVS : $Id: fiche_synthese_xhtml.php,v 1.10 2005-08-26 13:43:24 jp_milcent Exp $
/**
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.11 $ $Date: 2005-11-09 09:14:42 $
*@version $Revision: 1.10 $ $Date: 2005-08-26 13:43:24 $
// +------------------------------------------------------------------------------------------------------+
*/
 
439,8 → 439,8
$retour .= '<td><strong>'.$donnees['ev_intitule_nom_vernaculaire'].'</strong></td>';
$retour .= '<td><strong>'.$donnees['evce_intitule_conseil_emlploi'].'</strong></td>';
} else if ($donnees['evce_id_emploi'] == 2) {// Secondaire ou régional
$retour .= '<td><em>'.$donnees['ev_intitule_nom_vernaculaire'].'</em></td>';
$retour .= '<td><em>'.$donnees['evce_intitule_conseil_emlploi'].'</em></td>';
$retour .= '<td><emphasis>'.$donnees['ev_intitule_nom_vernaculaire'].'</emphasis></td>';
$retour .= '<td><emphasis>'.$donnees['evce_intitule_conseil_emlploi'].'</emphasis></td>';
} else {
$retour .= '<td>'.$donnees['ev_intitule_nom_vernaculaire'].'</td>';
$retour .= '<td>'.$donnees['evce_intitule_conseil_emlploi'].'</td>';
463,10 → 463,6
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.10 2005/08/26 13:43:24 jp_milcent
* Changement du terme "Projet" en "Référentiel".
* Ajout de l'affichage du numéro taxonomique.
*
* Revision 1.9 2005/06/30 15:25:07 jpm
* Début des modifications pour ajout de l'arborescence de la classif.
*