Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 223
Line 4... Line 4...
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" />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	<g:HorizontalPanel>
7
	<g:HorizontalPanel>
8
		<g:VerticalPanel>
8
		<g:VerticalPanel>
9
			<g:Label text="{constants.mon_vote}" />
9
			<g:Label text="{constants.monVote}" />
10
			<g:FocusPanel ui:field="voter" />
10
			<g:FocusPanel ui:field="voter" />
11
		</g:VerticalPanel>
11
		</g:VerticalPanel>
12
		<g:Button ui:field="boutonVote" text="{constants.ok}"></g:Button>
12
		<g:Button ui:field="boutonVote" text="{constants.ok}"></g:Button>
13
	</g:HorizontalPanel>
13
	</g:HorizontalPanel>