Subversion Repositories eFlore/Applications.del

Rev

Rev 240 | 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>
178 benjamin 11
		<g:HTMLPanel styleName="{style.observationsRecherche}">
223 gduche 12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
245 gduche 13
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
14
					<g:TextBox ui:field="nomEspece" text="apifera"/>
15
					<g:Button text="{constants.rechercherTaxon}" ui:field="boutonChercher" />
16
					<g:Label ui:field="protocoleLabel" text="{constants.protocole}" styleName="{style.labelProtocole}"/>
17
					<g:ListBox ui:field="listeProtocoles" />
18
			</g:HorizontalPanel>
19
			<g:Label text="{constants.entrerMotClef}" styleName="gris" />
20
 
178 benjamin 21
 
245 gduche 22
 
178 benjamin 23
		</g:HTMLPanel>
240 gduche 24
		<g:HTMLPanel ui:field="panneauResultats" />
25
	</g:HTMLPanel>
122 gduche 26
</ui:UiBinder>