Subversion Repositories eFlore/Applications.del

Rev

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

Rev 909 Rev 965
Line 79... Line 79...
79
			contributeur = vote.getAuteur().getNomComplet();
79
			contributeur = vote.getAuteur().getNomComplet();
80
		}
80
		}
Line 81... Line 81...
81
		
81
		
82
		htmlTableau.setHTML(index, 1, contributeur);
82
		htmlTableau.setHTML(index, 1, contributeur);
83
		htmlTableau.setHTML(index, 2, valeurVote+"");
83
		htmlTableau.setHTML(index, 2, valeurVote+"");
Line 84... Line 84...
84
		htmlTableau.setHTML(index, 3, DateTimeFormat.getFormat(PredefinedFormat.DATE_SHORT).format(vote.getDate()));
84
		htmlTableau.setHTML(index, 3, DateTimeFormat.getFormat("dd/MM/yyyy").format(vote.getDate()));
Line 85... Line 85...
85
 
85
 
86
	}
86
	}