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 |
|
|
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
41 |
aurelien |
8 |
|
|
|
9 |
<g:VerticalPanel>
|
70 |
aurelien |
10 |
<g:HTML HTML="{constants.proposer_sa_determination}"></g:HTML>
|
41 |
aurelien |
11 |
<g:FlowPanel>
|
|
|
12 |
<g:TextBox ui:field="nomPrenom" />
|
46 |
aurelien |
13 |
<g:ListBox ui:field="choixProposition" />
|
41 |
aurelien |
14 |
<g:TextBox ui:field="autreProposition" />
|
|
|
15 |
<g:TextBox ui:field="pourcentageConfiance" />
|
|
|
16 |
<g:TextArea ui:field="commentaires" />
|
|
|
17 |
</g:FlowPanel>
|
77 |
aurelien |
18 |
<g:Button text="{constants.ok}" ui:field="boutonValidationProposition" />
|
41 |
aurelien |
19 |
</g:VerticalPanel>
|
|
|
20 |
|
|
|
21 |
</ui:UiBinder>
|