455 |
benjamin |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
3 |
ui:generateLocales="default">
|
564 |
benjamin |
4 |
<ui:with field='res'
|
|
|
5 |
type='org.tela_botanica.del.client.resources.Ressources' />
|
455 |
benjamin |
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
161 |
gduche |
7 |
|
479 |
benjamin |
8 |
<ui:style src="MoteurRechercheObservations.css" />
|
455 |
benjamin |
9 |
|
1183 |
gduche |
10 |
<g:HTMLPanel styleName="limiteMax">
|
|
|
11 |
<g:HTMLPanel>
|
|
|
12 |
<ui:msg key="chapeauObservation">Cet espace vous permet d'échanger sur la détermination d'espèces.
|
|
|
13 |
Vous ne parvenez pas à déterminer une plante ? Soumettez-la aux membres du réseau.
|
|
|
14 |
Vous avez relevé des erreurs dans les images soumises par le réseau ? Postez un commentaire ou proposez une nouvelle détermination.</ui:msg>
|
1010 |
aurelien |
15 |
<g:Label ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerObservation}"/>
|
1187 |
gduche |
16 |
<g:Anchor target="_blank" href="{constants.lienAideIdentiplante}" ui:field="aide" text="{constants.accesAide}" title="{constants.legendeAjouterObservation}" styleName="acceder-aide {style.lienAide}"/>
|
1183 |
gduche |
17 |
<g:HTMLPanel ui:field="zonePartageUrl"></g:HTMLPanel>
|
|
|
18 |
</g:HTMLPanel>
|
|
|
19 |
<g:HTMLPanel styleName="limiteMax importance1">
|
|
|
20 |
|
|
|
21 |
<g:Label text="{constants.rechercherObservation}" styleName="titre {style.titreRechercheObs}" />
|
402 |
gduche |
22 |
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
|
455 |
benjamin |
23 |
<g:HTMLPanel ui:field="zoneRecherche" />
|
1101 |
gduche |
24 |
<g:HorizontalPanel styleName="{style.zoneStatut}">
|
1104 |
gduche |
25 |
<g:Label>Filtrer par statut : </g:Label>
|
1102 |
gduche |
26 |
<g:CheckBox ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:CheckBox>
|
1104 |
gduche |
27 |
<g:CheckBox ui:field="radioDeterminer" text="à déterminer" name="statut" formValue="adeterminer"></g:CheckBox>
|
|
|
28 |
<g:CheckBox ui:field="radioConfirmer" text="à confirmer" name="statut" formValue="aconfirmer"></g:CheckBox>
|
|
|
29 |
<g:CheckBox ui:field="radioDiscussion" text="en discussion" name="statut" formValue="endiscussion"></g:CheckBox>
|
1101 |
gduche |
30 |
</g:HorizontalPanel>
|
402 |
gduche |
31 |
</g:HTMLPanel>
|
564 |
benjamin |
32 |
|
402 |
gduche |
33 |
<g:HTMLPanel>
|
655 |
gduche |
34 |
<g:HTMLPanel ui:field="zoneResultats" />
|
402 |
gduche |
35 |
</g:HTMLPanel>
|
161 |
gduche |
36 |
</g:HTMLPanel>
|
|
|
37 |
</ui:UiBinder>
|