Subversion Repositories eFlore/Applications.del

Rev

Rev 1101 | 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" />
1101 gduche 18
			<g:HorizontalPanel styleName="{style.zoneStatut}">
1102 gduche 19
				<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox>
20
				<g:CheckBox ui:field="radioDeterminer" text="A déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
21
				<g:CheckBox ui:field="radioConfirmer" text="A confirmer" name="statut" formValue="aconfirmer"></g:CheckBox>
22
				<g:CheckBox ui:field="radioDiscussion" text="En discussion" name="statut" formValue="endiscussion"></g:CheckBox>
1101 gduche 23
			</g:HorizontalPanel>
402 gduche 24
		</g:HTMLPanel>
564 benjamin 25
 
402 gduche 26
		<g:HTMLPanel>
655 gduche 27
			<g:HTMLPanel ui:field="zoneResultats" />
402 gduche 28
		</g:HTMLPanel>
161 gduche 29
	</g:HTMLPanel>
30
</ui:UiBinder>