1196 |
gduche |
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">
|
|
|
4 |
<ui:with field='res'
|
|
|
5 |
type='org.tela_botanica.del.client.resources.Ressources' />
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
7 |
|
|
|
8 |
|
|
|
9 |
<ui:style src="MoteurIdentiplante.css" />
|
|
|
10 |
|
|
|
11 |
<g:HTMLPanel styleName="limiteMax">
|
|
|
12 |
<g:HTMLPanel styleName="limiteMax importance1">
|
|
|
13 |
<g:Label text="{constants.rechercherObservation}" styleName="titre {style.titreRechercheObs}" />
|
|
|
14 |
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
|
|
|
15 |
<g:HTMLPanel ui:field="zoneRecherche" />
|
|
|
16 |
</g:HTMLPanel>
|
1234 |
gduche |
17 |
<g:HTMLPanel styleName="zone-onglets">
|
|
|
18 |
<g:Label styleName="onglet onglet-actif" text="Tout" ui:field="ongletTout"></g:Label>
|
|
|
19 |
<g:Label styleName="onglet" text="A déterminer" ui:field="ongletADeterminer"></g:Label>
|
|
|
20 |
<g:Label styleName="onglet" text="En discussion" ui:field="ongletEnDiscussion"></g:Label>
|
1460 |
raphael |
21 |
<!-- terme Validées/Vérifiées sujet à changement, "Vérifiées" en texte, "Validées" partout ailleurs dans le code -->
|
|
|
22 |
<g:Label styleName="onglet" text="Vérifiées" ui:field="ongletValidees"></g:Label>
|
1234 |
gduche |
23 |
</g:HTMLPanel>
|
1196 |
gduche |
24 |
<g:HTMLPanel>
|
|
|
25 |
<g:HTMLPanel ui:field="zoneResultats" />
|
|
|
26 |
</g:HTMLPanel>
|
|
|
27 |
</g:HTMLPanel>
|
|
|
28 |
</ui:UiBinder>
|