Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
70 |
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 |
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
7 |
|
|
|
8 |
<g:VerticalPanel>
|
|
|
9 |
<g:TextBox ui:field="formulaireRechercheObservationEflore" />
|
|
|
10 |
<g:Button text="{constants.ok}" ui:field="boutonValidationRechercheObservation" />
|
|
|
11 |
</g:VerticalPanel>
|
|
|
12 |
|
|
|
13 |
</ui:UiBinder>
|