Subversion Repositories eFlore/Applications.del

Rev

Rev 682 | 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">
564 benjamin 5
	<ui:with field='res'
6
		type='org.tela_botanica.del.client.resources.Ressources' />
455 benjamin 7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
161 gduche 8
 
479 benjamin 9
	<ui:style src="MoteurRechercheObservations.css" />
455 benjamin 10
 
243 gduche 11
	<g:HTMLPanel>
682 gduche 12
		<g:HTMLPanel styleName="limiteMax">
13
			<g:Label text="{constants.introRechercheObservations}"  styleName="chapeau"/>
1010 aurelien 14
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerObservation}"/>
455 benjamin 15
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
402 gduche 16
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
455 benjamin 17
			<g:HTMLPanel ui:field="zoneRecherche" />
402 gduche 18
		</g:HTMLPanel>
564 benjamin 19
 
402 gduche 20
		<g:HTMLPanel>
655 gduche 21
			<g:HTMLPanel ui:field="zoneResultats" />
402 gduche 22
		</g:HTMLPanel>
161 gduche 23
	</g:HTMLPanel>
24
</ui:UiBinder>