Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
178 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
 
564 benjamin 6
	<ui:with field='res'
7
		type='org.tela_botanica.del.client.resources.Ressources' />
178 benjamin 8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
9
	<ui:style src="rechercheImage.css" />
10
 
240 gduche 11
	<g:HTMLPanel>
323 gduche 12
		<g:HTMLPanel>
564 benjamin 13
			<g:Label text="{constants.introRechercheImages}" />
223 gduche 14
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
401 gduche 15
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
245 gduche 16
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
455 benjamin 17
				<g:HorizontalPanel ui:field="zoneRecherche" />
245 gduche 18
			</g:HorizontalPanel>
178 benjamin 19
		</g:HTMLPanel>
455 benjamin 20
		<g:HTMLPanel styleName="{style.zoneProtocoles}">
21
			<g:ListBox ui:field="listeProtocoles" />
22
		</g:HTMLPanel>
564 benjamin 23
 
240 gduche 24
		<g:HTMLPanel ui:field="panneauResultats" />
25
	</g:HTMLPanel>
122 gduche 26
</ui:UiBinder>