436 |
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">
|
480 |
benjamin |
5 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
|
436 |
benjamin |
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
7 |
|
|
|
8 |
<ui:style src="observationdetermination.css" />
|
|
|
9 |
|
652 |
aurelien |
10 |
<g:HTMLPanel>
|
1050 |
gduche |
11 |
<g:HTMLPanel styleName="{style.determinationOriginale}">
|
1038 |
gduche |
12 |
<g:Label styleName="petit {style.headerTableau} {style.gauche}">Détermination initiale</g:Label>
|
|
|
13 |
<g:Label styleName="petit {style.headerTableau} {style.milieu}">Certitude</g:Label>
|
|
|
14 |
<g:Label styleName="petit {style.headerTableau} {style.droite}">Comm.</g:Label>
|
1050 |
gduche |
15 |
<g:HTMLPanel styleName="{style.determination} {style.determinationOriginale}" ui:field="tableauPropositionOriginale" />
|
1038 |
gduche |
16 |
</g:HTMLPanel>
|
|
|
17 |
<g:HTMLPanel ui:field="zonePropositions" styleName="{style.zonePropositions}">
|
|
|
18 |
<g:Label styleName="petit {style.gauche}">Espèces proposées</g:Label>
|
652 |
aurelien |
19 |
<g:HTMLPanel styleName="{style.determination}" ui:field="tableauPropositions" />
|
436 |
benjamin |
20 |
</g:HTMLPanel>
|
652 |
aurelien |
21 |
</g:HTMLPanel>
|
436 |
benjamin |
22 |
</ui:UiBinder>
|