200 |
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">
|
476 |
benjamin |
3 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources'/>
|
200 |
gduche |
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
5 |
|
|
|
6 |
<ui:style src="detailImage.css" />
|
|
|
7 |
<g:HTMLPanel styleName="{style.detailImage}">
|
1842 |
mathias |
8 |
<g:HTML ui:field="superpositionImage" styleName="{style.superpositionImage}">
|
|
|
9 |
</g:HTML>
|
200 |
gduche |
10 |
<g:Image ui:field="photoPrincipale" />
|
575 |
gduche |
11 |
<g:HTML ui:field="texteAlternatif"/>
|
200 |
gduche |
12 |
</g:HTMLPanel>
|
|
|
13 |
</ui:UiBinder>
|