Line 8... |
Line 8... |
8 |
|
8 |
|
Line 9... |
Line 9... |
9 |
<ui:style src="MoteurRechercheObservations.css" />
|
9 |
<ui:style src="MoteurRechercheObservations.css" />
|
10 |
|
10 |
|
11 |
<g:HTMLPanel>
|
11 |
<g:HTMLPanel>
|
12 |
<g:HTMLPanel styleName="limiteMax">
|
12 |
<g:HTMLPanel styleName="limiteMax">
|
13 |
<g:Label text="{constants.introRechercheObservations}" styleName="chapeau"/>
|
13 |
<g:HTML ui:field="chapeau" styleName="chapeau"></g:HTML>
|
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:Label>Filtrer par statut : </g:Label>
|
19 |
<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox>
|
20 |
<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox>
|
20 |
<g:CheckBox ui:field="radioDeterminer" text="A déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
|
21 |
<g:CheckBox ui:field="radioDeterminer" text="à déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
|
21 |
<g:CheckBox ui:field="radioConfirmer" text="A confirmer" name="statut" formValue="aconfirmer"></g:CheckBox>
|
22 |
<g:CheckBox ui:field="radioConfirmer" text="à confirmer" name="statut" formValue="aconfirmer"></g:CheckBox>
|
22 |
<g:CheckBox ui:field="radioDiscussion" text="En discussion" name="statut" formValue="endiscussion"></g:CheckBox>
|
23 |
<g:CheckBox ui:field="radioDiscussion" text="en discussion" name="statut" formValue="endiscussion"></g:CheckBox>
|
Line 23... |
Line 24... |
23 |
</g:HorizontalPanel>
|
24 |
</g:HorizontalPanel>
|
24 |
</g:HTMLPanel>
|
25 |
</g:HTMLPanel>
|