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">
|
|
|
5 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
166 |
gduche |
7 |
|
436 |
benjamin |
8 |
<ui:style src="observation.css" />
|
|
|
9 |
|
449 |
gduche |
10 |
<g:HorizontalPanel styleName="{style.ligneObservation}">
|
447 |
gduche |
11 |
<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
|
436 |
benjamin |
12 |
<g:HTMLPanel ui:field="imagesPanel" />
|
333 |
gduche |
13 |
<g:HTMLPanel>
|
436 |
benjamin |
14 |
<g:Label ui:field="lienDeterminer" styleName="lien {style.lienDetermination}"
|
|
|
15 |
text="{constants.proposerSaDetermination}" />
|
|
|
16 |
<g:HTMLPanel ui:field="determinationsPanel" />
|
333 |
gduche |
17 |
</g:HTMLPanel>
|
436 |
benjamin |
18 |
</g:HorizontalPanel>
|
166 |
gduche |
19 |
</ui:UiBinder>
|