Subversion Repositories eFlore/Applications.del

Rev

Rev 1426 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1426 Rev 1986
Line 15... Line 15...
15
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
15
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
16
		<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
16
		<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
17
			<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}" text="Fermer"></g:Button>
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>
18
			<g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button>
Line -... Line 19...
-
 
19
 
-
 
20
			<g:HTMLPanel styleName="{style.conteneurDeuxPanneaux}">
19
 
21
				<g:HTMLPanel styleName="{style.panneauGauche}">
20
			<g:HTMLPanel styleName="{style.champRecherche}">
22
					<g:HTMLPanel styleName="{style.champRecherche}">
21
				<g:Label text="{constants.contientMots}" styleName="petit"/>
23
						<g:Label text="{constants.contientMots}" styleName="petit"/>
22
				<g:TextBox ui:field="contientMots" />
24
						<g:TextBox ui:field="contientMots" />
Line 23... Line 25...
23
			</g:HTMLPanel>
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>
24
			
31
					
25
			<g:HTMLPanel styleName="{style.champRecherche}">
32
					<g:HTMLPanel styleName="{style.champRecherche}">
26
				<g:Label text="{constants.famille}"  styleName="petit"/>
33
						<g:Label text="{constants.famille}"  styleName="petit"/>
Line 27... Line 34...
27
				<g:TextBox ui:field="famille" />
34
						<g:TextBox ui:field="famille" />
28
			</g:HTMLPanel>
35
					</g:HTMLPanel>
29
			
36
						
30
			<g:HTMLPanel styleName="{style.champRecherche}">
37
					<g:HTMLPanel styleName="{style.champRecherche}">
Line 31... Line 38...
31
				<g:Label text="{constants.referentiel}"  styleName="petit"/>
38
						<g:Label text="{constants.genre}"  styleName="petit"/>
32
				<g:ListBox ui:field="referentiel" />
39
						<g:TextBox ui:field="genre" />
33
			</g:HTMLPanel>
40
					</g:HTMLPanel>	
34
 
41
										
Line 35... Line 42...
35
			<g:HTMLPanel styleName="{style.champRecherche}">
42
					<g:HTMLPanel styleName="{style.champRecherche}">
36
				<g:Label text="{constants.taxon}"  styleName="petit"/>
43
						<g:Label text="{constants.taxon}"  styleName="petit"/>
37
				<g:HTMLPanel ui:field="taxon" />
44
						<g:HTMLPanel ui:field="taxon" />
-
 
45
					</g:HTMLPanel>	
38
			</g:HTMLPanel>
46
											
Line -... Line 47...
-
 
47
					<g:HTMLPanel styleName="{style.champRecherche}">
39
 
48
						<g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
40
			<g:HTMLPanel styleName="{style.champRecherche}">
49
						<g:TextBox ui:field="date" />
41
				<g:Label text="{constants.genre}"  styleName="petit"/>
50
					</g:HTMLPanel>
42
				<g:TextBox ui:field="genre" />
51
				</g:HTMLPanel>
Line 43... Line 52...
43
			</g:HTMLPanel>
52
				
44
			
53
				<g:HTMLPanel styleName="{style.panneauDroite}">		
45
			<g:HTMLPanel styleName="{style.champRecherche}">
54
				    <g:HTMLPanel styleName="{style.champRecherche}">
46
				<g:Label text="{constants.commune}"  styleName="petit"/>
55
						<g:Label text="{constants.pays}"  styleName="petit"/>
Line 47... Line 56...
47
				<g:HTMLPanel ui:field="commune" />
56
						<g:ListBox ui:field="pays" />
48
			</g:HTMLPanel>
57
					</g:HTMLPanel>
49
			
58
					
50
			<g:HTMLPanel styleName="{style.champRecherche}">
59
				    <g:HTMLPanel styleName="{style.champRecherche}">
Line 51... Line 60...
51
				<g:Label text="{constants.departement}"  styleName="petit"/>
60
						<g:Label text="{constants.departement}"  styleName="petit"/>
52
				<g:TextBox ui:field="departement" />
61
						<g:TextBox ui:field="departement" />
53
			</g:HTMLPanel>
62
					</g:HTMLPanel>
54
					
63
																
Line 55... Line 64...
55
			<g:HTMLPanel styleName="{style.champRecherche}">
64
					<g:HTMLPanel styleName="{style.champRecherche}">
56
				<g:Label text="{constants.auteur}"  styleName="petit"/>
65
						<g:Label text="{constants.commune}"  styleName="petit"/>
57
				<g:TextBox ui:field="auteur" />
66
						<g:HTMLPanel ui:field="commune" />
Line 74... Line 83...
74
			
83
					
75
			<g:HTMLPanel ui:field="conteneurMotCleDel"  styleName="{style.champRecherche}">
84
					<g:HTMLPanel ui:field="conteneurMotCleDel"  styleName="{style.champRecherche}">
76
				<g:Label text="{constants.tagDel}"  styleName="petit"/>
85
						<g:Label text="{constants.tagDel}"  styleName="petit"/>
77
				<g:TextBox ui:field="motCleDel" />
86
						<g:TextBox ui:field="motCleDel" />
-
 
87
					</g:HTMLPanel>
-
 
88
				</g:HTMLPanel>
Line 78... Line 89...
78
			</g:HTMLPanel>
89
			</g:HTMLPanel>
79
 
90
			
80
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
91
			<g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
-
 
92
			<g:HTMLPanel styleName="nettoyage" />
81
			<g:HTMLPanel styleName="nettoyage" />
93
		</g:HTMLPanel>
82
		</g:HTMLPanel>
94
		
83
		<g:HTMLPanel styleName="droite">
95
		<g:HTMLPanel styleName="droite">
84
			<g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>
96
			<g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>