Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1101 Rev 1120
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:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
5
	ui:generateLocales="default">
5
	ui:generateLocales="default">
6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field='res' 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="MoteurRecherche.css" />
9
	<ui:style src="MoteurRecherche.css" />
10
		
10
		
11
	<g:HTMLPanel styleName="limiteMin {style.zoneRecherche}">
11
	<g:HTMLPanel styleName="limiteMin {style.zoneRecherche}">
12
		<g:TextBox styleName="{style.recherchePrincipale} arrondi" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
12
		<g:TextBox styleName="{style.recherchePrincipale} arrondi" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
13
		<g:Button styleName="{style.boutonRecherche} arrondi" ui:field="boutonRecherche" text="{constants.rechercher}">
13
		<g:Button styleName="{style.boutonRecherche} arrondi" ui:field="boutonRecherche" text="{constants.rechercher}">
14
		</g:Button>
14
		</g:Button>
15
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
15
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
16
		<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
16
		<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
17
			<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}" text="Fermer"></g:Button>
17
			<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}" text="Fermer"></g:Button>
18
			<g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button>
18
			<g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button>
19
 
19
 
20
			<g:HTMLPanel styleName="{style.champRecherche}">
20
			<g:HTMLPanel styleName="{style.champRecherche}">
21
				<g:Label text="{constants.contientMots}" styleName="petit"/>
21
				<g:Label text="{constants.contientMots}" styleName="petit"/>
22
				<g:TextBox ui:field="contientMots" />
22
				<g:TextBox ui:field="contientMots" />
23
			</g:HTMLPanel>
23
			</g:HTMLPanel>
24
			
24
			
25
			<g:HTMLPanel styleName="{style.champRecherche}">
25
			<g:HTMLPanel styleName="{style.champRecherche}">
26
				<g:Label text="{constants.famille}"  styleName="petit"/>
26
				<g:Label text="{constants.famille}"  styleName="petit"/>
27
				<g:TextBox ui:field="famille" />
27
				<g:TextBox ui:field="famille" />
28
			</g:HTMLPanel>
28
			</g:HTMLPanel>
29
 
29
 
30
			<g:HTMLPanel styleName="{style.champRecherche}">
30
			<g:HTMLPanel styleName="{style.champRecherche}">
31
				<g:Label text="{constants.taxon}"  styleName="petit"/>
31
				<g:Label text="{constants.taxon}"  styleName="petit"/>
32
				<g:HTMLPanel ui:field="taxon" />
32
				<g:HTMLPanel ui:field="taxon" />
33
			</g:HTMLPanel>
33
			</g:HTMLPanel>
34
 
34
 
35
			<g:HTMLPanel styleName="{style.champRecherche}">
35
			<g:HTMLPanel styleName="{style.champRecherche}">
36
				<g:Label text="{constants.genre}"  styleName="petit"/>
36
				<g:Label text="{constants.genre}"  styleName="petit"/>
37
				<g:TextBox ui:field="genre" />
37
				<g:TextBox ui:field="genre" />
38
			</g:HTMLPanel>
38
			</g:HTMLPanel>
39
			
39
			
40
			<g:HTMLPanel styleName="{style.champRecherche}">
40
			<g:HTMLPanel styleName="{style.champRecherche}">
41
				<g:Label text="{constants.commune}"  styleName="petit"/>
41
				<g:Label text="{constants.commune}"  styleName="petit"/>
42
				<g:HTMLPanel ui:field="commune" />
42
				<g:HTMLPanel ui:field="commune" />
43
			</g:HTMLPanel>
43
			</g:HTMLPanel>
44
			
44
			
45
			<g:HTMLPanel styleName="{style.champRecherche}">
45
			<g:HTMLPanel styleName="{style.champRecherche}">
46
				<g:Label text="{constants.departement}"  styleName="petit"/>
46
				<g:Label text="{constants.departement}"  styleName="petit"/>
47
				<g:TextBox ui:field="departement" />
47
				<g:TextBox ui:field="departement" />
48
			</g:HTMLPanel>
48
			</g:HTMLPanel>
49
					
49
					
50
			<g:HTMLPanel styleName="{style.champRecherche}">
50
			<g:HTMLPanel styleName="{style.champRecherche}">
51
				<g:Label text="{constants.auteur}"  styleName="petit"/>
51
				<g:Label text="{constants.auteur}"  styleName="petit"/>
52
				<g:TextBox ui:field="auteur" />
52
				<g:TextBox ui:field="auteur" />
53
			</g:HTMLPanel>	
53
			</g:HTMLPanel>	
54
			
54
			
55
			<g:HTMLPanel styleName="{style.champRecherche}">
55
			<g:HTMLPanel styleName="{style.champRecherche}">
56
				<g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
56
				<g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
57
				<g:TextBox ui:field="date" />
57
				<g:TextBox ui:field="date" />
58
			</g:HTMLPanel>
58
			</g:HTMLPanel>
59
			
59
			
60
			<g:HTMLPanel styleName="{style.champRecherche}">
60
			<g:HTMLPanel styleName="{style.champRecherche}">
61
				<g:Label text="{constants.tag}"  styleName="petit"/>
61
				<g:Label text="{constants.tag}"  styleName="petit"/>
62
				<g:TextBox ui:field="motCle" />
62
				<g:TextBox ui:field="motCle" />
63
			</g:HTMLPanel>
63
			</g:HTMLPanel>
64
 
64
 
65
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
65
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
66
			<g:HTMLPanel styleName="nettoyage" />
66
			<g:HTMLPanel styleName="nettoyage" />
67
		</g:HTMLPanel>
67
		</g:HTMLPanel>
-
 
68
		<g:HTMLPanel styleName="droite">
-
 
69
			<g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>
-
 
70
		</g:HTMLPanel>
68
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
71
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
-
 
72
		
69
		<g:HTMLPanel ui:field="zonePagination" />
73
		<g:HTMLPanel ui:field="zonePagination" />
70
	</g:HTMLPanel>
74
	</g:HTMLPanel>
71
</ui:UiBinder>
75
</ui:UiBinder>