Subversion Repositories eFlore/Archives.chorologie

Rev

Rev 38 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38 Rev 40
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.8 2006-05-31 15:20:04 jp_milcent Exp $
24
// CVS : $Id: echoro_affichage_xhtml.fonct.php,v 1.9 2006-09-07 16:01:17 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.8 $ $Date: 2006-05-31 15:20:04 $
37
*@version       $Revision: 1.9 $ $Date: 2006-09-07 16:01:17 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
/**
41
/**
Line 225... Line 225...
225
	            $url_export->addQueryString('departement', $GLOBALS['departement']);
225
	            $url_export->addQueryString('departement', $GLOBALS['departement']);
226
	            $url_export->addQueryString('nombre_taxon', $GLOBALS['nombre_taxon']);
226
	            $url_export->addQueryString('nombre_taxon', $GLOBALS['nombre_taxon']);
227
	            $url_export->addQueryString('action', 'export');
227
	            $url_export->addQueryString('action', 'export');
228
	            $url_export->addQueryString('format', 'xls');
228
	            $url_export->addQueryString('format', 'xls');
229
	            if ($GLOBALS['lettre'] != 'tous') {
229
	            if ($GLOBALS['lettre'] != 'tous') {
230
	            	$html_renvoyer .= '<p><a href="'.$url_export->getURL().'">Export au format excell des taxons du département commençant par la lettre '.$GLOBALS['lettre'].'.</a></p>';
230
	            	$html_renvoyer .= '<p><a href="'.$url_export->getURL().'">Export au format excel des taxons du département commençant par la lettre '.$GLOBALS['lettre'].'.</a></p>';
231
	            } else {
231
	            } else {
232
	            	$html_renvoyer .= '<p><a href="'.$url_export->getURL().'">Export au format excell de tous les taxons du département.</a></p>';
232
	            	$html_renvoyer .= '<p><a href="'.$url_export->getURL().'">Export au format excel de tous les taxons du département.</a></p>';
233
	            }
233
	            }
234
            }
234
            }
Line 235... Line 235...
235
            
235
            
236
            // Gestion du titre de la navigation
236
            // Gestion du titre de la navigation
Line 262... Line 262...
262
}//fin fonction inclusion_html
262
}//fin fonction inclusion_html
Line 263... Line 263...
263
 
263
 
264
/* +--Fin du code ----------------------------------------------------------------------------------------+
264
/* +--Fin du code ----------------------------------------------------------------------------------------+
265
*
265
*
-
 
266
* $Log: not supported by cvs2svn $
-
 
267
* Revision 1.8  2006/05/31 15:20:04  jp_milcent
-
 
268
* Suppression de commentaires.
266
* $Log: not supported by cvs2svn $
269
*
267
* Revision 1.7  2006/05/31 15:19:12  jp_milcent
270
* Revision 1.7  2006/05/31 15:19:12  jp_milcent
268
* Simplification de l'url pour l'export.
271
* Simplification de l'url pour l'export.
269
*
272
*
270
* Revision 1.6  2006/05/31 15:11:29  jp_milcent
273
* Revision 1.6  2006/05/31 15:11:29  jp_milcent