Subversion Repositories eFlore/Applications.del

Rev

Rev 322 | Rev 386 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 322 Rev 335
Line 1... Line 1...
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' 
1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
			ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
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"
-
 
4
	ui:generateLocales="default">
3
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
5
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
4
<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" />
Line 5... Line 7...
5
 
7
 
-
 
8
	<ui:style src="MoteurRecherche.css" />
6
<ui:style src="MoteurRecherche.css" />
9
		
7
	<g:HTMLPanel>
10
	<g:HTMLPanel>
8
			<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale">{constants.}</g:TextBox>
11
		<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
9
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche">Rechercher</g:Button>
-
 
10
			<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee">Recherche avancée</g:Label>
-
 
11
			<g:HTMLPanel styleName="{style.rechercheAvancee}" ui:field="rechercheAvancee">
-
 
12
				<g:HTMLPanel styleName="{style.champRecherche}">
-
 
13
					<g:Label text="Département"/>
-
 
14
					<g:TextBox ui:field="departement"/>
-
 
15
				</g:HTMLPanel>
-
 
16
				
-
 
17
				<g:HTMLPanel styleName="{style.champRecherche}">
-
 
18
					<g:Label text="Commune"/>
-
 
19
					<g:TextBox ui:field="commune"/>
-
 
20
				</g:HTMLPanel>
-
 
21
				
-
 
22
				<g:HTMLPanel styleName="{style.champRecherche}">
-
 
23
					<g:Label text="Taxon"/>
-
 
24
					<g:TextBox ui:field="taxon"/>
12
		<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche" text="{constants.rechercher}">
25
				</g:HTMLPanel>
-
 
26
				
13
		</g:Button>
27
				<g:HTMLPanel styleName="{style.champRecherche}">
-
 
28
					<g:Label text="Famille"/>
-
 
29
					<g:TextBox ui:field="famille"/>
-
 
30
				</g:HTMLPanel>
-
 
31
				
14
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
32
				<g:HTMLPanel styleName="{style.champRecherche}">
15
		<g:HTMLPanel styleName="{style.rechercheAvancee}"
33
					<g:Label text="Genre"/>
-
 
34
					<g:TextBox ui:field="genre"/>
-
 
35
				</g:HTMLPanel>
-
 
36
				
-
 
37
				<g:HTMLPanel styleName="{style.champRecherche}">
-
 
38
					<g:Label text="Tag"/>
-
 
39
					<g:TextBox ui:field="tag"/>
-
 
40
				</g:HTMLPanel>
-
 
41
				
-
 
42
				<g:HTMLPanel styleName="{style.champRecherche}">
-
 
43
					<g:Label text="Mot-clé"/>
-
 
44
					<g:TextBox ui:field="motCle"/>
-
 
45
				</g:HTMLPanel>
-
 
46
				
16
			ui:field="rechercheAvancee">
47
				<g:HTMLPanel styleName="{style.champRecherche}">
17
			<g:HTMLPanel styleName="{style.champRecherche}">
48
					<g:Label text="Auteur"/>
-
 
49
					<g:TextBox ui:field="auteur"/>
-
 
50
				</g:HTMLPanel>
-
 
51
				
-
 
52
				<g:HTMLPanel styleName="{style.champRecherche}">
-
 
53
					<g:Label text="Date"/>
18
				<g:Label text="{constants.departement}" />
54
					<g:TextBox ui:field="date"/>
-
 
55
				</g:HTMLPanel>
-
 
56
				<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee">Rechercher</g:Button>
-
 
57
				<g:HTMLPanel styleName="nettoyage" />
19
				<g:TextBox ui:field="departement" />
-
 
20
			</g:HTMLPanel>
-
 
21
 
-
 
22
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
23
				<g:Label text="{constants.commune}" />
-
 
24
				<g:TextBox ui:field="commune" />
-
 
25
			</g:HTMLPanel>
-
 
26
 
-
 
27
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
28
				<g:Label text="{constants.taxon}" />
-
 
29
				<g:TextBox ui:field="taxon" />
-
 
30
			</g:HTMLPanel>
-
 
31
 
-
 
32
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
33
				<g:Label text="{constants.famille}" />
-
 
34
				<g:TextBox ui:field="famille" />
-
 
35
			</g:HTMLPanel>
-
 
36
 
-
 
37
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
38
				<g:Label text="{constants.genre}" />
-
 
39
				<g:TextBox ui:field="genre" />
-
 
40
			</g:HTMLPanel>
-
 
41
 
-
 
42
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
43
				<g:Label text="{constants.tag}" />
-
 
44
				<g:TextBox ui:field="tag" />
-
 
45
			</g:HTMLPanel>
-
 
46
 
-
 
47
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
48
				<g:Label text="{constants.mot_clef}" />
-
 
49
				<g:TextBox ui:field="motCle" />
-
 
50
			</g:HTMLPanel>
-
 
51
 
-
 
52
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
53
				<g:Label text="{constants.auteur}" />
-
 
54
				<g:TextBox ui:field="auteur" />
-
 
55
			</g:HTMLPanel>
-
 
56
 
-
 
57
			<g:HTMLPanel styleName="{style.champRecherche}">
-
 
58
				<g:Label text="{constants.date}" />
-
 
59
				<g:TextBox ui:field="date" />
-
 
60
			</g:HTMLPanel>
-
 
61
			<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}">
-
 
62
			</g:Button>
-
 
63
			<g:HTMLPanel styleName="nettoyage" />
58
			</g:HTMLPanel>
64
		</g:HTMLPanel>
59
			<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
65
		<g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
60
			<g:HTMLPanel ui:field="zonePagination" />
66
		<g:HTMLPanel ui:field="zonePagination" />
61
	</g:HTMLPanel>
67
	</g:HTMLPanel>