Subversion Repositories eFlore/Applications.del

Rev

Rev 1010 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1010 Rev 1101
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
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'
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"
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
5
	<ui:with field='res'
5
	<ui:with field='res'
6
		type='org.tela_botanica.del.client.resources.Ressources' />
6
		type='org.tela_botanica.del.client.resources.Ressources' />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
 
8
 
9
	<ui:style src="MoteurRechercheObservations.css" />
9
	<ui:style src="MoteurRechercheObservations.css" />
10
		
10
		
11
	<g:HTMLPanel>
11
	<g:HTMLPanel>
12
		<g:HTMLPanel styleName="limiteMax">
12
		<g:HTMLPanel styleName="limiteMax">
13
			<g:Label text="{constants.introRechercheObservations}"  styleName="chapeau"/>
13
			<g:Label text="{constants.introRechercheObservations}"  styleName="chapeau"/>
14
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerObservation}"/>
14
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerObservation}"/>
15
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
15
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
16
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
16
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
17
			<g:HTMLPanel ui:field="zoneRecherche" />
17
			<g:HTMLPanel ui:field="zoneRecherche" />
-
 
18
			<g:HorizontalPanel styleName="{style.zoneStatut}">
-
 
19
				<g:RadioButton ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:RadioButton>
-
 
20
				<g:RadioButton ui:field="radioDeterminer" text="A déterminer" name="statut" formValue="adeterminer"></g:RadioButton>
-
 
21
				<g:RadioButton ui:field="radioConfirmer" text="A confirmer" name="statut" formValue="aconfirmer"></g:RadioButton>
-
 
22
				<g:RadioButton ui:field="radioDiscussion" text="En discussion" name="statut" formValue="endiscussion"></g:RadioButton>
-
 
23
			</g:HorizontalPanel>
18
		</g:HTMLPanel>
24
		</g:HTMLPanel>
19
 
25
 
20
		<g:HTMLPanel>
26
		<g:HTMLPanel>
21
			<g:HTMLPanel ui:field="zoneResultats" />
27
			<g:HTMLPanel ui:field="zoneResultats" />
22
		</g:HTMLPanel>
28
		</g:HTMLPanel>
23
	</g:HTMLPanel>
29
	</g:HTMLPanel>
24
</ui:UiBinder>
30
</ui:UiBinder>