Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 192 Rev 204
Line 292... Line 292...
292
			"&csv_truk_action =" + URL.encodeComponent(valorisation.getActionInfo()) +
292
			"&csv_truk_action =" + URL.encodeComponent(valorisation.getActionInfo()) +
293
			"&csv_publication =" + URL.encodeComponent(valorisation.getPublication()) +
293
			"&csv_publication =" + URL.encodeComponent(valorisation.getPublication()) +
294
			"&csv_collection_autre =" + URL.encodeComponent(valorisation.getCollectionAutre()) +
294
			"&csv_collection_autre =" + URL.encodeComponent(valorisation.getCollectionAutre()) +
295
			"&csv_mark_action_future =" + URL.encodeComponent(valorisation.getActionFuture()) +
295
			"&csv_mark_action_future =" + URL.encodeComponent(valorisation.getActionFuture()) +
296
			"&csv_action_future =" + URL.encodeComponent(valorisation.getActionFutureInfo()) +
296
			"&csv_action_future =" + URL.encodeComponent(valorisation.getActionFutureInfo()) +
-
 
297
			"&csv_mark_recherche =" + URL.encodeComponent(valorisation.getRecherche()) +
-
 
298
			"&csv_truk_recherche_provenance =" + URL.encodeComponent(valorisation.getRechercheProvenance()) +
-
 
299
			"&csv_truk_recherche_type =" + URL.encodeComponent(valorisation.getRechercheType()) +
-
 
300
			"&csv_mark_acces_ss_motif =" + URL.encodeComponent(valorisation.getAccesSansMotif()) +
-
 
301
			"&csv_acces_ss_motif =" + URL.encodeComponent(valorisation.getAccesSansMotifInfo()) +
-
 
302
			"&csv_mark_visite_avec_motif =" + URL.encodeComponent(valorisation.getVisiteAvecMotif()) +
-
 
303
			"&csv_visite_avec_motif =" + URL.encodeComponent(valorisation.getVisiteAvecMotifInfo()) +
297
			"";
304
			"";
Line 298... Line 305...
298
	
305
	
299
		try {
306
		try {