Subversion Repositories eFlore/Applications.del

Rev

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

Rev 583 Rev 655
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>
11
	<g:HTMLPanel styleName="limiteMin">
12
		<g:TextBox styleName="{style.recherchePrincipale}" 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}" 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>
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}" ui:field="rechercheAvancee">
16
		<g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
Line 17... Line 17...
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>