Rev 122 | Blame | Last modification | View Log | RSS feed
<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'
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
<ui:style src="observationRecherche.css" />
<g:HTMLPanel styleName="{style.observationsRecherche}">
<g:Label text="{constants.rechercher_image}" styleName="titre"/>
<g:Label text="{constants.entrer_mot_clef}" styleName="petit"/>
<g:TextBox ui:field="nomEspece" text="apifera" styleName="test"/>
<g:Button text="{constants.rechercher_taxon}" ui:field="boutonChercher" />
<g:FlexTable ui:field="imageTable"/>
<g:VerticalPanel ui:field="panneauPagination"/>
</g:HTMLPanel>
</ui:UiBinder>