Subversion Repositories eFlore/Applications.del

Rev

Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 116 Rev 135
Line 2... Line 2...
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">
Line 5... Line 5...
5
 
5
 
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
-
 
7
 
-
 
8
 
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
9
	<g:HTMLPanel>
-
 
10
 
7
	<g:HorizontalPanel>
11
		<g:HorizontalPanel>
-
 
12
			<g:FocusPanel ui:field="voter" />
8
		<g:VerticalPanel>
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>
-
 
16
 
-
 
-
 
11
		</g:VerticalPanel>
17
 
12
		<g:Button ui:field="boutonVote" text="{constants.ok}"></g:Button>
18
	</g:HTMLPanel>
13
	</g:HorizontalPanel>