Line 4... |
Line 4... |
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
5 |
xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
|
5 |
xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
|
Line 6... |
Line 6... |
6 |
|
6 |
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
8 |
<ui:style src="formulaireProposition.css" />
|
8 |
<ui:style src="formulaireProposition.css" />
|
9 |
<g:VerticalPanel styleName="{style.formulaireProposition}">
|
9 |
<g:HTMLPanel styleName="{style.formulaireProposition}">
|
10 |
<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
|
10 |
<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
|
11 |
<g:HTML><br /></g:HTML>
|
11 |
<g:HTML><br /></g:HTML>
|
12 |
<g:VerticalPanel styleName="{style.colonneGauche}">
|
12 |
<g:HTMLPanel styleName="{style.colonneGauche}">
|
- |
|
13 |
<g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
|
13 |
<g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
|
14 |
<g:HTMLPanel styleName="{style.zoneNom}">
|
- |
|
15 |
<g:Label text="{constants.nom}" styleName="petit" />
|
- |
|
16 |
<g:TextBox ui:field="nom"/>
|
- |
|
17 |
</g:HTMLPanel>
|
- |
|
18 |
<g:HTMLPanel styleName="{style.zonePrenom}">
|
14 |
<g:Label ui:field="infosNomPrenom" text="{constants.infoVous}" styleName="petit" />
|
19 |
<g:Label text="{constants.prenom}" styleName="petit" />
|
- |
|
20 |
<g:TextBox ui:field="prenom"/>
|
- |
|
21 |
</g:HTMLPanel>
|
- |
|
22 |
|
15 |
<g:TextBox ui:field="nomPrenom" />
|
23 |
<g:HTMLPanel styleName="{style.zoneEmail}">
|
16 |
<g:Label text="Votre adresse email : " styleName="petit" />
|
24 |
<g:Label text="Votre adresse email : " styleName="petit" />
|
- |
|
25 |
<g:TextBox ui:field="courriel" />
|
- |
|
26 |
</g:HTMLPanel>
|
17 |
<g:TextBox ui:field="emailAuteur" />
|
27 |
|
18 |
<g:HTML><br /></g:HTML>
|
28 |
<g:HTML><br /></g:HTML>
|
19 |
<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
|
29 |
<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
|
20 |
<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
|
30 |
<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
|
21 |
<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
|
31 |
<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
|
22 |
<g:HTML><br /></g:HTML>
|
32 |
<g:HTML><br /></g:HTML>
|
23 |
<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
|
33 |
<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
|
24 |
<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
|
34 |
<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
|
25 |
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>
|
35 |
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>
|
26 |
</g:VerticalPanel>
|
36 |
</g:HTMLPanel>
|
Line 27... |
Line 37... |
27 |
</g:VerticalPanel>
|
37 |
</g:HTMLPanel>
|
28 |
|
38 |
|