Line 38... |
Line 38... |
38 |
}
|
38 |
}
|
Line 39... |
Line 39... |
39 |
|
39 |
|
40 |
public void chargerImage(org.tela_botanica.del.client.modeles.Image imageCourante) {
|
40 |
public void chargerImage(org.tela_botanica.del.client.modeles.Image imageCourante) {
|
41 |
setUrlImage(imageCourante.getUrlFormat("L"));
|
41 |
setUrlImage(imageCourante.getUrlFormat("L"));
|
42 |
setTitle(imageCourante.getUrlFormat("L"));
|
42 |
setTitle(imageCourante.getUrlFormat("L"));
|
43 |
setTexteAlternatif("<strong> "+I18n.getVocabulary().imageNumero()+""+ imageCourante.getIdImage() +" - "+ imageCourante.getObservation().getNomRetenu() + " " + I18n.getVocabulary().par() + " " + imageCourante.getObservation().getAuteur() + "</strong><br />"
|
43 |
setTexteAlternatif("<strong> "+I18n.getVocabulary().imageNumero()+""+ imageCourante.getIdImage() +" - "+ imageCourante.getObservation().getNomRetenuFormateReferentiel() + " " + I18n.getVocabulary().par() + " " + imageCourante.getObservation().getAuteur() + "</strong><br />"
|
44 |
+ I18n.getVocabulary().publiee() + " "+ imageCourante.getObservation().getDateReleve() + " - " + imageCourante.getObservation().getLocaliteAvecIdFormatee());
|
44 |
+ I18n.getVocabulary().publiee() + " "+ imageCourante.getObservation().getDateReleve() + " - " + imageCourante.getObservation().getLocaliteAvecIdFormatee());
|
Line 45... |
Line 45... |
45 |
}
|
45 |
}
|
46 |
|
46 |
|