Subversion Repositories eFlore/Applications.del

Rev

Rev 148 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
151 benjamin 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">
122 gduche 3
 
151 benjamin 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" />
122 gduche 7
	<g:HTMLPanel styleName="{style.observationsRecherche}">
151 benjamin 8
			<g:Label text="{constants.rechercher_image}" styleName="titre"/>
9
			<g:Label text="{constants.entrer_mot_clef}" styleName="petit"/>
10
 
11
				<g:TextBox ui:field="nomEspece" text="apifera"  styleName="test"/>
122 gduche 12
				<g:Button text="{constants.rechercher_taxon}" ui:field="boutonChercher" />
151 benjamin 13
			<g:FlexTable ui:field="imageTable"/>
14
			<g:VerticalPanel ui:field="panneauPagination"/>
122 gduche 15
	</g:HTMLPanel>
16
</ui:UiBinder>