Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1101 Rev 1467
Line 32... Line 32...
32
	}
32
	}
Line 33... Line 33...
33
 
33
 
Line 34... Line 34...
34
	private String assemblerChaineRequete(InformationsRecherche infos, int debut, int fin, String statut) {
34
	private String assemblerChaineRequete(InformationsRecherche infos, int debut, int fin, String statut) {
35
 
35
 
36
		String chaineRequete = "?navigation.depart=" + debut + "&navigation.limite=" + (fin - debut);
36
		String chaineRequete = "?navigation.depart=" + debut + "&navigation.limite=" + (fin - debut);
37
		if (statut != null) {
37
		if (statut != null && !statut.equals("tous")) {
38
			chaineRequete += "&masque.type=" + statut;
38
			chaineRequete += "&masque.type=" + statut;
Line 39... Line 39...
39
		}
39
		}