Subversion Repositories eFlore/Applications.del

Rev

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

Rev 70 Rev 80
Line 28... Line 28...
28
		
28
		
29
		String ligne = "<table>"+
29
		String ligne = "<table>"+
30
		"<tr>"+
30
		"<tr>"+
31
		"<th> "+I18n.getVocabulary().nom()+" </th>"+
31
		"<th> "+I18n.getVocabulary().nom()+" </th>"+
32
		"<th> "+I18n.getVocabulary().contributeur()+" </th>"+
32
		"<th> "+I18n.getVocabulary().contributeur()+" </th>"+
33
		"<th> Fiabilité </th>"+
33
		"<th> "+I18n.getVocabulary().fiabilite()+" </th>"+
34
		"<th> Date de transmission </th>"+
34
		"<th> "+I18n.getVocabulary().date()+" </th>"+
35
		"<th> Commentaires </th>"+
35
		"<th> "+I18n.getVocabulary().commentaire()+" </th>"+
Line 36... Line 36...
36
		"</tr>";
36
		"</tr>";
37
		
37
		
38
		for (ObservationDetermination observationDetermination : determinations) {
38
		for (ObservationDetermination observationDetermination : determinations) {