Subversion Repositories eFlore/Applications.del

Rev

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

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