Subversion Repositories eFlore/Applications.del

Rev

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

Rev 590 Rev 681
Line 7... Line 7...
7
		type='org.tela_botanica.del.client.resources.Ressources' />
7
		type='org.tela_botanica.del.client.resources.Ressources' />
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
9
	<ui:style src="rechercheImage.css" />
9
	<ui:style src="rechercheImage.css" />
Line 10... Line 10...
10
		
10
		
-
 
11
	<g:HTMLPanel>
11
	<g:HTMLPanel>
12
	
12
		<g:HTMLPanel>
13
		<g:HTMLPanel>
13
			<g:Label text="{constants.introRechercheImages}" />
14
			<g:Label text="{constants.introRechercheImages}" />
14
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
15
			<g:Label text="{constants.rechercherImage}" styleName="titre" />
15
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
-
 
16
			<g:HorizontalPanel styleName="{style.moteurRecherche}">
16
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
17
				<g:HorizontalPanel ui:field="zoneRecherche" />
-
 
18
			</g:HorizontalPanel>
17
			<g:HTMLPanel ui:field="zoneRecherche" />
-
 
18
		</g:HTMLPanel>
19
		</g:HTMLPanel>
19
		
20
		<g:HTMLPanel ui:field="panneauResultats" />
20
		<g:HTMLPanel ui:field="panneauResultats" />
21
	</g:HTMLPanel>
21
	</g:HTMLPanel>