Changeset 3342
- Timestamp:
- 04/26/10 23:07:04 (11 years ago)
- Location:
- plugins_spip/diogene_complements/diogene_geo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins_spip/diogene_complements/diogene_geo/formulaires/diogene_ajouter_medias_geo.html
r3206 r3342 10 10 <INCLURE{fond=prive/inc-diogene_geo_map}{lat=#GET{lat}}{lonx=#GET{lonx}}{zoom=#GET{zoom}}> 11 11 ] 12 [(#CONFIG{diogene/texte/recherche}|oui)13 12 <li class="rechercher_adresse"> 14 13 <input type='hidden' name='pays' id='pays' value='' /> … … 19 18 <input type="text" class="text" name="map_adresse" id="map_adresse" value="<:diogene_geo:adresse:>" /> 20 19 <a id="rechercher"><:gis:label_address:></a> 21 </li> ]20 </li> 22 21 [(#SAISIE{input,lat, 23 22 label=<:diogene_geo:latitude:>, -
plugins_spip/diogene_complements/diogene_geo/prive/inc-diogene_geo_map.html
r3098 r3342 94 94 formMap.panTo(newpoint.getLatLng()); 95 95 }); 96 [(#CONFIG{diogene/texte/recherche}|oui)97 96 jQuery("#map_adresse").focus(function(){jQuery(this).val("");}); 98 97 jQuery("#rechercher").css("cursor","pointer").click(function(){ … … 114 113 } 115 114 return false; 116 }); ]115 }); 117 116 } else { 118 117 alert("Sorry, the Google Maps API is not compatible with this browser");
Note: See TracChangeset
for help on using the changeset viewer.