Subversion Repositories eFlore/Applications.del

Rev

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

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