Subversion Repositories eFlore/Applications.del

Rev

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

Rev 361 Rev 445
Line 13... Line 13...
13
	private Protocole protocoleCourant;
13
	private Protocole protocoleCourant;
14
	private int numPageRechercheImage = 0;
14
	private int numPageRechercheImage = 0;
15
	private int nbTotalImagesRecherchees = 0;
15
	private int nbTotalImagesRecherchees = 0;
Line 16... Line 16...
16
 
16
 
17
	private int pasPagination = 10;
17
	private int pasPagination = 10;
18
	private int pageCouranteRechercheImage = 0;
18
	private int pageCouranteRechercheImage = 1;
19
	private int pageCouranteRechercheObservations = 0;
19
	private int pageCouranteRechercheObservations = 1;
20
	private InformationsRecherche informationsRechercheImage;
20
	private InformationsRecherche informationsRechercheImage;
Line 21... Line 21...
21
	private InformationsRecherche informationsRechercheObservation;
21
	private InformationsRecherche informationsRechercheObservation;