Subversion Repositories eFlore/Applications.del

Rev

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

Rev 364 Rev 401
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>
11
		<g:HTMLPanel>
-
 
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
12
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
13
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
13
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
14
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
14
					<g:HorizontalPanel ui:field="zoneRecherche"/>
15
					<g:HorizontalPanel ui:field="zoneRecherche"/>
15
					<g:ListBox ui:field="listeProtocoles" />
16
					<g:ListBox ui:field="listeProtocoles" />
16
			</g:HorizontalPanel>
-
 
17
			<g:Label text="{constants.entrerMotClef}" styleName="gris" />
17
			</g:HorizontalPanel>
18
		</g:HTMLPanel>
18
		</g:HTMLPanel>
19
		<g:HTMLPanel ui:field="panneauResultats" />
19
		<g:HTMLPanel ui:field="panneauResultats" />
20
	</g:HTMLPanel>
20
	</g:HTMLPanel>