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" />
|
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" />
|
606 |
aurelien |
13 |
<g:HTMLPanel styleName="{style.panneauDeterminations}">
|
618 |
aurelien |
14 |
<g:Label ui:field="lienDeterminer" styleName="acceder-outil"
|
606 |
aurelien |
15 |
text="{constants.voirFicheIndividu}" />
|
436 |
benjamin |
16 |
<g:HTMLPanel ui:field="determinationsPanel" />
|
606 |
aurelien |
17 |
<g:Button ui:field="boutonAjoutProposition" styleName="{style.boutonDetermination}"
|
|
|
18 |
text="{constants.proposerSaDetermination}" />
|
333 |
gduche |
19 |
</g:HTMLPanel>
|
436 |
benjamin |
20 |
</g:HorizontalPanel>
|
166 |
gduche |
21 |
</ui:UiBinder>
|