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 |
|
178 |
benjamin |
6 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
|
|
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
8 |
<ui:style src="rechercheImage.css" />
|
|
|
9 |
|
240 |
gduche |
10 |
<g:HTMLPanel>
|
323 |
gduche |
11 |
<g:HTMLPanel>
|
223 |
gduche |
12 |
<g:Label text="{constants.rechercherImage}" styleName="titre" />
|
245 |
gduche |
13 |
<g:HorizontalPanel styleName="{style.moteurRecherche}">
|
323 |
gduche |
14 |
<g:HorizontalPanel ui:field="zoneRecherche"/>
|
245 |
gduche |
15 |
<g:ListBox ui:field="listeProtocoles" />
|
|
|
16 |
</g:HorizontalPanel>
|
|
|
17 |
<g:Label text="{constants.entrerMotClef}" styleName="gris" />
|
178 |
benjamin |
18 |
</g:HTMLPanel>
|
240 |
gduche |
19 |
<g:HTMLPanel ui:field="panneauResultats" />
|
|
|
20 |
</g:HTMLPanel>
|
122 |
gduche |
21 |
</ui:UiBinder>
|