Subversion Repositories eFlore/Applications.del

Rev

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

Rev 533 Rev 545
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' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
3
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
4
	ui:generateLocales="default">
5
	ui:generateLocales="default">
5
	<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' />
6
	<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" />
7
 
8
 
8
	<ui:style src="MoteurRecherche.css" />
9
	<ui:style src="MoteurRecherche.css" />
9
		
10
		
10
	<g:HTMLPanel>
11
	<g:HTMLPanel>
11
		<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
12
		<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
12
		<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche" text="{constants.rechercher}">
13
		<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche" text="{constants.rechercher}">
13
		</g:Button>
14
		</g:Button>
14
		<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>
15
		<g:HTMLPanel styleName="{style.rechercheAvancee}" ui:field="rechercheAvancee">
16
		<g:HTMLPanel styleName="{style.rechercheAvancee}" ui:field="rechercheAvancee">
16
			<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>
17
			<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>
18
 
19
 
19
			<g:HTMLPanel styleName="{style.champRecherche}">
20
			<g:HTMLPanel styleName="{style.champRecherche}">
20
				<g:Label text="{constants.contientMots}" />
21
				<g:Label text="{constants.contientMots}" />
21
				<g:TextBox ui:field="contientMots" />
22
				<g:TextBox ui:field="contientMots" />
22
			</g:HTMLPanel>
23
			</g:HTMLPanel>
23
 
24
 
24
			<g:HTMLPanel styleName="{style.champRecherche}">
25
			<g:HTMLPanel styleName="{style.champRecherche}">
25
				<g:Label text="{constants.taxon}" />
26
				<g:Label text="{constants.taxon}" />
26
				<g:HTMLPanel ui:field="taxon" />
27
				<g:HTMLPanel ui:field="taxon" />
27
			</g:HTMLPanel>
28
			</g:HTMLPanel>
28
 
29
 
29
			<g:HTMLPanel styleName="{style.champRecherche}">
30
			<g:HTMLPanel styleName="{style.champRecherche}">
30
				<g:Label text="{constants.famille}" />
31
				<g:Label text="{constants.famille}" />
31
				<g:TextBox ui:field="famille" />
32
				<g:TextBox ui:field="famille" />
32
			</g:HTMLPanel>
33
			</g:HTMLPanel>
33
			
34
			
34
			<g:HTMLPanel styleName="{style.champRecherche}">
35
			<g:HTMLPanel styleName="{style.champRecherche}">
35
				<g:Label text="{constants.genre}" />
36
				<g:Label text="{constants.genre}" />
36
				<g:TextBox ui:field="genre" />
37
				<g:TextBox ui:field="genre" />
37
			</g:HTMLPanel>
38
			</g:HTMLPanel>
38
			
39
			
39
			<g:HTMLPanel styleName="{style.champRecherche}">
40
			<g:HTMLPanel styleName="{style.champRecherche}">
40
				<g:Label text="{constants.departement}" />
41
				<g:Label text="{constants.departement}" />
41
				<g:TextBox ui:field="departement" />
42
				<g:TextBox ui:field="departement" />
42
			</g:HTMLPanel>
43
			</g:HTMLPanel>
43
						
44
						
44
			<g:HTMLPanel styleName="{style.champRecherche}">
45
			<g:HTMLPanel styleName="{style.champRecherche}">
45
				<g:Label text="{constants.commune}" />
46
				<g:Label text="{constants.commune}" />
46
				<g:HTMLPanel ui:field="commune" />
47
				<g:HTMLPanel ui:field="commune" />
47
			</g:HTMLPanel>
48
			</g:HTMLPanel>
48
			
49
			
49
			<g:HTMLPanel styleName="{style.champRecherche}">
50
			<g:HTMLPanel styleName="{style.champRecherche}">
50
				<g:Label text="{constants.tag}" />
51
				<g:Label text="{constants.tag}" />
51
				<g:TextBox ui:field="tag" />
52
				<g:TextBox ui:field="tag" />
52
			</g:HTMLPanel>
53
			</g:HTMLPanel>
53
 
54
 
54
			<g:HTMLPanel styleName="{style.champRecherche}">
55
			<g:HTMLPanel styleName="{style.champRecherche}">
55
				<g:Label text="{constants.mot_clef}" />
56
				<g:Label text="{constants.mot_clef}" />
56
				<g:TextBox ui:field="motCle" />
57
				<g:TextBox ui:field="motCle" />
57
			</g:HTMLPanel>
58
			</g:HTMLPanel>
58
 
59
 
59
			<g:HTMLPanel styleName="{style.champRecherche}">
60
			<g:HTMLPanel styleName="{style.champRecherche}">
60
				<g:Label text="{constants.auteur}" />
61
				<g:Label text="{constants.auteur}" />
61
				<g:TextBox ui:field="auteur" />
62
				<g:TextBox ui:field="auteur" />
62
			</g:HTMLPanel>
63
			</g:HTMLPanel>
63
 
64
 
64
			<g:HTMLPanel styleName="{style.champRecherche}">
65
			<g:HTMLPanel styleName="{style.champRecherche}">
65
				<g:Label text="{constants.date}" />
66
				<g:Label text="{constants.date}" />
66
				<g:TextBox ui:field="date" />
67
				<g:TextBox ui:field="date" />
67
			</g:HTMLPanel>
68
			</g:HTMLPanel>
-
 
69
			
68
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}">
70
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
69
			</g:Button>
-
 
70
			<g:HTMLPanel styleName="nettoyage" />
71
			<g:HTMLPanel styleName="nettoyage" />
71
		</g:HTMLPanel>
72
		</g:HTMLPanel>
72
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
73
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
73
		<g:HTMLPanel ui:field="zonePagination" />
74
		<g:HTMLPanel ui:field="zonePagination" />
74
	</g:HTMLPanel>
75
	</g:HTMLPanel>
75
</ui:UiBinder>
76
</ui:UiBinder>
76
77