Subversion Repositories eFlore/Applications.del

Rev

Go to most recent revision | 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" />
7
 
8
 
9
	<g:HTMLPanel>
10
 
11
		<g:HorizontalPanel>
12
			<g:Label ui:field="nomProtocole" text="{constants.chargement}" />
13
			<g:FocusPanel ui:field="moyenneVotes" />
14
			<g:Label text="Votes :" />
15
			<g:Label ui:field="nbVotes"  />
16
			<g:FocusPanel ui:field="monVote" />
17
		</g:HorizontalPanel>
18
 
19
	</g:HTMLPanel>
20
</ui:UiBinder>