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 |
|
|
|
5 |
<ui:with field='res'
|
|
|
6 |
type='org.tela_botanica.del.client.resources.Ressources' />
|
|
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
8 |
<ui:style src="rechercheImage.css" />
|
|
|
9 |
|
|
|
10 |
<g:HTMLPanel>
|
|
|
11 |
|
|
|
12 |
<g:HTMLPanel styleName="limiteMax">
|
1203 |
gduche |
13 |
<g:HorizontalPanel styleName="gauche {style.protocoles}">
|
|
|
14 |
<g:Label>Choisir un protocole : </g:Label>
|
|
|
15 |
<g:ListBox ui:field="listeProtocoles" />
|
|
|
16 |
</g:HorizontalPanel>
|
1196 |
gduche |
17 |
<g:HTMLPanel styleName="importance1">
|
|
|
18 |
<g:Label text="{constants.rechercherImage}" styleName="titre {style.titreRecherche}" />
|
|
|
19 |
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
|
|
|
20 |
<g:HTMLPanel ui:field="zoneRecherche" />
|
|
|
21 |
</g:HTMLPanel>
|
|
|
22 |
</g:HTMLPanel>
|
|
|
23 |
|
|
|
24 |
<g:HTMLPanel ui:field="panneauResultats" />
|
|
|
25 |
</g:HTMLPanel>
|
|
|
26 |
</ui:UiBinder>
|