Subversion Repositories eFlore/Applications.del

Rev

Rev 1102 | 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">
1104 gduche 13
			<g:HTML  ui:field="chapeau" styleName="chapeau"></g:HTML>
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}">
1104 gduche 19
				<g:Label>Filtrer par statut : </g:Label>
1102 gduche 20
				<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox>
1104 gduche 21
				<g:CheckBox ui:field="radioDeterminer" text="à déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
22
				<g:CheckBox ui:field="radioConfirmer" text="à confirmer" name="statut" formValue="aconfirmer"></g:CheckBox>
23
				<g:CheckBox ui:field="radioDiscussion" text="en discussion" name="statut" formValue="endiscussion"></g:CheckBox>
1101 gduche 24
			</g:HorizontalPanel>
402 gduche 25
		</g:HTMLPanel>
564 benjamin 26
 
402 gduche 27
		<g:HTMLPanel>
655 gduche 28
			<g:HTMLPanel ui:field="zoneResultats" />
402 gduche 29
		</g:HTMLPanel>
161 gduche 30
	</g:HTMLPanel>
31
</ui:UiBinder>