Subversion Repositories eFlore/Applications.del

Rev

Rev 103 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 116
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
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'
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"
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
5
 
5
 
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
7
 
8
 
8
 
9
	<g:HTMLPanel>
9
	<g:HTMLPanel>
10
 
10
 
11
		<g:HorizontalPanel>
11
		<g:HorizontalPanel>
12
			<g:Label ui:field="nomProtocole" text="{constants.chargement}" />
12
			<g:Label ui:field="nomProtocole" text="{constants.chargement}" />
13
			<g:FocusPanel ui:field="voter" />
13
			<g:FocusPanel ui:field="moyenneVotes" />
14
			<g:Label text="Votes :" />
-
 
15
			<g:Label ui:field="nbVotes"  />
14
			<g:FocusPanel ui:field="monVote" />
16
		</g:HorizontalPanel>
15
		</g:HorizontalPanel>
17
 
16
 
18
	</g:HTMLPanel>
17
	</g:HTMLPanel>
19
</ui:UiBinder>
18
</ui:UiBinder>