Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
334 |
gduche |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
|
|
2 |
ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat' ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
|
|
3 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources'/>
|
|
|
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
5 |
|
|
|
6 |
<g:HTMLPanel>
|
|
|
7 |
<g:HTMLPanel ui:field="zoneCertitude" />
|
|
|
8 |
<g:HTMLPanel ui:field="zoneCommentaires" />
|
|
|
9 |
<g:HTMLPanel ui:field="zoneNomEspece" />
|
|
|
10 |
<g:HTMLPanel ui:field="zoneVoter" />
|
|
|
11 |
</g:HTMLPanel>
|
|
|
12 |
</ui:UiBinder>
|