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
	<g:HorizontalPanel>
10
 
-
 
11
		<g:HorizontalPanel>
8
		<g:VerticalPanel>
12
			<g:FocusPanel ui:field="voter" />
-
 
13
			<g:Label text="{constants.mon_vote}" />
9
			<g:Label text="{constants.mon_vote}" />
14
			<g:Button ui:field="boutonVote" text="{constants.ok}"></g:Button>
10
			<g:FocusPanel ui:field="voter" />
15
		</g:HorizontalPanel>
11
		</g:VerticalPanel>
16
 
-
 
17
 
-
 
-
 
12
		<g:Button ui:field="boutonVote" text="{constants.ok}"></g:Button>
18
	</g:HTMLPanel>
13
	</g:HorizontalPanel>
19
</ui:UiBinder>
14
</ui:UiBinder>