Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1703 Rev 1934
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"
2
	xmlns:g="urn:import:com.google.gwt.user.client.ui"
3
	ui:generateFormat="com.google.gwt.i18n.rebind.format.PropertiesFormat"
3
	ui:generateFormat="com.google.gwt.i18n.rebind.format.PropertiesFormat"
4
	ui:generateLocales="default">
4
	ui:generateLocales="default">
5
	<ui:with field="res" type="org.tela_botanica.del.client.resources.Ressources" />
5
	<ui:with field="res" type="org.tela_botanica.del.client.resources.Ressources" />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	
7
	
8
	<ui:style src="MoteurIdentiplante.css" />
8
	<ui:style src="MoteurIdentiplante.css" />
9
		
9
		
10
	<g:HTMLPanel styleName="limiteMaxResultat">
10
	<g:HTMLPanel styleName="limiteMaxResultat">
11
		<g:HTMLPanel styleName="limiteMax importance1">
11
		<g:HTMLPanel styleName="limiteMax importance1">
12
			<g:Label text="{constants.rechercherObservation}" styleName="titre {style.titreRechercheObs}" />
12
			<g:Label text="{constants.rechercherObservation}" styleName="titre {style.titreRechercheObs}" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
14
			<g:HTMLPanel ui:field="zoneRecherche" />
14
			<g:HTMLPanel ui:field="zoneRecherche" />
15
		</g:HTMLPanel>
15
		</g:HTMLPanel>
16
		<g:HTMLPanel styleName="zone-onglets">
16
		<g:HTMLPanel styleName="zone-onglets">
17
			<g:Label styleName="onglet onglet-actif" text="Tout" ui:field="ongletTout"></g:Label> 
17
			<g:Label styleName="onglet onglet-actif" text="{constants.ongletTous}" ui:field="ongletTout"></g:Label> 
18
			<g:Label styleName="onglet" text="A déterminer" ui:field="ongletADeterminer"></g:Label>
18
			<g:Label styleName="onglet" text="{constants.ongletADeterminer}" ui:field="ongletADeterminer"></g:Label>
19
			<g:Label styleName="onglet" text="En discussion" ui:field="ongletEnDiscussion"></g:Label>
19
			<g:Label styleName="onglet" text="{constants.ongletAConfirmer}" ui:field="ongletAConfirmer"></g:Label>
20
			<!-- terme Validées/Vérifiées sujet à changement, "Vérifiées" en texte, "Validées" partout ailleurs dans le code -->
20
			<!-- terme Validées/Vérifiées sujet à changement, "Vérifiées" en texte, "Validées" partout ailleurs dans le code -->
21
			<g:Label styleName="onglet" text="Vérifiées" ui:field="ongletValidees"></g:Label>
21
			<g:Label styleName="onglet" text="{constants.ongletVerifiees}" ui:field="ongletValidees"></g:Label>
22
		</g:HTMLPanel>
22
		</g:HTMLPanel>
23
		<g:HTMLPanel>
23
		<g:HTMLPanel>
24
			<g:HTMLPanel ui:field="zoneResultats" />
24
			<g:HTMLPanel ui:field="zoneResultats" />
25
		</g:HTMLPanel>
25
		</g:HTMLPanel>
26
	</g:HTMLPanel>
26
	</g:HTMLPanel>
27
</ui:UiBinder>
27
</ui:UiBinder>