Subversion Repositories eFlore/Applications.del

Rev

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

Rev 386 Rev 408
Line 10... Line 10...
10
	<g:HTMLPanel>
10
	<g:HTMLPanel>
11
		<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
11
		<g:TextBox styleName="{style.recherchePrincipale}" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
12
		<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche" text="{constants.rechercher}">
12
		<g:Button styleName="{style.boutonRecherche}" ui:field="boutonRecherche" text="{constants.rechercher}">
13
		</g:Button>
13
		</g:Button>
14
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
14
		<g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
15
		<g:HTMLPanel styleName="{style.rechercheAvancee}"
15
		<g:HTMLPanel styleName="{style.rechercheAvancee}" ui:field="rechercheAvancee">
16
			ui:field="rechercheAvancee">
16
			<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}">Fermer</g:Button>
17
			<g:HTMLPanel styleName="{style.champRecherche}">
17
			<g:HTMLPanel styleName="{style.champRecherche}">
18
				<g:Label text="{constants.departement}" />
18
				<g:Label text="{constants.departement}" />
19
				<g:TextBox ui:field="departement" />
19
				<g:TextBox ui:field="departement" />
20
			</g:HTMLPanel>
20
			</g:HTMLPanel>