Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 37 → Rev 38

/trunk/bibliotheque/echoro_affichage_xhtml.fonct.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: echoro_affichage_xhtml.fonct.php,v 1.7 2006-05-31 15:19:12 jp_milcent Exp $
// CVS : $Id: echoro_affichage_xhtml.fonct.php,v 1.8 2006-05-31 15:20:04 jp_milcent Exp $
/**
* Fichier permettant d'inclure les données dans du XHTML.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $ $Date: 2006-05-31 15:19:12 $
*@version $Revision: 1.8 $ $Date: 2006-05-31 15:20:04 $
// +------------------------------------------------------------------------------------------------------+
*/
 
221,8 → 221,6
if ($GLOBALS['export_bool']) {
$html_renvoyer .= '<h2>Télécharger les données : </h2>'."\n";
$url_export = clone $GLOBALS['_ECHORO_']['url'];
//$url_export->addQueryString('image_x', $GLOBALS['image_x']);
//$url_export->addQueryString('image_y', $GLOBALS['image_y']);
$url_export->addQueryString('lettre', $GLOBALS['lettre']);
$url_export->addQueryString('departement', $GLOBALS['departement']);
$url_export->addQueryString('nombre_taxon', $GLOBALS['nombre_taxon']);
266,6 → 264,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2006/05/31 15:19:12 jp_milcent
* Simplification de l'url pour l'export.
*
* Revision 1.6 2006/05/31 15:11:29 jp_milcent
* Amélioration de la gestion de l'export xls.
*