Line 22... |
Line 22... |
22 |
|
22 |
|
23 |
<g:HTMLPanel styleName="{style.zoneEmail}">
|
23 |
<g:HTMLPanel styleName="{style.zoneEmail}">
|
24 |
<g:Label text="Votre adresse email : " styleName="petit" />
|
24 |
<g:Label text="Votre adresse email : " styleName="petit" />
|
25 |
<g:TextBox ui:field="courriel" />
|
25 |
<g:TextBox ui:field="courriel" />
|
26 |
</g:HTMLPanel>
|
26 |
</g:HTMLPanel>
|
27 |
|
27 |
|
28 |
<g:HTML><br /></g:HTML>
|
28 |
<g:HTML><br /></g:HTML>
|
- |
|
29 |
<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
|
- |
|
30 |
<g:Label text="{constants.referentiel}" styleName="petit"/>
|
29 |
<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
|
31 |
<g:ListBox ui:field="referentiel" />
|
30 |
<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
|
32 |
<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
|
31 |
<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
|
33 |
<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
|
- |
|
34 |
<g:HTML><br /></g:HTML>
|
32 |
<g:HTML><br /></g:HTML>
|
35 |
|
33 |
<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
|
36 |
<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
|
34 |
<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
|
37 |
<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
|
35 |
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>
|
38 |
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>
|
36 |
</g:HTMLPanel>
|
39 |
</g:HTMLPanel>
|