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