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.12 2006-05-31 15:14:51 jp_milcent Exp $
|
24 |
// CVS : $Id: eflore_chorologie.php,v 1.13 2006-05-31 16:00:13 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.12 $ $Date: 2006-05-31 15:14:51 $
|
37 |
*@version $Revision: 1.13 $ $Date: 2006-05-31 16:00:13 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 447... |
Line 447... |
447 |
$worksheet->mergeCells($i, 0, $i, 8);
|
447 |
$worksheet->mergeCells($i, 0, $i, 8);
|
448 |
$titre_licence = 'Licence :';
|
448 |
$titre_licence = 'Licence :';
|
449 |
$worksheet->writeString($i++, 0, $titre_licence, $format_intro);
|
449 |
$worksheet->writeString($i++, 0, $titre_licence, $format_intro);
|
450 |
$worksheet->mergeCells($i, 0, $i, 8);
|
450 |
$worksheet->mergeCells($i, 0, $i, 8);
|
451 |
$txt_licence = 'http://creativecommons.org/licenses/by-sa/2.0/fr/';
|
451 |
$txt_licence = 'http://creativecommons.org/licenses/by-sa/2.0/fr/';
|
452 |
$worksheet->writeString($i++, 0, $txt_licence);
|
452 |
$worksheet->writeUrl($i++, 0, $txt_licence);
|
Line 453... |
Line 453... |
453 |
|
453 |
|
454 |
$worksheet->mergeCells($i, 0, $i, 8);
|
454 |
$worksheet->mergeCells($i, 0, $i, 8);
|
455 |
$titre_contributeur = 'Contributeurs :';
|
455 |
$titre_contributeur = 'Contributeurs :';
|
456 |
$worksheet->writeString($i++, 0, $titre_contributeur, $format_intro);
|
456 |
$worksheet->writeString($i++, 0, $titre_contributeur, $format_intro);
|
Line 628... |
Line 628... |
628 |
|
628 |
|
629 |
|
629 |
|
630 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
630 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
631 |
*
|
- |
|
632 |
* $Log: not supported by cvs2svn $
|
- |
|
633 |
* Revision 1.12 2006/05/31 15:14:51 jp_milcent
|
631 |
*
|
634 |
* Amélioration de la gestion de l'export xls (suite).
|
632 |
* $Log: not supported by cvs2svn $
|
635 |
*
|
633 |
* Revision 1.11 2006/05/31 15:11:29 jp_milcent
|
636 |
* Revision 1.11 2006/05/31 15:11:29 jp_milcent
|
634 |
* Amélioration de la gestion de l'export xls.
|
637 |
* Amélioration de la gestion de l'export xls.
|
635 |
*
|
638 |
*
|