Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1196 gduche 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:generateLocales="default">
4
	<ui:with field='res'
5
		type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
 
8
 
9
	<ui:style src="MoteurIdentiplante.css" />
10
 
11
	<g:HTMLPanel styleName="limiteMax">
12
		<g:HTMLPanel styleName="limiteMax importance1">
13
 
14
			<g:Label text="{constants.rechercherObservation}" styleName="titre {style.titreRechercheObs}" />
15
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
16
			<g:HTMLPanel ui:field="zoneRecherche" />
17
			<g:HorizontalPanel styleName="{style.zoneStatut}">
18
				<g:Label>Filtrer par statut : </g:Label>
19
				<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox>
20
				<g:CheckBox ui:field="radioDeterminer" text="à déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
21
				<g:CheckBox ui:field="radioDiscussion" text="en discussion" name="statut" formValue="endiscussion"></g:CheckBox>
22
			</g:HorizontalPanel>
23
		</g:HTMLPanel>
24
 
25
		<g:HTMLPanel>
26
			<g:HTMLPanel ui:field="zoneResultats" />
27
		</g:HTMLPanel>
28
	</g:HTMLPanel>
29
</ui:UiBinder>