Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1426 Rev 1986
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}">
-
 
21
				<g:Label text="{constants.contientMots}" styleName="petit"/>
-
 
22
				<g:TextBox ui:field="contientMots" />
-
 
23
			</g:HTMLPanel>
-
 
24
			
20
			<g:HTMLPanel styleName="{style.conteneurDeuxPanneaux}">
25
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
26
				<g:Label text="{constants.famille}"  styleName="petit"/>
-
 
27
				<g:TextBox ui:field="famille" />
-
 
28
			</g:HTMLPanel>
-
 
29
			
21
				<g:HTMLPanel styleName="{style.panneauGauche}">
30
			<g:HTMLPanel styleName="{style.champRecherche}">
22
					<g:HTMLPanel styleName="{style.champRecherche}">
31
				<g:Label text="{constants.referentiel}"  styleName="petit"/>
-
 
32
				<g:ListBox ui:field="referentiel" />
-
 
33
			</g:HTMLPanel>
-
 
34
 
-
 
35
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
36
				<g:Label text="{constants.taxon}"  styleName="petit"/>
-
 
37
				<g:HTMLPanel ui:field="taxon" />
-
 
38
			</g:HTMLPanel>
-
 
39
 
-
 
40
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
41
				<g:Label text="{constants.genre}"  styleName="petit"/>
23
						<g:Label text="{constants.contientMots}" styleName="petit"/>
42
				<g:TextBox ui:field="genre" />
-
 
43
			</g:HTMLPanel>
-
 
44
			
-
 
45
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
46
				<g:Label text="{constants.commune}"  styleName="petit"/>
-
 
47
				<g:HTMLPanel ui:field="commune" />
24
						<g:TextBox ui:field="contientMots" />
48
			</g:HTMLPanel>
25
					</g:HTMLPanel>
49
			
26
										
50
			<g:HTMLPanel styleName="{style.champRecherche}">
27
					<g:HTMLPanel styleName="{style.champRecherche}">
51
				<g:Label text="{constants.departement}"  styleName="petit"/>
28
						<g:Label text="{constants.referentiel}"  styleName="petit"/>
52
				<g:TextBox ui:field="departement" />
29
						<g:ListBox ui:field="referentiel" />
53
			</g:HTMLPanel>
30
					</g:HTMLPanel>
-
 
31
					
-
 
32
					<g:HTMLPanel styleName="{style.champRecherche}">
-
 
33
						<g:Label text="{constants.famille}"  styleName="petit"/>
-
 
34
						<g:TextBox ui:field="famille" />
-
 
35
					</g:HTMLPanel>
54
					
36
						
55
			<g:HTMLPanel styleName="{style.champRecherche}">
37
					<g:HTMLPanel styleName="{style.champRecherche}">
-
 
38
						<g:Label text="{constants.genre}"  styleName="petit"/>
-
 
39
						<g:TextBox ui:field="genre" />
-
 
40
					</g:HTMLPanel>	
-
 
41
										
-
 
42
					<g:HTMLPanel styleName="{style.champRecherche}">
56
				<g:Label text="{constants.auteur}"  styleName="petit"/>
43
						<g:Label text="{constants.taxon}"  styleName="petit"/>
57
				<g:TextBox ui:field="auteur" />
44
						<g:HTMLPanel ui:field="taxon" />
58
			</g:HTMLPanel>	
45
					</g:HTMLPanel>	
59
			
46
											
60
			<g:HTMLPanel styleName="{style.champRecherche}">
47
					<g:HTMLPanel styleName="{style.champRecherche}">
-
 
48
						<g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
61
				<g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
49
						<g:TextBox ui:field="date" />
-
 
50
					</g:HTMLPanel>
-
 
51
				</g:HTMLPanel>
-
 
52
				
-
 
53
				<g:HTMLPanel styleName="{style.panneauDroite}">		
-
 
54
				    <g:HTMLPanel styleName="{style.champRecherche}">
