Subversion Repositories eFlore/Applications.del

Rev

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

Rev 655 Rev 1081
Line 7... Line 7...
7
	<g:HTMLPanel styleName="{style.moyenne}">
7
	<g:HTMLPanel styleName="{style.moyenne}">
8
		<g:HorizontalPanel>
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}"/>
12
			<g:Button ui:field="boutonVoter" text="OK" styleName="{style.validerVote}"></g:Button>
12
			<g:Button ui:field="boutonVoter" text="" styleName="{style.validerVote} boutonOK"></g:Button>
13
			<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
13
			<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
14
		</g:HorizontalPanel>
14
		</g:HorizontalPanel>
15
	</g:HTMLPanel>
15
	</g:HTMLPanel>
16
</ui:UiBinder>
16
</ui:UiBinder>