Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Rev 423 | 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}">
253 gduche 8
		<g:HorizontalPanel styleName="{style.voter}">
9
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
10
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/> <g:Label text="vote(s)" styleName="{style.petit}"/>
11
		</g:HorizontalPanel>
66 gduche 12
	</g:HTMLPanel>
13
</ui:UiBinder>