Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 38 → Rev 39

/trunk/eflore_chorologie.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_chorologie.php,v 1.12 2006-05-31 15:14:51 jp_milcent Exp $
// CVS : $Id: eflore_chorologie.php,v 1.13 2006-05-31 16:00:13 jp_milcent Exp $
/**
* Affichage des listes de noms de plantes par zones géographiques.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.12 $ $Date: 2006-05-31 15:14:51 $
*@version $Revision: 1.13 $ $Date: 2006-05-31 16:00:13 $
// +------------------------------------------------------------------------------------------------------+
*/
 
449,7 → 449,7
$worksheet->writeString($i++, 0, $titre_licence, $format_intro);
$worksheet->mergeCells($i, 0, $i, 8);
$txt_licence = 'http://creativecommons.org/licenses/by-sa/2.0/fr/';
$worksheet->writeString($i++, 0, $txt_licence);
$worksheet->writeUrl($i++, 0, $txt_licence);
$worksheet->mergeCells($i, 0, $i, 8);
$titre_contributeur = 'Contributeurs :';
630,6 → 630,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.12 2006/05/31 15:14:51 jp_milcent
* Amélioration de la gestion de l'export xls (suite).
*
* Revision 1.11 2006/05/31 15:11:29 jp_milcent
* Amélioration de la gestion de l'export xls.
*