Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1102 gduche 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
	xmlns:g='urn:import:com.google.gwt.user.client.ui'
1196 gduche 4
	xmlns:vues="urn:import:org.tela_botanica.del.client.composants.forum">
1102 gduche 5
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
	<ui:style src="ligneVote.css" />
7
 
8
	<g:HTMLPanel styleName="nettoyage">
9
		<g:Label ui:field="auteur" styleName="{style.auteur}"></g:Label>
10
		<g:Label ui:field="dateOuNb" styleName="{style.colonne2}"></g:Label>
11
	</g:HTMLPanel>
12
</ui:UiBinder>