Subversion Repositories eFlore/Applications.del

Rev

Rev 1081 | Rev 1085 | 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}"/>
1081 gduche 12
			<g:Button ui:field="boutonVoter" text="" styleName="{style.validerVote} boutonOK"></g:Button>
1084 gduche 13
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
423 gduche 14
			<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
253 gduche 15
		</g:HorizontalPanel>
66 gduche 16
	</g:HTMLPanel>
17
</ui:UiBinder>