Subversion Repositories eFlore/Archives.chorologie

Rev

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

Rev 19 Rev 31
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: echoro_affichage_xhtml.fonct.php,v 1.3 2005-02-23 17:29:57 jpm Exp $
24
// CVS : $Id: echoro_affichage_xhtml.fonct.php,v 1.4 2005-05-31 13:45:22 jpm Exp $
25
/**
25
/**
26
* Fichier permettant d'inclure les données dans du XHTML.
26
* Fichier permettant d'inclure les données dans du XHTML.
27
*
27
*
28
* Fichier contenant des fonctions retournant du XHTML une fois les données passées en paramêtre incluse à l 'intérieur.
28
* Fichier contenant des fonctions retournant du XHTML une fois les données passées en paramêtre incluse à l 'intérieur.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.3 $ $Date: 2005-02-23 17:29:57 $
37
*@version       $Revision: 1.4 $ $Date: 2005-05-31 13:45:22 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
/**
41
/**
Line 109... Line 109...
109
            } else {
109
            } else {
110
                $html_renvoyer ='<h2>Affichage des taxons commençant par la lettre : '.$variable[0].'</h2>';
110
                $html_renvoyer ='<h2>Affichage des taxons commençant par la lettre : '.$variable[0].'</h2>';
111
            }
111
            }
112
            $html_renvoyer .='<table id="echoro_resultat">
112
            $html_renvoyer .='<table id="echoro_resultat">
113
                    <colgroup>
113
                    <colgroup>
114
                        <col class="echoro_colonne_01">
114
                        <col class="echoro_colonne_01" />
115
                        <col class="echoro_colonne_02">
115
                        <col class="echoro_colonne_02" />
116
                    </colgroup>
116
                    </colgroup>
117
                    <thead>
117
                    <thead>
118
                        <tr class="echoro_ligne_entete_01">
118
                        <tr class="echoro_ligne_entete_01">
119
                            <th>Nom du taxon</th>
119
                            <th>Nom du taxon</th>
120
                            <th>Indice</th>
120
                            <th>Indice</th>
Line 237... Line 237...
237
}//fin fonction inclusion_html
237
}//fin fonction inclusion_html
Line 238... Line 238...
238
 
238
 
239
/* +--Fin du code ----------------------------------------------------------------------------------------+
239
/* +--Fin du code ----------------------------------------------------------------------------------------+
240
*
240
*
-
 
241
* $Log: not supported by cvs2svn $
-
 
242
* Revision 1.3  2005/02/23 17:29:57  jpm
-
 
243
* Amélioration du code html.
241
* $Log: not supported by cvs2svn $
244
*
242
* Revision 1.2  2005/02/22 19:36:28  jpm
245
* Revision 1.2  2005/02/22 19:36:28  jpm
243
* Suppression de code html superflu.
246
* Suppression de code html superflu.
244
* Mise en conformité avec la convention de codage.
247
* Mise en conformité avec la convention de codage.
245
*
248
*