Subversion Repositories eFlore/Applications.del

Rev

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

Rev 408 Rev 418
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.Ressources' />
5
	<ui:with field='res' type='org.tela_botanica.del.client.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}">Fermer</g:Button>
16
			<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}" text="Fermer"></g:Button>
17
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
18
				<g:Label text="{constants.departement}" />
-
 
19
				<g:TextBox ui:field="departement" />
-
 
20
			</g:HTMLPanel>
-
 
21
 
-
 
22
			<g:HTMLPanel styleName="{style.champRecherche}">
17
			<g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button>
23
				<g:Label text="{constants.commune}" />
-
 
24
				<g:TextBox ui:field="commune" />
-
 
25
			</g:HTMLPanel>
-
 
26
 
18
 
27
			<g:HTMLPanel styleName="{style.champRecherche}">
19
			<g:HTMLPanel styleName="{style.champRecherche}">
28
				<g:Label text="{constants.taxon}" />
20
				<g:Label text="{constants.taxon}" />
29
				<g:HTMLPanel ui:field="taxon" />
21
				<g:HTMLPanel ui:field="taxon" />
30
			</g:HTMLPanel>
22
			</g:HTMLPanel>
31
 
23
 
32
			<g:HTMLPanel styleName="{style.champRecherche}">
24
			<g:HTMLPanel styleName="{style.champRecherche}">
33
				<g:Label text="{constants.famille}" />
25
				<g:Label text="{constants.famille}" />
34
				<g:TextBox ui:field="famille" />
26
				<g:TextBox ui:field="famille" />
35
			</g:HTMLPanel>
27
			</g:HTMLPanel>
36
 
28
			
37
			<g:HTMLPanel styleName="{style.champRecherche}">
29
			<g:HTMLPanel styleName="{style.champRecherche}">
38
				<g:Label text="{constants.genre}" />
30
				<g:Label text="{constants.genre}" />
39
				<g:TextBox ui:field="genre" />
31
				<g:TextBox ui:field="genre" />
40
			</g:HTMLPanel>
32
			</g:HTMLPanel>
41
 
33
			
-
 
34
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
35
				<g:Label text="{constants.departement}" />
-
 
36
				<g:TextBox ui:field="departement" />
-
 
37
			</g:HTMLPanel>
-
 
38
						
-
 
39
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
40
				<g:Label text="{constants.commune}" />
-
 
41
				<g:TextBox ui:field="commune" />
-
 
42
			</g:HTMLPanel>
-
 
43
			
42
			<g:HTMLPanel styleName="{style.champRecherche}">
44
			<g:HTMLPanel styleName="{style.champRecherche}">
43
				<g:Label text="{constants.tag}" />
45
				<g:Label text="{constants.tag}" />
44
				<g:TextBox ui:field="tag" />
46
				<g:TextBox ui:field="tag" />
45
			</g:HTMLPanel>
47
			</g:HTMLPanel>
46
 
48
 
47
			<g:HTMLPanel styleName="{style.champRecherche}">
49
			<g:HTMLPanel styleName="{style.champRecherche}">
48
				<g:Label text="{constants.mot_clef}" />
50
				<g:Label text="{constants.mot_clef}" />
49
				<g:TextBox ui:field="motCle" />
51
				<g:TextBox ui:field="motCle" />
50
			</g:HTMLPanel>
52
			</g:HTMLPanel>
51
 
53
 
52
			<g:HTMLPanel styleName="{style.champRecherche}">
54
			<g:HTMLPanel styleName="{style.champRecherche}">
53
				<g:Label text="{constants.auteur}" />
55
				<g:Label text="{constants.auteur}" />
54
				<g:TextBox ui:field="auteur" />
56
				<g:TextBox ui:field="auteur" />
55
			</g:HTMLPanel>
57
			</g:HTMLPanel>
56
 
58
 
57
			<g:HTMLPanel styleName="{style.champRecherche}">
59
			<g:HTMLPanel styleName="{style.champRecherche}">
58
				<g:Label text="{constants.date}" />
60
				<g:Label text="{constants.date}" />
59
				<g:TextBox ui:field="date" />
61
				<g:TextBox ui:field="date" />
60
			</g:HTMLPanel>
62
			</g:HTMLPanel>
61
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}">
63
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}">
62
			</g:Button>
64
			</g:Button>
63
			<g:HTMLPanel styleName="nettoyage" />
65
			<g:HTMLPanel styleName="nettoyage" />
64
		</g:HTMLPanel>
66
		</g:HTMLPanel>
65
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
67
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
66
		<g:HTMLPanel ui:field="zonePagination" />
68
		<g:HTMLPanel ui:field="zonePagination" />
67
	</g:HTMLPanel>
69
	</g:HTMLPanel>
68
</ui:UiBinder>
70
</ui:UiBinder>