Subversion Repositories Applications.papyrus

Rev

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

Rev 1572 Rev 1605
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.4 2007-09-06 08:29:22 alexandre_tb Exp $
22
// CVS : $Id: carto_google.php,v 1.5 2007-09-18 08:38:54 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.4 $ $Date: 2007-09-06 08:29:22 $
31
*@version       $Revision: 1.5 $ $Date: 2007-09-18 08:38:54 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34
 
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
Line 44... Line 44...
44
	include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.local.php' ;	
44
	include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.local.php' ;	
45
} else {
45
} else {
46
	include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
46
	include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
47
}
47
}
Line 48... Line 48...
48
 
48
 
49
$GLOBALS ['ins_config'] = inscription::getConfig();
49
$GLOBALS ['ins_config'] = inscription::getConfig($GLOBALS['type_inscription_carto']);
50
$GLOBALS ['ins_config']['ic_inscription_template'] = inscription::getTemplate(INS_TEMPLATE_FORMULAIRE, 
50
$GLOBALS ['ins_config']['ic_inscription_template'] = inscription::getTemplate(INS_TEMPLATE_FORMULAIRE, 
51
    									$GLOBALS['ins_config']['ic_id_inscription']);
51
    									$GLOBALS['ins_config']['ic_id_inscription']);
52
$GLOBALS['ins_config']['ic_google_key'] = 'http://maps.google.com/maps?file=api&amp;v=2&amp;key='.INS_GOOGLE_KEY;
52
$GLOBALS['ins_config']['ic_google_key'] = 'http://maps.google.com/maps?file=api&amp;v=2&amp;key='.INS_GOOGLE_KEY;
Line 182... Line 182...
182
}
182
}
Line 183... Line 183...
183
 
183
 
184
/* +--Fin du code ----------------------------------------------------------------------------------------+
184
/* +--Fin du code ----------------------------------------------------------------------------------------+
185
*
185
*
-
 
186
* $Log: not supported by cvs2svn $
-
 
187
* Revision 1.4  2007-09-06 08:29:22  alexandre_tb
-
 
188
* utilisation de constantes pour centrer la carte
186
* $Log: not supported by cvs2svn $
189
*
187
* Revision 1.3  2007-08-27 12:35:13  alexandre_tb
190
* Revision 1.3  2007-08-27 12:35:13  alexandre_tb
188
* mise en place d un icone personnalise
191
* mise en place d un icone personnalise
189
* et de l affichage de plusieurs donnees sur un meme point
192
* et de l affichage de plusieurs donnees sur un meme point
190
*
193
*