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}">
|
1667 |
jpm |
12 |
<g:HTMLPanel ui:field="cadreBtnVoirInfoObs" styleName="{style.cadreBtnVoirInfoObs}">
|
|
|
13 |
<g:PushButton ui:field="btnVoirInfoObs" text=" " styleName="{style.btnVoirInfoObs}"/>
|
|
|
14 |
</g:HTMLPanel>
|
1196 |
gduche |
15 |
|
1667 |
jpm |
16 |
<g:HTMLPanel ui:field="cadreBtnVoirTags" styleName="{style.cadreBtnVoirTags}">
|
|
|
17 |
<g:PushButton ui:field="btnVoirTags" styleName="{style.btnVoirTags}"/>
|
|
|
18 |
</g:HTMLPanel>
|
|
|
19 |
|
|
|
20 |
<g:HTMLPanel ui:field="zoneActionsImage" styleName="{style.zoneActionsImg}">
|
|
|
21 |
<g:HTMLPanel ui:field="cadreBtnSupprImage" styleName="{style.cadreBtnSupprImg}">
|
|
|
22 |
<g:PushButton ui:field="btnSupprImg" styleName="{style.btnSupprImg}"/>
|
|
|
23 |
</g:HTMLPanel>
|
|
|
24 |
</g:HTMLPanel>
|
|
|
25 |
|
1588 |
jpm |
26 |
<g:HTMLPanel styleName="{style.zoneCache}" ui:field="zoneCache">
|
1667 |
jpm |
27 |
<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
|
1588 |
jpm |
28 |
</g:HTMLPanel>
|
|
|
29 |
<g:HTMLPanel styleName="{style.zoneMotsCles}" ui:field="zoneMotsCles">
|
1236 |
gduche |
30 |
<g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}"/>
|
1667 |
jpm |
31 |
<g:HTMLPanel ui:field="motsCles" styleName="{style.motsCles}"/>
|
1588 |
jpm |
32 |
</g:HTMLPanel>
|
1196 |
gduche |
33 |
</g:HTMLPanel>
|
1588 |
jpm |
34 |
<g:HTMLPanel styleName="{style.zoneImage}">
|
|
|
35 |
<g:Image ui:field="imagePrincipale" resource="{res.logo}" />
|
|
|
36 |
</g:HTMLPanel>
|
1196 |
gduche |
37 |
<g:HTMLPanel styleName="{style.zonePlus}" ui:field="zonePlus">
|
1540 |
mathias |
38 |
<g:HTML ui:field="nomAuteur" styleName="petit {style.auteur}">Auteur</g:HTML>
|
1196 |
gduche |
39 |
<g:HTML ui:field="nomEspece" styleName="{style.espece}"></g:HTML>
|
|
|
40 |
</g:HTMLPanel>
|
1588 |
jpm |
41 |
<g:HTMLPanel styleName="{style.zoneVoter} arrondi-faible" ui:field="zoneVoter">
|
|
|
42 |
<g:HorizontalPanel ui:field="voter"/>
|
|
|
43 |
</g:HTMLPanel>
|
1196 |
gduche |
44 |
</g:HTMLPanel>
|
|
|
45 |
</ui:UiBinder>
|