166 |
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 |
<ui:style src="observation.css" />
|
243 |
gduche |
7 |
<g:HorizontalPanel styleName="{style.ligneObservation}">
|
|
|
8 |
<g:VerticalPanel styleName="{style.description}">
|
174 |
gduche |
9 |
<g:Label ui:field="nomRetenu" styleName="sousTitre"/>
|
|
|
10 |
<g:Label ui:field="famille" />
|
243 |
gduche |
11 |
<g:Label ui:field="auteur" /><g:Label ui:field="date" />
|
166 |
gduche |
12 |
<g:Label ui:field="localite" />
|
|
|
13 |
<g:Label ui:field="motsClefs" />
|
|
|
14 |
<g:Label ui:field="numNomenclatural" />
|
243 |
gduche |
15 |
</g:VerticalPanel>
|
|
|
16 |
<g:HTMLPanel styleName="{style.photos}">
|
200 |
gduche |
17 |
<g:Image ui:field="photoPrincipale" styleName="{style.photoPrincipale}"/>
|
370 |
gduche |
18 |
<g:HTMLPanel ui:field="photos" styleName="{style.miniatures}"></g:HTMLPanel>
|
243 |
gduche |
19 |
</g:HTMLPanel>
|
333 |
gduche |
20 |
<g:HTMLPanel>
|
337 |
gduche |
21 |
<g:Label ui:field="lienDeterminer" styleName="lien {style.lienDetermination}" text="{constants.proposerSaDetermination}" />
|
|
|
22 |
<g:FlexTable styleName="{style.determination}" ui:field="tableauPropositions" />
|
333 |
gduche |
23 |
</g:HTMLPanel>
|
243 |
gduche |
24 |
</g:HorizontalPanel>
|
166 |
gduche |
25 |
</ui:UiBinder>
|