Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 176 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 176 Rev 178
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: eflore_fiche.inc.php,v 1.4 2005-07-01 19:04:12 jp_milcent Exp $
24
// CVS : $Id: eflore_fiche.inc.php,v 1.5 2005-07-26 09:20:40 jp_milcent Exp $
25
/**
25
/**
26
* Affichage des fiches d'eFlore.
26
* Affichage des fiches d'eFlore.
27
*
27
*
28
* Ce script fournit le code html correspondant aux fiches d'eFlore.
28
* Ce script fournit le code html correspondant aux fiches d'eFlore.
29
*
29
*
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
32
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.4 $ $Date: 2005-07-01 19:04:12 $
36
*@version       $Revision: 1.5 $ $Date: 2005-07-26 09:20:40 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 134... Line 134...
134
        	}
134
        	}
Line 135... Line 135...
135
	        
135
	        
136
	    }
136
	    }
137
	    $retour .= '</ul>'."\n";
137
	    $retour .= '</ul>'."\n";
138
    } else {
138
    } else {
139
    	$retour .= 'Aucun taxon supérieur.';
139
    	$retour .= 'Aucun taxon supérieur ou information non renseignée.';
140
    }
140
    }
141
    return $retour;
141
    return $retour;
142
}
142
}
143
/* +--Fin du code ----------------------------------------------------------------------------------------+
143
/* +--Fin du code ----------------------------------------------------------------------------------------+
144
*
144
*
-
 
145
* $Log: not supported by cvs2svn $
-
 
146
* Revision 1.4  2005/07/01 19:04:12  jp_milcent
-
 
147
* Fin gestion des niveaux taxonomiques supérieurs.
145
* $Log: not supported by cvs2svn $
148
*
146
* Revision 1.3  2005/06/30 15:24:26  jpm
149
* Revision 1.3  2005/06/30 15:24:26  jpm
147
* Début des modifications pour ajout de l'arborescence de la classif.
150
* Début des modifications pour ajout de l'arborescence de la classif.
148
*
151
*
149
* Revision 1.2  2005/06/24 09:46:43  jpm
152
* Revision 1.2  2005/06/24 09:46:43  jpm