Subversion Repositories eFlore/Applications.del

Rev

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

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