178 |
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:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
|
|
|
4 |
ui:generateLocales="default">
|
122 |
gduche |
5 |
|
564 |
benjamin |
6 |
<ui:with field='res'
|
|
|
7 |
type='org.tela_botanica.del.client.resources.Ressources' />
|
178 |
benjamin |
8 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
9 |
<ui:style src="rechercheImage.css" />
|
|
|
10 |
|
240 |
gduche |
11 |
<g:HTMLPanel>
|
681 |
gduche |
12 |
|
682 |
gduche |
13 |
<g:HTMLPanel styleName="limiteMax">
|
|
|
14 |
<g:Label text="{constants.introRechercheImages}" styleName="chapeau"/>
|
1010 |
aurelien |
15 |
<g:Label ui:field="ajouterObservation" text="{constants.ajouterImage}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerImage}"/>
|
223 |
gduche |
16 |
<g:Label text="{constants.rechercherImage}" styleName="titre" />
|
401 |
gduche |
17 |
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
|
681 |
gduche |
18 |
<g:HTMLPanel ui:field="zoneRecherche" />
|
178 |
benjamin |
19 |
</g:HTMLPanel>
|
681 |
gduche |
20 |
|
240 |
gduche |
21 |
<g:HTMLPanel ui:field="panneauResultats" />
|
|
|
22 |
</g:HTMLPanel>
|
122 |
gduche |
23 |
</ui:UiBinder>
|