1588 |
jpm |
1 |
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
|
|
|
2 |
xmlns:g="urn:import:com.google.gwt.user.client.ui"
|
|
|
3 |
ui:generateFormat="com.google.gwt.i18n.rebind.format.PropertiesFormat"
|
|
|
4 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
|
|
|
5 |
ui:generateLocales="default">
|
1196 |
gduche |
6 |
|
1588 |
jpm |
7 |
<ui:with field="res" type="org.tela_botanica.del.client.resources.Ressources"/>
|
|
|
8 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
9 |
<ui:style src="image.css" />
|
|
|
10 |
<g:HTMLPanel styleName="{style.observations}">
|
|
|
11 |
<g:HTMLPanel styleName="{style.zoneDetail}">
|
|
|
12 |
<g:Label ui:field="enSavoirPlus" text=" " styleName="{style.enSavoirPlus}"/>
|
|
|
13 |
<g:Label ui:field="voirMotsCles" text=" " styleName="{style.voirMotsCles}"/>
|
1196 |
gduche |
14 |
|
1588 |
jpm |
15 |
<g:HTMLPanel styleName="{style.zoneCache}" ui:field="zoneCache">
|
|
|
16 |
<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
|
|
|
17 |
</g:HTMLPanel>
|
|
|
18 |
<g:HTMLPanel styleName="{style.zoneMotsCles}" ui:field="zoneMotsCles">
|
1236 |
gduche |
19 |
<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}"/>
|
1588 |
jpm |
20 |
<g:HTMLPanel ui:field="motsCles" styleName="{style.motsCles}"/>
|
|
|
21 |
</g:HTMLPanel>
|
1196 |
gduche |
22 |
</g:HTMLPanel>
|
1588 |
jpm |
23 |
<g:HTMLPanel styleName="{style.zoneImage}">
|
|
|
24 |
<g:Image ui:field="imagePrincipale" resource="{res.logo}" />
|
|
|
25 |
</g:HTMLPanel>
|
1196 |
gduche |
26 |
<g:HTMLPanel styleName="{style.zonePlus}" ui:field="zonePlus">
|
1540 |
mathias |
27 |
<g:HTML ui:field="nomAuteur" styleName="petit {style.auteur}">Auteur</g:HTML>
|
1196 |
gduche |
28 |
<g:HTML ui:field="nomEspece" styleName="{style.espece}"></g:HTML>
|
|
|
29 |
</g:HTMLPanel>
|
1588 |
jpm |
30 |
<g:HTMLPanel styleName="{style.zoneVoter} arrondi-faible" ui:field="zoneVoter">
|
|
|
31 |
<g:HorizontalPanel ui:field="voter"/>
|
|
|
32 |
</g:HTMLPanel>
|
1196 |
gduche |
33 |
</g:HTMLPanel>
|
|
|
34 |
</ui:UiBinder>
|