Subversion Repositories eFlore/Applications.del

Rev

Rev 46 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 46 Rev 70
Line 1... Line 1...
1
package org.tela_botanica.del.client.vues.plateformedetermination.forum;
1
package org.tela_botanica.del.client.vues.plateformedetermination.forum;
Line 2... Line 2...
2
 
2
 
Line -... Line 3...
-
 
3
import java.util.List;
3
import java.util.List;
4
 
Line 4... Line 5...
4
 
5
import org.tela_botanica.del.client.i18n.I18n;
5
import org.tela_botanica.del.client.modeles.ObservationDetermination;
6
import org.tela_botanica.del.client.modeles.ObservationDetermination;
6
 
7
 
Line 25... Line 26...
25
	
26
	
Line 26... Line 27...
26
	public void chargerObservations(List<ObservationDetermination> determinations) {
27
	public void chargerObservations(List<ObservationDetermination> determinations) {
27
		
28
		
28
		String ligne = "<table>"+
29
		String ligne = "<table>"+
29
		"<tr>"+
30
		"<tr>"+
30
		"<th> Espèce </th>"+
31
		"<th> "+I18n.getVocabulary().nom()+" </th>"+
31
		"<th> Contributeur </th>"+
32
		"<th> "+I18n.getVocabulary().contributeur()+" </th>"+
32
		"<th> Fiabilité </th>"+
33
		"<th> Fiabilité </th>"+
33
		"<th> Date de transmission </th>"+
34
		"<th> Date de transmission </th>"+