Subversion Repositories eFlore/Applications.del

Rev

Rev 103 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 benjamin 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">
135 gduche 4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
5
<g:HTMLPanel styleName="plein">
6
	<g:Label text="{constants.votes}" styleName="titre"/>
7
	<g:Label text="{constants.infoVotes}" styleName="petit"/>
8
	<g:VerticalPanel ui:field="panneauVotes" styleName="plein"/>
9
</g:HTMLPanel>
103 benjamin 10
</ui:UiBinder>