Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1101 Rev 1102
Line 14... Line 14...
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}">
18
			<g:HorizontalPanel styleName="{style.zoneStatut}">
19
				<g:RadioButton ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:RadioButton>
19
				<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox> 
20
				<g:RadioButton ui:field="radioDeterminer" text="A déterminer" name="statut" formValue="adeterminer"></g:RadioButton>
20
				<g:CheckBox ui:field="radioDeterminer" text="A déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
21
				<g:RadioButton ui:field="radioConfirmer" text="A confirmer" name="statut" formValue="aconfirmer"></g:RadioButton>
21
				<g:CheckBox ui:field="radioConfirmer" text="A confirmer" name="statut" formValue="aconfirmer"></g:CheckBox>
22
				<g:RadioButton ui:field="radioDiscussion" text="En discussion" name="statut" formValue="endiscussion"></g:RadioButton>
22
				<g:CheckBox ui:field="radioDiscussion" text="En discussion" name="statut" formValue="endiscussion"></g:CheckBox>
23
			</g:HorizontalPanel>
23
			</g:HorizontalPanel>
24
		</g:HTMLPanel>
24
		</g:HTMLPanel>
Line 25... Line 25...
25
 
25
 
26
		<g:HTMLPanel>
26
		<g:HTMLPanel>