Subversion Repositories eFlore/Applications.del

Rev

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

Rev 964 Rev 1101
Line 6... Line 6...
6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
	<ui:style src="MoteurRecherche.css" />
9
	<ui:style src="MoteurRecherche.css" />
10
		
10
		
11
	<g:HTMLPanel styleName="limiteMin">
11
	<g:HTMLPanel styleName="limiteMin {style.zoneRecherche}">
12
		<g:TextBox styleName="{style.recherchePrincipale} arrondi" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
12
		<g:TextBox styleName="{style.recherchePrincipale} arrondi" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
13
		<g:Button styleName="{style.boutonRecherche} arrondi" ui:field="boutonRecherche" text="{constants.rechercher}">
13
		<g:Button styleName="{style.boutonRecherche} arrondi" ui:field="boutonRecherche" text="{constants.rechercher}">
14
		</g:Button>
14
		</g:Button>