Subversion Repositories eFlore/Applications.del

Rev

Rev 364 | 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
 
178 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="rechercheImage.css" />
9
 
240 gduche 10
	<g:HTMLPanel>
323 gduche 11
		<g:HTMLPanel>
223 gduche 12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
401 gduche 13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
245 gduche 14
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
323 gduche 15
					<g:HorizontalPanel ui:field="zoneRecherche"/>
245 gduche 16
					<g:ListBox ui:field="listeProtocoles" />
17
			</g:HorizontalPanel>
178 benjamin 18
		</g:HTMLPanel>
240 gduche 19
		<g:HTMLPanel ui:field="panneauResultats" />
20
	</g:HTMLPanel>
122 gduche 21
</ui:UiBinder>