Subversion Repositories eFlore/Applications.del

Rev

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

Rev 469 Rev 471
Line 38... Line 38...
38
	public void chargerImage(org.tela_botanica.del.client.modeles.Image imageCourante) {
38
	public void chargerImage(org.tela_botanica.del.client.modeles.Image imageCourante) {
39
		setUrlImage(imageCourante.getUrlFormat("L"));
39
		setUrlImage(imageCourante.getUrlFormat("L"));
40
		setTitle(imageCourante.getUrlFormat("L"));
40
		setTitle(imageCourante.getUrlFormat("L"));
41
		setTexteAlternatif(imageCourante.getObservation().getAuteur() +
41
		setTexteAlternatif(imageCourante.getObservation().getAuteur() +
42
				" - " + imageCourante.getObservation().getNomRetenu()+
42
				" - " + imageCourante.getObservation().getNomRetenu()+
43
				" - " + imageCourante.getObservation().getLocalite()+
43
				" - " + imageCourante.getObservation().getLocaliteAvecIdFormatee()+
44
				" -  ("+ imageCourante.getObservation().getIdLocalite()+")"+
-
 
45
				" -  "+ imageCourante.getObservation().getDateReleve());
44
				" -  "+ imageCourante.getObservation().getDateReleve());
46
	}
45
	}
Line 47... Line 46...
47
 
46
 
48
	public void setUrlImage(String urlImage) {
47
	public void setUrlImage(String urlImage) {