Subversion Repositories eFlore/Applications.del

Rev

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

Rev 116 Rev 135
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
 
-
 
8
 
-
 
9
	<g:HTMLPanel>
7
	<ui:style src="voteProtocole.css" />
10
 
8
 
11
		<g:HorizontalPanel>
9
		<g:HorizontalPanel>
12
			<g:Label ui:field="nomProtocole" text="{constants.chargement}" />
10
			<g:Label ui:field="nomProtocole" text="{constants.chargement}" />
13
			<g:FocusPanel ui:field="moyenneVotes" />
11
			<g:FocusPanel ui:field="moyenneVotes" />
14
			<g:FocusPanel ui:field="monVote" />
12
			<g:FocusPanel ui:field="monVote" />
15
		</g:HorizontalPanel>
13
		</g:HorizontalPanel>
16
 
-
 
17
	</g:HTMLPanel>
-
 
18
</ui:UiBinder>
14
</ui:UiBinder>