Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
455 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">
564 benjamin 5
	<ui:with field='res'
6
		type='org.tela_botanica.del.client.resources.Ressources' />
455 benjamin 7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
161 gduche 8
 
479 benjamin 9
	<ui:style src="MoteurRechercheObservations.css" />
455 benjamin 10
 
243 gduche 11
	<g:HTMLPanel>
402 gduche 12
		<g:HTMLPanel>
564 benjamin 13
			<g:Label text="{constants.introRechercheObservations}" />
455 benjamin 14
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
402 gduche 15
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
455 benjamin 16
			<g:HTMLPanel ui:field="zoneRecherche" />
402 gduche 17
		</g:HTMLPanel>
564 benjamin 18
 
402 gduche 19
		<g:HTMLPanel>
445 benjamin 20
			<g:VerticalPanel ui:field="zoneResultats" />
402 gduche 21
		</g:HTMLPanel>
161 gduche 22
	</g:HTMLPanel>
23
</ui:UiBinder>