Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
161 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'
2
			ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
5
 
6
<ui:style src="RechercheObservations.css" />
243 gduche 7
	<g:HTMLPanel>
402 gduche 8
		<g:HTMLPanel>
9
			<g:Label text="{constants.rechercherObservation}" styleName="titre"/>
10
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
330 gduche 11
			<g:HTMLPanel ui:field="zoneRecherche"/>
402 gduche 12
		</g:HTMLPanel>
13
		<g:HTMLPanel>
445 benjamin 14
			<g:VerticalPanel ui:field="zoneResultats" />
402 gduche 15
		</g:HTMLPanel>
161 gduche 16
	</g:HTMLPanel>
17
</ui:UiBinder>