-
 
55
						<g:Label text="{constants.pays}"  styleName="petit"/>
-
 
56
						<g:ListBox ui:field="pays" />
-
 
57
					</g:HTMLPanel>
-
 
58
					
-
 
59
				    <g:HTMLPanel styleName="{style.champRecherche}">
-
 
60
						<g:Label text="{constants.departement}"  styleName="petit"/>
-
 
61
						<g:TextBox ui:field="departement" />
-
 
62
					</g:HTMLPanel>
-
 
63
																
-
 
64
					<g:HTMLPanel styleName="{style.champRecherche}">
-
 
65
						<g:Label text="{constants.commune}"  styleName="petit"/>
-
 
66
						<g:HTMLPanel ui:field="commune" />
-
 
67
					</g:HTMLPanel>	
-
 
68
									    				
-
 
69
					<g:HTMLPanel styleName="{style.champRecherche}">
-
 
70
						<g:Label text="{constants.auteur}"  styleName="petit"/>
62
				<g:TextBox ui:field="date" />
71
						<g:TextBox ui:field="auteur" />
63
			</g:HTMLPanel>
72
					</g:HTMLPanel>	
64
			
73
					
65
			<g:HTMLPanel ui:field="conteneurMotCle" styleName="{style.champRecherche}">
74
					<g:HTMLPanel ui:field="conteneurMotCle" styleName="{style.champRecherche}">
66
				<g:Label text="{constants.tag}"  styleName="petit"/>
75
						<g:Label text="{constants.tag}"  styleName="petit"/>
67
				<g:TextBox ui:field="motCle" />
76
						<g:TextBox ui:field="motCle" />
68
			</g:HTMLPanel>
77
					</g:HTMLPanel>
69
			
78
					
70
			<g:HTMLPanel ui:field="conteneurMotCleCel" styleName="{style.champRecherche}">
79
					<g:HTMLPanel ui:field="conteneurMotCleCel" styleName="{style.champRecherche}">
-
 
80
						<g:Label text="{constants.tagCel}"  styleName="petit"/>
-
 
81
						<g:TextBox ui:field="motCleCel" />
-
 
82
					</g:HTMLPanel>
-
 
83
					
-
 
84
					<g:HTMLPanel ui:field="conteneurMotCleDel"  styleName="{style.champRecherche}">
-
 
85
						<g:Label text="{constants.tagDel}"  styleName="petit"/>
-
 
86
						<g:TextBox ui:field="motCleDel" />
71
				<g:Label text="{constants.tagCel}"  styleName="petit"/>
87
					</g:HTMLPanel>
72
				<g:TextBox ui:field="motCleCel" />
-
 
73
			</g:HTMLPanel>
-
 
74
			
-
 
75
			<g:HTMLPanel ui:field="conteneurMotCleDel"  styleName="{style.champRecherche}">
-
 
76
				<g:Label text="{constants.tagDel}"  styleName="petit"/>
-
 
77
				<g:TextBox ui:field="motCleDel" />
88
				</g:HTMLPanel>
78
			</g:HTMLPanel>
89
			</g:HTMLPanel>
79
 
90
			
80
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
91
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
81
			<g:HTMLPanel styleName="nettoyage" />
92
			<g:HTMLPanel styleName="nettoyage" />
82
		</g:HTMLPanel>
93
		</g:HTMLPanel>
-
 
94
		
83
		<g:HTMLPanel styleName="droite">
95
		<g:HTMLPanel styleName="droite">
84
			<g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>
96
			<g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>
85
		</g:HTMLPanel>
97
		</g:HTMLPanel>
86
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
98
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
87
		
99
		
88
		<g:HTMLPanel ui:field="zonePagination" />
100
		<g:HTMLPanel ui:field="zonePagination" />
89
	</g:HTMLPanel>
101
	</g:HTMLPanel>
90
</ui:UiBinder>
102
</ui:UiBinder>