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 |
|
- |
|
7 |
<g:HTMLPanel styleName="{style.moyenne}">
|
6 |
|
8 |
<g:HorizontalPanel styleName="{style.voter}">
|
- |
|
9 |
<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
|
7 |
<g:HTMLPanel styleName="{style.moyenne}">
|
10 |
<g:Label ui:field="nbVotes" styleName="{style.petit}"/> <g:Label text="vote(s)" styleName="{style.petit}"/>
|
8 |
<g:HorizontalPanel styleName="{style.voter}"><g:FocusPanel ui:field="voter"/><g:Label text="Votes :" styleName="{style.petit}"/><g:Label ui:field="nbVotes" styleName="{style.petit}"/></g:HorizontalPanel>
|
11 |
</g:HorizontalPanel>
|