1151 |
aurelien |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
|
|
3 |
ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
4 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
|
|
|
5 |
ui:generateLocales="default">
|
|
|
6 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
|
|
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
8 |
|
|
|
9 |
<ui:style src="MotsClesImage.css" />
|
|
|
10 |
<g:HTMLPanel>
|
1152 |
aurelien |
11 |
<g:HTML styleName="{style.titrePanneau}" text="{constants.motsCles}"></g:HTML>
|
1151 |
aurelien |
12 |
<g:HTMLPanel>
|
1152 |
aurelien |
13 |
<g:HTMLPanel styleName="{style.panneauSaisieMotsCles}" ui:field="saisieMotsCles"></g:HTMLPanel>
|
1151 |
aurelien |
14 |
</g:HTMLPanel>
|
|
|
15 |
<g:HTMLPanel>
|
1162 |
aurelien |
16 |
<g:HTMLPanel styleName="gwt-HTML" ui:field="motsCles"></g:HTMLPanel>
|
1151 |
aurelien |
17 |
</g:HTMLPanel>
|
|
|
18 |
</g:HTMLPanel>
|
|
|
19 |
</ui:UiBinder>
|