41 |
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'
|
|
|
5 |
xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
|
70 |
aurelien |
6 |
|
135 |
gduche |
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
8 |
<ui:style src="formulaireProposition.css" />
|
|
|
9 |
<g:VerticalPanel styleName="{style.formulaireProposition}">
|
223 |
gduche |
10 |
<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
|
135 |
gduche |
11 |
<g:Label text="{constants.infoProposerDetermination}" styleName="petit"/>
|
|
|
12 |
<g:HTML><br /></g:HTML>
|
|
|
13 |
<g:HorizontalPanel>
|
|
|
14 |
<g:VerticalPanel styleName="{style.colonneGauche}">
|
|
|
15 |
<g:Label text="{constants.vous}" styleName="sousTitre"/>
|
|
|
16 |
<g:Label text="{constants.infoVous}" styleName="petit" />
|
|
|
17 |
<g:TextBox ui:field="nomPrenom" />
|
|
|
18 |
<g:HTML><br /></g:HTML>
|
223 |
gduche |
19 |
<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
|
135 |
gduche |
20 |
<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
|
262 |
aurelien |
21 |
<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
|
135 |
gduche |
22 |
<g:HTML><br /></g:HTML>
|
|
|
23 |
<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
|
|
|
24 |
<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
|
|
|
25 |
</g:VerticalPanel>
|
|
|
26 |
|
|
|
27 |
</g:HorizontalPanel>
|
|
|
28 |
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>
|
41 |
aurelien |
29 |
</g:VerticalPanel>
|
|
|
30 |
|
|
|
31 |
</ui:UiBinder>
|