Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1275 Rev 1276
Line 241... Line 241...
241
		});
241
		});
242
	}
242
	}
243
}
243
}
Line 244... Line 244...
244
 
244
 
Line 245... Line 245...
245
 
245
 
Line 246... Line 246...
246
var valeurDefautRechercheLieu = "Entrez un nom de ville, de lieu ou de rue...";
246
var valeurDefautRechercheLieu = "";
247
 
247
 
Line 301... Line 301...
301
		deplacerMarker(event.latLng);
301
		deplacerMarker(event.latLng);
302
	});
302
	});
303
});
303
});
Line 304... Line 304...
304
 
304
 
305
function gererAffichageValeursParDefaut() {	
-
 
306
 
305
function gererAffichageValeursParDefaut() {	
307
	afficherEtapeGeolocalisation(1);
-
 
308
	$("#rue").val(valeurDefautRechercheLieu);
-
 
309
	$('#rue').addClass('valeur-defaut-recherche');
-
 
310
	$("#rue").focus(function() {
-
 
311
		$('#rue').removeClass('valeur-defaut-recherche');
-
 
312
		if ($('#rue').val() == valeurDefautRechercheLieu) {
-
 
313
			$('#rue').val('');
-
 
314
		} else {
-
 
315
			$('#rue').select();
-
 
316
		}
-
 
317
	});
306
	afficherEtapeGeolocalisation(1);
Line 318... Line 307...
318
}
307
}
319
 
308
 
320
function afficherEtapeGeolocalisation(numEtape) {
309
function afficherEtapeGeolocalisation(numEtape) {