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.7 2006-05-31 15:19:12 jp_milcent Exp $
|
24 |
// CVS : $Id: echoro_affichage_xhtml.fonct.php,v 1.8 2006-05-31 15:20:04 jp_milcent 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.7 $ $Date: 2006-05-31 15:19:12 $
|
37 |
*@version $Revision: 1.8 $ $Date: 2006-05-31 15:20:04 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
/**
|
41 |
/**
|
Line 219... |
Line 219... |
219 |
|
219 |
|
220 |
// Gestion de l'export
|
220 |
// Gestion de l'export
|
221 |
if ($GLOBALS['export_bool']) {
|
221 |
if ($GLOBALS['export_bool']) {
|
222 |
$html_renvoyer .= '<h2>Télécharger les données : </h2>'."\n";
|
222 |
$html_renvoyer .= '<h2>Télécharger les données : </h2>'."\n";
|
223 |
$url_export = clone $GLOBALS['_ECHORO_']['url'];
|
- |
|
224 |
//$url_export->addQueryString('image_x', $GLOBALS['image_x']);
|
- |
|
225 |
//$url_export->addQueryString('image_y', $GLOBALS['image_y']);
|
223 |
$url_export = clone $GLOBALS['_ECHORO_']['url'];
|
226 |
$url_export->addQueryString('lettre', $GLOBALS['lettre']);
|
224 |
$url_export->addQueryString('lettre', $GLOBALS['lettre']);
|
227 |
$url_export->addQueryString('departement', $GLOBALS['departement']);
|
225 |
$url_export->addQueryString('departement', $GLOBALS['departement']);
|
228 |
$url_export->addQueryString('nombre_taxon', $GLOBALS['nombre_taxon']);
|
226 |
$url_export->addQueryString('nombre_taxon', $GLOBALS['nombre_taxon']);
|
229 |
$url_export->addQueryString('action', 'export');
|
227 |
$url_export->addQueryString('action', 'export');
|
Line 264... |
Line 262... |
264 |
}//fin fonction inclusion_html
|
262 |
}//fin fonction inclusion_html
|
Line 265... |
Line 263... |
265 |
|
263 |
|
266 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
264 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
267 |
*
|
265 |
*
|
- |
|
266 |
* $Log: not supported by cvs2svn $
|
- |
|
267 |
* Revision 1.7 2006/05/31 15:19:12 jp_milcent
|
- |
|
268 |
* Simplification de l'url pour l'export.
|
268 |
* $Log: not supported by cvs2svn $
|
269 |
*
|
269 |
* Revision 1.6 2006/05/31 15:11:29 jp_milcent
|
270 |
* Revision 1.6 2006/05/31 15:11:29 jp_milcent
|
270 |
* Amélioration de la gestion de l'export xls.
|
271 |
* Amélioration de la gestion de l'export xls.
|
271 |
*
|
272 |
*
|
272 |
* Revision 1.5 2006/05/31 14:43:35 jp_milcent
|
273 |
* Revision 1.5 2006/05/31 14:43:35 jp_milcent
|