Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1010 Rev 1101
Line 13... Line 13...
13
			<g:Label text="{constants.introRechercheObservations}"  styleName="chapeau"/>
13
			<g:Label text="{constants.introRechercheObservations}"  styleName="chapeau"/>
14
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerObservation}"/>
14
			<g:Label ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerObservation}"/>
15
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
15
			<g:Label text="{constants.rechercherObservation}" styleName="titre" />
16
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
16
			<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
17
			<g:HTMLPanel ui:field="zoneRecherche" />
17
			<g:HTMLPanel ui:field="zoneRecherche" />
-
 
18
			<g:HorizontalPanel styleName="{style.zoneStatut}">
-
 
19
				<g:RadioButton ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:RadioButton>
-
 
20
				<g:RadioButton ui:field="radioDeterminer" text="A déterminer" name="statut" formValue="adeterminer"></g:RadioButton>
-
 
21
				<g:RadioButton ui:field="radioConfirmer" text="A confirmer" name="statut" formValue="aconfirmer"></g:RadioButton>
-
 
22
				<g:RadioButton ui:field="radioDiscussion" text="En discussion" name="statut" formValue="endiscussion"></g:RadioButton>
-
 
23
			</g:HorizontalPanel>
18
		</g:HTMLPanel>
24
		</g:HTMLPanel>
Line 19... Line 25...
19
 
25
 
20
		<g:HTMLPanel>
26
		<g:HTMLPanel>
21
			<g:HTMLPanel ui:field="zoneResultats" />
27
			<g:HTMLPanel ui:field="zoneResultats" />