Subversion Repositories eFlore/Applications.del

Rev

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