Subversion Repositories eFlore/Applications.del

Rev

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

Rev 477 Rev 488
Line 215... Line 215...
215
		informationRecherche.setAuteur(vue.getAuteur());
215
		informationRecherche.setAuteur(vue.getAuteur());
216
		informationRecherche.setDate(vue.getDate());
216
		informationRecherche.setDate(vue.getDate());
217
		informationRecherche.setRechercheLibre(vue.getRecherchePrincipale());
217
		informationRecherche.setRechercheLibre(vue.getRecherchePrincipale());
Line 218... Line 218...
218
 
218
 
-
 
219
		if (estPourRechercheImages()) {
219
		if (estPourRechercheImages()) {
220
			CacheClient.getInstance().setPageCouranteRechercheImages(1);
220
			CacheClient.getInstance().setInformationsRechercheImage(informationRecherche);
221
			CacheClient.getInstance().setInformationsRechercheImage(informationRecherche);
-
 
222
		} else if (estPourRechercheObservations()) {
221
		} else if (estPourRechercheObservations()) {
223
			CacheClient.getInstance().setPageCouranteRechercheObservations(1);
222
			CacheClient.getInstance().setInformationsRechercheObservation(informationRecherche);
224
			CacheClient.getInstance().setInformationsRechercheObservation(informationRecherche);
223
		}
225
		}
Line 224... Line 226...
224
	}
226
	}