Subversion Repositories eFlore/Applications.del

Rev

Rev 1426 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
335 benjamin 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
545 jpm 2
	xmlns:g='urn:import:com.google.gwt.user.client.ui'
3
	ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
335 benjamin 4
	ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
5
	ui:generateLocales="default">
477 benjamin 6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
335 benjamin 7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
322 gduche 8
 
335 benjamin 9
	<ui:style src="MoteurRecherche.css" />
10
 
1101 gduche 11
	<g:HTMLPanel styleName="limiteMin {style.zoneRecherche}">
655 gduche 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}">
335 benjamin 14
		</g:Button>
15
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
655 gduche 16
		<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
418 gduche 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>
335 benjamin 19
 
1986 aurelien 20
			<g:HTMLPanel styleName="{style.conteneurDeuxPanneaux}">
21
				<g:HTMLPanel styleName="{style.panneauGauche}">
22
					<g:HTMLPanel styleName="{style.champRecherche}">
23
						<g:Label text="{constants.contientMots}" styleName="petit"/>
24
						<g:TextBox ui:field="contientMots" />
25
					</g:HTMLPanel>
26
 
27
					<g:HTMLPanel styleName="{style.champRecherche}">
28
						<g:Label text="{constants.referentiel}"  styleName="petit"/>
29
						<g:ListBox ui:field="referentiel" />
30
					</g:HTMLPanel>
581 gduche 31
 
1986 aurelien 32
					<g:HTMLPanel styleName="{style.champRecherche}">
33
						<g:Label text="{constants.famille}"  styleName="petit"/>
34
						<g:TextBox ui:field="famille" />
35
					</g:HTMLPanel>
36
 
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}">
43
						<g:Label text="{constants.taxon}"  styleName="petit"/>
44
						<g:HTMLPanel ui:field="taxon" />
45
					</g:HTMLPanel>
46
 
47
					<g:HTMLPanel styleName="{style.champRecherche}">
48
						<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"/>
71
						<g:TextBox ui:field="auteur" />
72
					</g:HTMLPanel>
73
 
74
					<g:HTMLPanel ui:field="conteneurMotCle" styleName="{style.champRecherche}">
75
						<g:Label text="{constants.tag}"  styleName="petit"/>
76
						<g:TextBox ui:field="motCle" />
77
					</g:HTMLPanel>
78
 
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" />
87
					</g:HTMLPanel>
88
				</g:HTMLPanel>
335 benjamin 89
			</g:HTMLPanel>
545 jpm 90
 
670 gduche 91
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
335 benjamin 92
			<g:HTMLPanel styleName="nettoyage" />
93
		</g:HTMLPanel>
1986 aurelien 94
 
1120 gduche 95
		<g:HTMLPanel styleName="droite">
96
			<g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>
97
		</g:HTMLPanel>
335 benjamin 98
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
1120 gduche 99
 
335 benjamin 100
		<g:HTMLPanel ui:field="zonePagination" />
322 gduche 101
	</g:HTMLPanel>
545 jpm 102
</ui:UiBinder>