Subversion Repositories eFlore/Applications.del

Rev

Rev 638 | Rev 1081 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
66 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
 
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
5
<ui:style src="moyenne.css" />
6
 
7
	<g:HTMLPanel styleName="{style.moyenne}">
655 gduche 8
		<g:HorizontalPanel>
423 gduche 9
			<g:Label text="{constants.votez} :" styleName="{style.petit}"/>
253 gduche 10
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
423 gduche 11
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
12
			<g:Button ui:field="boutonVoter" text="OK" styleName="{style.validerVote}"></g:Button>
13
			<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
253 gduche 14
		</g:HorizontalPanel>
66 gduche 15
	</g:HTMLPanel>
16
</ui:UiBinder>