602 |
aurelien |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder
|
|
|
3 |
xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
1196 |
gduche |
5 |
xmlns:vues="urn:import:org.tela_botanica.del.client.composants.forum">
|
602 |
aurelien |
6 |
|
|
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
8 |
<ui:style src="formulaireProposition.css" />
|
690 |
gduche |
9 |
<g:HTMLPanel styleName="{style.formulaireProposition}">
|
602 |
aurelien |
10 |
<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
|
|
|
11 |
<g:HTML><br /></g:HTML>
|
690 |
gduche |
12 |
<g:HTMLPanel styleName="{style.colonneGauche}">
|
617 |
aurelien |
13 |
<g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
|
690 |
gduche |
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}">
|
|
|
19 |
<g:Label text="{constants.prenom}" styleName="petit" />
|
|
|
20 |
<g:TextBox ui:field="prenom"/>
|
|
|
21 |
</g:HTMLPanel>
|
|
|
22 |
|
|
|
23 |
<g:HTMLPanel styleName="{style.zoneEmail}">
|
|
|
24 |
<g:Label text="Votre adresse email : " styleName="petit" />
|
|
|
25 |
<g:TextBox ui:field="courriel" />
|
|
|
26 |
</g:HTMLPanel>
|
|
|
27 |
|
607 |
aurelien |
28 |
<g:HTML><br /></g:HTML>
|
|
|
29 |
<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
|
|
|
30 |
<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
|
|
|
31 |
<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
|
|
|
32 |
<g:HTML><br /></g:HTML>
|
|
|
33 |
<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
|
|
|
34 |
<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
|
655 |
gduche |
35 |
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>
|
690 |
gduche |
36 |
</g:HTMLPanel>
|
|
|
37 |
</g:HTMLPanel>
|
602 |
aurelien |
38 |
|
|
|
39 |
</ui:UiBinder>
|