Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 184
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: fiche_synthese_xhtml.php,v 1.10 2005-08-26 13:43:24 jp_milcent Exp $
24
// CVS : $Id: fiche_synthese_xhtml.php,v 1.11 2005-11-09 09:14:42 jp_milcent Exp $
25
/**
25
/**
26
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
26
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
27
*
27
*
28
* Permet de retourner le html correspondant à la fiche de synthèse d'un nom
28
* Permet de retourner le html correspondant à la fiche de synthèse d'un nom
29
* dans un projet donné.
29
* dans un projet donné.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Frédéric LEGENS <flegens@free.fr>
34
*@author        Frédéric LEGENS <flegens@free.fr>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.10 $ $Date: 2005-08-26 13:43:24 $
38
*@version       $Revision: 1.11 $ $Date: 2005-11-09 09:14:42 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 437... Line 437...
437
        $retour .= '<td>&nbsp;</td>';
437
        $retour .= '<td>&nbsp;</td>';
438
    } else if ($donnees['evce_id_emploi'] == 3) {// Recommandé ou typique
438
    } else if ($donnees['evce_id_emploi'] == 3) {// Recommandé ou typique
439
        $retour .= '<td><strong>'.$donnees['ev_intitule_nom_vernaculaire'].'</strong></td>';
439
        $retour .= '<td><strong>'.$donnees['ev_intitule_nom_vernaculaire'].'</strong></td>';
440
        $retour .= '<td><strong>'.$donnees['evce_intitule_conseil_emlploi'].'</strong></td>';
440
        $retour .= '<td><strong>'.$donnees['evce_intitule_conseil_emlploi'].'</strong></td>';
441
    } else if ($donnees['evce_id_emploi'] == 2) {// Secondaire ou régional
441
    } else if ($donnees['evce_id_emploi'] == 2) {// Secondaire ou régional
442
        $retour .= '<td><emphasis>'.$donnees['ev_intitule_nom_vernaculaire'].'</emphasis></td>';
442
        $retour .= '<td><em>'.$donnees['ev_intitule_nom_vernaculaire'].'</em></td>';
443
        $retour .= '<td><emphasis>'.$donnees['evce_intitule_conseil_emlploi'].'</emphasis></td>';
443
        $retour .= '<td><em>'.$donnees['evce_intitule_conseil_emlploi'].'</em></td>';
444
    } else {
444
    } else {
445
        $retour .= '<td>'.$donnees['ev_intitule_nom_vernaculaire'].'</td>';
445
        $retour .= '<td>'.$donnees['ev_intitule_nom_vernaculaire'].'</td>';
446
        $retour .= '<td>'.$donnees['evce_intitule_conseil_emlploi'].'</td>';
446
        $retour .= '<td>'.$donnees['evce_intitule_conseil_emlploi'].'</td>';
447
    }
447
    }
448
    if ($donnees['egn_id_genre_nombre'] == 0) {
448
    if ($donnees['egn_id_genre_nombre'] == 0) {
Line 461... Line 461...
461
 
461
 
462
 
462
 
463
/* +--Fin du code ----------------------------------------------------------------------------------------+
463
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
464
*
-
 
465
* $Log: not supported by cvs2svn $
-
 
466
* Revision 1.10  2005/08/26 13:43:24  jp_milcent
-
 
467
* Changement du terme "Projet" en "Référentiel".
464
*
468
* Ajout de l'affichage du numéro taxonomique.
465
* $Log: not supported by cvs2svn $
469
*
466
* Revision 1.9  2005/06/30 15:25:07  jpm
470
* Revision 1.9  2005/06/30 15:25:07  jpm
467
* Début des modifications pour ajout de l'arborescence de la classif.
471
* Début des modifications pour ajout de l'arborescence de la classif.
468
*
472
*