Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: carto_google.php,v 1.7 2007-10-12 10:04:52 alexandre_tb Exp $
|
22 |
// CVS : $Id: carto_google.php,v 1.8 2007-11-16 14:21:33 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Cartographie google du bottin
|
24 |
* Cartographie google du bottin
|
25 |
*
|
25 |
*
|
26 |
*@package bottin
|
26 |
*@package bottin
|
27 |
//Auteur original :
|
27 |
//Auteur original :
|
28 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
28 |
*@author Alexandre Granier <alexandre@tela-botanica.org>
|
29 |
//Autres auteurs :
|
29 |
//Autres auteurs :
|
30 |
*@copyright Tela-Botanica 2000-2007
|
30 |
*@copyright Tela-Botanica 2000-2007
|
31 |
*@version $Revision: 1.7 $ $Date: 2007-10-12 10:04:52 $
|
31 |
*@version $Revision: 1.8 $ $Date: 2007-11-16 14:21:33 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
Line 34... |
Line 34... |
34 |
|
34 |
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
Line 53... |
Line 53... |
53 |
GEN_stockerFichierScript('googleMapScript', $GLOBALS['ins_config']['ic_google_key']);
|
53 |
GEN_stockerFichierScript('googleMapScript', $GLOBALS['ins_config']['ic_google_key']);
|
Line 54... |
Line 54... |
54 |
|
54 |
|
Line 55... |
Line 55... |
55 |
|
55 |
|
56 |
|
56 |
|
57 |
|
57 |
|
58 |
include_once INS_CHEMIN_APPLI.'squelettes/donnees_googlemap.php';
|
58 |
include_once INS_CHEMIN_SQUELETTE.INS_FICHIER_DONNEES_GOOGLE;
|
59 |
|
59 |
|
Line 60... |
Line 60... |
60 |
ob_start();
|
60 |
ob_start();
|
Line 75... |
Line 75... |
75 |
}
|
75 |
}
|
Line 76... |
Line 76... |
76 |
|
76 |
|
77 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
77 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
78 |
*
|
78 |
*
|
- |
|
79 |
* $Log: not supported by cvs2svn $
|
- |
|
80 |
* Revision 1.7 2007-10-12 10:04:52 alexandre_tb
|
- |
|
81 |
* ajout des contantes INS_GOOGLE_IMAGE_LARGEUR et INS_GOOGLE_IMAGE_HAUTEUR
|
79 |
* $Log: not supported by cvs2svn $
|
82 |
*
|
80 |
* Revision 1.6 2007-10-01 12:18:29 alexandre_tb
|
83 |
* Revision 1.6 2007-10-01 12:18:29 alexandre_tb
|
81 |
* separation du script en 2 fichiers donnees_googlemap.php et script_googlemap.tpl.js
|
84 |
* separation du script en 2 fichiers donnees_googlemap.php et script_googlemap.tpl.js
|
82 |
*
|
85 |
*
|
83 |
* Revision 1.5 2007-09-18 08:38:54 alexandre_tb
|
86 |
* Revision 1.5 2007-09-18 08:38:54 alexandre_tb
|