Subversion Repositories eFlore/Applications.del

Rev

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

Rev 638 Rev 655
Line 3... Line 3...
3
 
3
 
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
Line 5... Line 5...
5
<ui:style src="moyenne.css" />
5
<ui:style src="moyenne.css" />
6
 
6
 
7
	<g:HTMLPanel styleName="{style.moyenne}">
7
	<g:HTMLPanel styleName="{style.moyenne}">
8
		<g:HorizontalPanel styleName="{style.voter}">
8
		<g:HorizontalPanel>
9
			<g:Label text="{constants.votez} :" styleName="{style.petit}"/>
9
			<g:Label text="{constants.votez} :" styleName="{style.petit}"/>
10
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
10
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
11
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
11
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/>