Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
116 benjamin 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
5
 
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
135 gduche 7
	<g:HorizontalPanel>
8
		<g:VerticalPanel>
223 gduche 9
			<g:Label text="{constants.monVote}" />
116 benjamin 10
			<g:FocusPanel ui:field="voter" />
135 gduche 11
		</g:VerticalPanel>
12
		<g:Button ui:field="boutonVote" text="{constants.ok}"></g:Button>
13
	</g:HorizontalPanel>
116 benjamin 14
</ui:UiBinder>