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 |
|
|
|
10 |
<g:VerticalPanel>
|
|
|
11 |
<g:HTMLPanel styleName="{style.observationsRecherche}">
|
|
|
12 |
<g:Label text="{constants.rechercher_image}" styleName="titre" />
|
|
|
13 |
<g:Label text="{constants.entrer_mot_clef}" styleName="petit" />
|
|
|
14 |
|
|
|
15 |
<g:TextBox ui:field="nomEspece" text="apifera" styleName="test" />
|
|
|
16 |
<g:Button text="{constants.rechercher_taxon}" ui:field="boutonChercher" />
|
|
|
17 |
|
|
|
18 |
<g:HorizontalPanel ui:field="panneauProtocole">
|
|
|
19 |
<g:Label ui:field="protocoleLabel" text="{constants.protocole}" />
|
|
|
20 |
<g:ListBox ui:field="listeProtocoles" />
|
|
|
21 |
</g:HorizontalPanel>
|
|
|
22 |
</g:HTMLPanel>
|
|
|
23 |
<g:VerticalPanel ui:field="panneauResultats" />
|
|
|
24 |
</g:VerticalPanel>
|
122 |
gduche |
25 |
</ui:UiBinder>
|