Subversion Repositories Applications.papyrus

Rev

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

Rev 2149 Rev 2150
Line 637... Line 637...
637
	
637
	
638
	if (is_array ($defaut)) {
638
	if (is_array ($defaut)) {
639
    	$formtemplate->setDefaults(array('latitude' => $defaut['latitude'], 'longitude' => $defaut['longitude']));
639
    	$formtemplate->setDefaults(array('latitude' => $defaut['latitude'], 'longitude' => $defaut['longitude']));
Line 640... Line 640...
640
    }
640
    }
641
	
641
	
642
	//GEN_stockerFichierScript('googleMapScript', $url_google_script);
-
 
643
    GEN_stockerFichierScript('googleMapScript', "http://maps.googleapis.com/maps/api/js?sensor=false&key=".BAZ_GOOGLE_KEY);
642
	//GEN_stockerFichierScript('googleMapScript', $url_google_script);// fout la merde avec google maps v2
644
	GEN_AttributsBody('onload', 'load()');
643
	GEN_stockerFichierScript('googleMapScript', "http://maps.googleapis.com/maps/api/js?sensor=false&key=".BAZ_GOOGLE_KEY);
645
    $html_bouton = '<tr>
644
    $html_bouton = '<tr>
646
<td style="text-align:left;padding:5px;" colspan="2"> 
645
<td style="text-align:left;padding:5px;" colspan="2"> 
647
<input onclick="showAddress();" name="chercher_sur_carte" value="'.VERIFIER_MON_ADRESSE.'" type="button" /><span class="symbole_obligatoire">&nbsp;*</span></td>
646
<input onclick="showAddress();" name="chercher_sur_carte" value="'.VERIFIER_MON_ADRESSE.'" type="button" /><span class="symbole_obligatoire">&nbsp;*</span></td>