Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1690 → Rev 1691

/branches/livraison_aha/client/bottin/carto_google.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: carto_google.php,v 1.7 2007-10-12 10:04:52 alexandre_tb Exp $
// CVS : $Id: carto_google.php,v 1.7.2.1 2007-11-16 11:19:01 alexandre_tb Exp $
/**
* Cartographie google du bottin
*
28,7 → 28,7
*@author Alexandre Granier <alexandre@tela-botanica.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2007
*@version $Revision: 1.7 $ $Date: 2007-10-12 10:04:52 $
*@version $Revision: 1.7.2.1 $ $Date: 2007-11-16 11:19:01 $
// +------------------------------------------------------------------------------------------------------+
*/
 
55,10 → 55,10
 
 
 
include_once INS_CHEMIN_APPLI.'squelettes/donnees_googlemap.php';
include_once INS_CHEMIN_SQUELETTE.INS_FICHIER_DONNEES_GOOGLE;
 
ob_start();
include INS_CHEMIN_APPLI.'squelettes/script_googlemap.tpl.js';
include INS_CHEMIN_SQUELETTE.INS_FICHIER_SCRIPT_GOOGLE;
$script = ob_get_contents();
ob_end_clean();
GEN_stockerCodeScript($script);
77,6 → 77,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.7 2007-10-12 10:04:52 alexandre_tb
* ajout des contantes INS_GOOGLE_IMAGE_LARGEUR et INS_GOOGLE_IMAGE_HAUTEUR
*
* Revision 1.6 2007-10-01 12:18:29 alexandre_tb
* separation du script en 2 fichiers donnees_googlemap.php et script_googlemap.tpl.js
*