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}">
|
- |
|
8 |
<g:HTMLPanel styleName="{style.zoneNoteGlobale}">
|
- |
|
9 |
<g:Label styleName="petit">Note générale</g:Label>
|
- |
|
10 |
|
- |
|
11 |
<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
|
- |
|
12 |
<g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
|
- |
|
13 |
</g:HTMLPanel>
|
- |
|
14 |
<g:HorizontalPanel>
|
6 |
|
15 |
<g:Label styleName="{style.petit} {style.protocole}" ui:field="protocole" text="protocole"/>
|
7 |
<g:HTMLPanel styleName="{style.moyenne}">
|
- |
|
8 |
<g:HorizontalPanel>
|
16 |
</g:HorizontalPanel>
|
9 |
<g:Label text="{constants.votez} :" styleName="{style.petit}"/>
|
- |
|
10 |
<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
|
17 |
<g:HorizontalPanel>
|
11 |
<g:Label ui:field="nbVotes" styleName="{style.petit}"/>
|
18 |
<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
|
12 |
<g:Button ui:field="boutonVoter" text="" styleName="{style.validerVote} boutonOK"></g:Button>
|
19 |
<g:Button ui:field="boutonVoter" text="" styleName="{style.validerVote} boutonOK"></g:Button>
|
13 |
<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
|
- |
|
14 |
<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
|
20 |
<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
|
15 |
<g:HTMLPanel ui:field="zoneFleur"></g:HTMLPanel>
|
21 |
<g:Button ui:field="boutonAnnuler" text=" " styleName="{style.annuler}"></g:Button>
|
16 |
</g:HorizontalPanel>
|
22 |
</g:HorizontalPanel>
|