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" />
|
656 |
gduche |
9 |
|
|
|
10 |
<g:HTMLPanel styleName="ligne {style.ligneObservation} ombre-faible limiteMin limiteMax arrondi">
|
|
|
11 |
<g:HTMLPanel styleName="colonne quart">
|
|
|
12 |
<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
|
|
|
13 |
<g:Label ui:field="lienDeterminer" styleName="acceder-outil {style.accesOutil}" text="{constants.voirFicheIndividu}" />
|
|
|
14 |
</g:HTMLPanel>
|
436 |
benjamin |
15 |
|
656 |
gduche |
16 |
<g:HTMLPanel styleName="colonne">
|
|
|
17 |
<g:HTMLPanel ui:field="imagesPanel" />
|
333 |
gduche |
18 |
</g:HTMLPanel>
|
656 |
gduche |
19 |
|
661 |
gduche |
20 |
<g:HTMLPanel styleName="droite">
|
656 |
gduche |
21 |
<g:HTMLPanel styleName="{style.panneauDeterminations}">
|
|
|
22 |
<g:HTMLPanel ui:field="determinationsPanel" />
|
662 |
gduche |
23 |
<g:Button ui:field="boutonAjoutProposition" styleName="bouton" text="{constants.proposerSaDetermination}" />
|
656 |
gduche |
24 |
</g:HTMLPanel>
|
|
|
25 |
|
|
|
26 |
</g:HTMLPanel>
|
|
|
27 |
|
|
|
28 |
<g:HTML><br class="nettoyage"/></g:HTML>
|
652 |
aurelien |
29 |
</g:HTMLPanel>
|
166 |
gduche |
30 |
</ui:UiBinder>
|