Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 459 Rev 466
Line 187... Line 187...
187
		valeur_form = $('#nom').val();
187
		valeur_form = $('#nom').val();
188
		valeur_form = $.trim(valeur_form);
188
		valeur_form = $.trim(valeur_form);
189
		if (formulaireAfficheValeurParDefaut()) {
189
		if (formulaireAfficheValeurParDefaut()) {
190
			if (nomSciEstDemande()) {
190
			if (nomSciEstDemande()) {
191
	    		$('#nom').val(VALEUR_DEFAUT_NOM_SCI);
191
	    		$('#nom').val(VALEUR_DEFAUT_NOM_SCI);
192
	    		$('#eflore_nomenclature_fiche').show();
-
 
193
	    	} else {
192
	    	} else {
194
	    		$('#nom').val(VALEUR_DEFAUT_NOM_VERNA);
193
	    		$('#nom').val(VALEUR_DEFAUT_NOM_VERNA);
195
	    		$('#eflore_nomenclature_fiche').hide();
-
 
196
	    	}
194
	    	}
197
			$('#nom').addClass('valeur-defaut-recherche');
195
			$('#nom').addClass('valeur-defaut-recherche');
198
		}
196
		}
-
 
197
		
-
 
198
		if (nomSciEstDemande()) {
-
 
199
			$('#eflore_nomenclature_fiche').show();
-
 
200
		} else {
-
 
201
			$('#eflore_nomenclature_fiche').hide();
-
 
202
		}
199
	}
203
	}
200
}
204
}
Line 201... Line 205...
201
 
205
 
202
/*
206
/*