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_chorologie.php,v 1.11 2006-05-31 15:11:29 jp_milcent Exp $
|
24 |
// CVS : $Id: eflore_chorologie.php,v 1.12 2006-05-31 15:14:51 jp_milcent Exp $
|
25 |
/**
|
25 |
/**
|
26 |
* Affichage des listes de noms de plantes par zones géographiques.
|
26 |
* Affichage des listes de noms de plantes par zones géographiques.
|
27 |
*
|
27 |
*
|
28 |
* Ce script fournit le code html correspondant aux listes de noms de plantes par zone géographique.
|
28 |
* Ce script fournit le code html correspondant aux listes de noms de plantes par zone géographique.
|
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.11 $ $Date: 2006-05-31 15:11:29 $
|
37 |
*@version $Revision: 1.12 $ $Date: 2006-05-31 15:14:51 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 575... |
Line 575... |
575 |
//' AND '.ECD_NUM_TAXO.' = '.ENT_NUM_TAXO.
|
575 |
//' AND '.ECD_NUM_TAXO.' = '.ENT_NUM_TAXO.
|
576 |
' AND '.ECD_NUM_NOMEN.' = '.ENT_NUM_NOMEN.
|
576 |
' AND '.ECD_NUM_NOMEN.' = '.ENT_NUM_NOMEN.
|
577 |
' AND '.ECD_INDICE.' = '.ECS_ID.
|
577 |
' AND '.ECD_INDICE.' = '.ECS_ID.
|
578 |
' ORDER BY '.ENT_NOM_COMPLET_02.' ASC';
|
578 |
' ORDER BY '.ENT_NOM_COMPLET_02.' ASC';
|
579 |
}
|
579 |
}
|
- |
|
580 |
$resultat_export = mysql_query($requete_04, $GLOBALS['_ECHORO_']['bdd']) or die('
|
- |
|
581 |
<h2 style='.STYLE_REQUETE.'>Erreur de requête</h2>'.
|
- |
|
582 |
'<b>Requete : </b>'.$requete_04.
|
- |
|
583 |
'<br/><br/><b>Erreur : </b>'.mysql_error());
|
- |
|
584 |
$GLOBALS['export_bool'] = true;
|
- |
|
585 |
if (mysql_num_rows($resultat_export) == 0) {
|
- |
|
586 |
$GLOBALS['export_bool'] = false;
|
- |
|
587 |
}
|
- |
|
588 |
|
580 |
// Gestion de l'affichage XHTML
|
589 |
// Gestion de l'affichage XHTML
|
581 |
$tableau_inclusion = array($tableau_infoDep['NOM'], $nombre_taxon);
|
590 |
$tableau_inclusion = array($tableau_infoDep['NOM'], $nombre_taxon);
|
582 |
$res = inclusion_html('titre_liste', $tableau_inclusion);
|
591 |
$res = inclusion_html('titre_liste', $tableau_inclusion);
|
Line 583... |
Line 592... |
583 |
|
592 |
|
Line 619... |
Line 628... |
619 |
|
628 |
|
620 |
|
629 |
|
621 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
630 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
631 |
*
|
- |
|
632 |
* $Log: not supported by cvs2svn $
|
- |
|
633 |
* Revision 1.11 2006/05/31 15:11:29 jp_milcent
|
622 |
*
|
634 |
* Amélioration de la gestion de l'export xls.
|
623 |
* $Log: not supported by cvs2svn $
|
635 |
*
|
624 |
* Revision 1.10 2006/05/31 14:43:35 jp_milcent
|
636 |
* Revision 1.10 2006/05/31 14:43:35 jp_milcent
|
625 |
* Correction de la gestion des sessions pour l'affichage de la carte.
|
637 |
* Correction de la gestion des sessions pour l'affichage de la carte.
|
626 |
* Ajout de l'export au format xls.
|
638 |
* Ajout de l'export au format xls.
|