Subversion Repositories eFlore/Applications.del

Rev

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

Rev 240 Rev 245
Line 8... Line 8...
8
	<ui:style src="rechercheImage.css" />
8
	<ui:style src="rechercheImage.css" />
Line 9... Line 9...
9
		
9
		
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
		<g:HTMLPanel styleName="{style.observationsRecherche}">
11
		<g:HTMLPanel styleName="{style.observationsRecherche}">
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="petit" />
-
 
14
 
13
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
15
			<g:TextBox ui:field="nomEspece" text="apifera" styleName="test" />
14
					<g:TextBox ui:field="nomEspece" text="apifera"/>
16
			<g:Button text="{constants.rechercherTaxon}" ui:field="boutonChercher" />
-
 
17
 
-
 
18
			<g:HorizontalPanel ui:field="panneauProtocole">
15
					<g:Button text="{constants.rechercherTaxon}" ui:field="boutonChercher" />
19
				<g:Label ui:field="protocoleLabel" text="{constants.protocole}" />
16
					<g:Label ui:field="protocoleLabel" text="{constants.protocole}" styleName="{style.labelProtocole}"/>
20
				<g:ListBox ui:field="listeProtocoles" />
17
					<g:ListBox ui:field="listeProtocoles" />
-
 
18
			</g:HorizontalPanel>
-
 
19
			<g:Label text="{constants.entrerMotClef}" styleName="gris" />
-
 
20
			
-
 
21
 
21
			</g:HorizontalPanel>
22
			
22
		</g:HTMLPanel>
23
		</g:HTMLPanel>
23
		<g:HTMLPanel ui:field="panneauResultats" />
24
		<g:HTMLPanel ui:field="panneauResultats" />
24
	</g:HTMLPanel>
25
	</g:HTMLPanel>