Subversion Repositories eFlore/Applications.del

Rev

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

Rev 253 Rev 423
Line 4... Line 4...
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"/>
5
<ui:style src="moyenne.css" />
5
<ui:style src="moyenne.css" />
Line 6... Line 6...
6
 
6
 
7
	<g:HTMLPanel styleName="{style.moyenne}">
7
	<g:HTMLPanel styleName="{style.moyenne}">
-
 
8
		<g:HorizontalPanel styleName="{style.voter}">
8
		<g:HorizontalPanel styleName="{style.voter}">
9
			<g:Label text="{constants.votez} :" styleName="{style.petit}"/>
9
			<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}"/>
-
 
12
			<g:Button ui:field="boutonVoter" text="OK" styleName="{style.validerVote}"></g:Button>
10
			<g:Label ui:field="nbVotes" styleName="{style.petit}"/> <g:Label text="vote(s)" styleName="{style.petit}"/>
13
			<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
11
		</g:HorizontalPanel>
14
		</g:HorizontalPanel>
12
	</g:HTMLPanel>
15
	</g:HTMLPanel>