Subversion Repositories eFlore/Archives.chorologie

Compare Revisions

Ignore whitespace Rev 39 → Rev 40

/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.8 2006-05-31 15:20:04 jp_milcent Exp $
// CVS : $Id: echoro_affichage_xhtml.fonct.php,v 1.9 2006-09-07 16:01:17 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.8 $ $Date: 2006-05-31 15:20:04 $
*@version $Revision: 1.9 $ $Date: 2006-09-07 16:01:17 $
// +------------------------------------------------------------------------------------------------------+
*/
 
227,9 → 227,9
$url_export->addQueryString('action', 'export');
$url_export->addQueryString('format', 'xls');
if ($GLOBALS['lettre'] != 'tous') {
$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>';
$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>';
} else {
$html_renvoyer .= '<p><a href="'.$url_export->getURL().'">Export au format excell de tous les taxons du département.</a></p>';
$html_renvoyer .= '<p><a href="'.$url_export->getURL().'">Export au format excel de tous les taxons du département.</a></p>';
}
}
264,6 → 264,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.8 2006/05/31 15:20:04 jp_milcent
* Suppression de commentaires.
*
* Revision 1.7 2006/05/31 15:19:12 jp_milcent
* Simplification de l'url pour l'export.
*