Line 31... |
Line 31... |
31 |
public void chargerInformationsObservation(Observation o) {
|
31 |
public void chargerInformationsObservation(Observation o) {
|
32 |
imageObservation.setUrl(o.getUrl());
|
32 |
imageObservation.setUrl(o.getUrl());
|
33 |
detailObservation.setHTML("<ul>"+
|
33 |
detailObservation.setHTML("<ul>"+
|
34 |
"<li> "+I18n.getVocabulary().nom_retenu()+" : "+o.getNomRetenu()+"</li>"+
|
34 |
"<li> "+I18n.getVocabulary().nom_retenu()+" : "+o.getNomRetenu()+"</li>"+
|
35 |
"<li> "+I18n.getVocabulary().localite()+" : "+o.getLocalite()+"</li>"+
|
35 |
"<li> "+I18n.getVocabulary().localite()+" : "+o.getLocalite()+"</li>"+
|
36 |
"<li> Auteur : "+o.getAuteur()+"</li>"+
|
36 |
"<li> "+I18n.getVocabulary().auteur()+" : "+o.getAuteur()+"</li>"+
|
37 |
"<li> Observé : "+o.getDate()+"</li>"+
|
37 |
"<li> "+I18n.getVocabulary().date_observation()+" : "+o.getDate()+"</li>"+
|
38 |
"<li> Autres informations : "+o.toString()+"</li>"+
|
38 |
"<li> "+I18n.getVocabulary().autres_informations()+" : "+o.toString()+"</li>"+
|
39 |
"</ul>");
|
39 |
"</ul>");
|
40 |
}
|
40 |
}
|
41 |
}
|
41 |
}
|