122 |
gduche |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
2 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
|
|
3 |
|
|
|
4 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
|
|
|
5 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
6 |
<ui:style src="observationRecherche.css" />
|
|
|
7 |
<g:HTMLPanel styleName="{style.observationsRecherche}">
|
|
|
8 |
<g:VerticalPanel>
|
|
|
9 |
<g:Label text="{constants.rechercher_image}" styleName="titre"/>
|
|
|
10 |
<g:Label text="{constants.entrer_mot_clef}" styleName="petit"/>
|
|
|
11 |
|
|
|
12 |
<g:HorizontalPanel>
|
|
|
13 |
<g:TextBox ui:field="nomEspece" text="apifera" styleName="test"/>
|
|
|
14 |
<g:Button text="{constants.rechercher_taxon}" ui:field="boutonChercher" />
|
|
|
15 |
</g:HorizontalPanel>
|
|
|
16 |
<g:FlexTable ui:field="imageTable"/>
|
|
|
17 |
<g:VerticalPanel ui:field="panneauPagination"/>
|
|
|
18 |
</g:VerticalPanel>
|
|
|
19 |
</g:HTMLPanel>
|
|
|
20 |
</ui:UiBinder>
|