Subversion Repositories Applications.bazar

Rev

Rev 255 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 274
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: bazar.carte_google.php,v 1.2 2007-06-13 10:02:47 alexandre_tb Exp $
22
// CVS : $Id: bazar.carte_google.php,v 1.3 2007-07-04 10:08:41 alexandre_tb Exp $
23
/**
23
/**
24
* 
24
* 
25
*@package bazar
25
*@package bazar
26
//Auteur original :
26
//Auteur original :
27
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
27
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
28
//Autres auteurs :
28
//Autres auteurs :
29
*@copyright     Tela-Botanica 2000-2007
29
*@copyright     Tela-Botanica 2000-2007
30
*@version       $Revision: 1.2 $
30
*@version       $Revision: 1.3 $
31
// +------------------------------------------------------------------------------------------------------+
31
// +------------------------------------------------------------------------------------------------------+
32
*/
32
*/
Line 33... Line 33...
33
 
33
 
34
// +------------------------------------------------------------------------------------------------------+
34
// +------------------------------------------------------------------------------------------------------+
Line 124... Line 124...
124
';
124
';
125
GEN_stockerCodeScript($script);
125
GEN_stockerCodeScript($script);
Line 126... Line 126...
126
 
126
 
Line -... Line 127...
-
 
127
function afficherContenuCorps() {
-
 
128
	
-
 
129
	include_once BAZ_CHEMIN_APPLI.'bibliotheque/bazarTemplate.class.php';
127
function afficherContenuCorps() {
130
    $modele = new bazarTemplate($GLOBALS['_BAZAR_']['db']);
-
 
131
    $html = $modele->getTemplate(BAZ_TEMPLATE_ACCUEIL_CARTE_GOOGLE, $GLOBALS['_BAZAR_']['langue']);
128
	
132
	$res = str_replace ('{CARTE}', '<div id="map" style="width: 600px; height: 450px"></div>', $html);
129
	$res = '<div id="map" style="width: 600px; height: 450px"></div>';
133
 
Line 130... Line 134...
130
	return $res;
134
	return $res;
131
}
135
}
132
 
136
 
-
 
137
 
-
 
138
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
139
*
133
 
140
* $Log: not supported by cvs2svn $
134
/* +--Fin du code ----------------------------------------------------------------------------------------+
141
* Revision 1.2  2007-06-13 10:02:47  alexandre_tb
135
*
142
* le carte s adapte a la taille du conteneur
136
* $Log: not supported by cvs2svn $
143
*
137
* Revision 1.1  2007-06-04 15:26:57  alexandre_tb
144
* Revision 1.1  2007-06-04 15:26:57  alexandre_tb
138
* version initiale
145
* version initiale