447 |
gduche |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
3 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
|
|
|
4 |
ui:generateLocales="default">
|
560 |
benjamin |
5 |
<ui:with field='res'
|
|
|
6 |
type='org.tela_botanica.del.client.resources.Ressources' />
|
447 |
gduche |
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
8 |
|
|
|
9 |
<ui:style src="metadonnees.css" />
|
560 |
benjamin |
10 |
|
447 |
gduche |
11 |
<g:HTMLPanel styleName="{style.metadonnees}">
|
1026 |
gduche |
12 |
|
|
|
13 |
<!-- Date du relevé -->
|
|
|
14 |
<g:HTMLPanel ui:field="zoneDateReleve" styleName="{style.zoneDateReleve}">
|
|
|
15 |
<g:InlineLabel styleName="petit gris" text="{constants.observeLe}" />
|
|
|
16 |
<g:InlineLabel ui:field="dateReleve" styleName="{style.donnee}"/>
|
|
|
17 |
</g:HTMLPanel>
|
|
|
18 |
|
447 |
gduche |
19 |
<!-- Nom retenu -->
|
|
|
20 |
<g:HTMLPanel ui:field="zoneNomRetenu">
|
560 |
benjamin |
21 |
<g:Label styleName="petit gris {style.labelNomRetenu}" text="{constants.nomRetenu}" />
|
1038 |
gduche |
22 |
<g:Label ui:field="nomRetenu" styleName="{style.nomRetenu} gras" />
|
447 |
gduche |
23 |
</g:HTMLPanel>
|
560 |
benjamin |
24 |
|
447 |
gduche |
25 |
<!-- Nom commun -->
|
|
|
26 |
<g:HTMLPanel ui:field="zoneNomCommun">
|
560 |
benjamin |
27 |
<g:Label styleName="petit gris" text="{constants.nomCommun}" />
|
1038 |
gduche |
28 |
<g:Label ui:field="nomCommun" />
|
447 |
gduche |
29 |
</g:HTMLPanel>
|
1393 |
aurelien |
30 |
|
|
|
31 |
<!-- Référentiel -->
|
|
|
32 |
<g:HTMLPanel ui:field="zoneReferentiel" styleName="{style.zoneReferentiel}">
|
|
|
33 |
<g:Label styleName="petit gris {style.labelReferentiel}" text="{constants.referentiel}" />
|
|
|
34 |
<g:Label ui:field="referentiel" styleName="{style.donnee}"/>
|
|
|
35 |
</g:HTMLPanel>
|
560 |
benjamin |
36 |
|
447 |
gduche |
37 |
<!-- Famille -->
|
449 |
gduche |
38 |
<g:HTMLPanel ui:field="zoneFamille" styleName="{style.zoneFamille}">
|
1026 |
gduche |
39 |
<g:Label styleName="petit gris" text="{constants.metadonneeFamille}" />
|
1038 |
gduche |
40 |
<g:Label ui:field="famille" styleName="{style.donnee}"/>
|
447 |
gduche |
41 |
</g:HTMLPanel>
|
560 |
benjamin |
42 |
|
447 |
gduche |
43 |
<!-- Lieu -->
|
449 |
gduche |
44 |
<g:HTMLPanel ui:field="zoneLocalite" styleName="{style.zoneLocalite}">
|
1026 |
gduche |
45 |
<g:Label styleName="petit gris {style.lieuDuReleve}" text="{constants.lieuDuReleve}" />
|
1038 |
gduche |
46 |
<g:Label ui:field="localite" styleName="{style.donnee}"/>
|
447 |
gduche |
47 |
</g:HTMLPanel>
|
560 |
benjamin |
48 |
|
447 |
gduche |
49 |
<!-- Lieu-dit -->
|
449 |
gduche |
50 |
<g:HTMLPanel ui:field="zoneLieuDit" styleName="{style.zoneLieuDit}">
|
1026 |
gduche |
51 |
<g:HTML ui:field="lieuDit"/>
|
447 |
gduche |
52 |
</g:HTMLPanel>
|
1026 |
gduche |
53 |
|
|
|
54 |
<!-- Station -->
|
|
|
55 |
<g:HTMLPanel ui:field="zoneStation" styleName="{style.zoneStation}">
|
1038 |
gduche |
56 |
<g:Label ui:field="station"/>
|
1026 |
gduche |
57 |
</g:HTMLPanel>
|
560 |
benjamin |
58 |
|
447 |
gduche |
59 |
<!-- Milieu -->
|
449 |
gduche |
60 |
<g:HTMLPanel ui:field="zoneMilieu" styleName="{style.zoneMilieu}">
|
1038 |
gduche |
61 |
<g:Label ui:field="milieu"/>
|
447 |
gduche |
62 |
</g:HTMLPanel>
|
560 |
benjamin |
63 |
|
447 |
gduche |
64 |
<!-- Commentaire -->
|
449 |
gduche |
65 |
<g:HTMLPanel ui:field="zoneCommentaire" styleName="{style.zoneCommentaire}">
|
1026 |
gduche |
66 |
<g:Label styleName="petit gris" text="{constants.commentaire}" />
|
1038 |
gduche |
67 |
<g:Label ui:field="commentaire" styleName="{style.commentaire}"/>
|
447 |
gduche |
68 |
</g:HTMLPanel>
|
560 |
benjamin |
69 |
|
1026 |
gduche |
70 |
|
560 |
benjamin |
71 |
|
447 |
gduche |
72 |
<!-- Publié par -->
|
449 |
gduche |
73 |
<g:HTMLPanel ui:field="zoneAuteur" styleName="{style.zoneAuteur}">
|
1026 |
gduche |
74 |
<g:Label styleName="petit gris" text="{constants.par}" />
|
1104 |
gduche |
75 |
<g:Label ui:field="auteur" styleName="{style.donnee}" title="Voir le profil" />
|
447 |
gduche |
76 |
</g:HTMLPanel>
|
560 |
benjamin |
77 |
|
447 |
gduche |
78 |
<!-- Date de transmission -->
|
1026 |
gduche |
79 |
<g:HTMLPanel ui:field="zoneDate" styleName="{style.zoneDate}">
|
|
|
80 |
<g:InlineLabel styleName="petit gris" text="{constants.dateTransmission}" />
|
655 |
gduche |
81 |
<g:InlineLabel ui:field="dateTransmission" styleName="{style.donnee}"/>
|
447 |
gduche |
82 |
</g:HTMLPanel>
|
560 |
benjamin |
83 |
|
447 |
gduche |
84 |
<!-- Mots-clés/Tag -->
|
|
|
85 |
<g:HTMLPanel ui:field="zoneMotsClefs">
|
560 |
benjamin |
86 |
<g:Label styleName="petit gris" text="{constants.motsClefs}" />
|
1038 |
gduche |
87 |
<g:Label ui:field="motsClefs" styleName="{style.donnee}"/>
|
447 |
gduche |
88 |
</g:HTMLPanel>
|
560 |
benjamin |
89 |
|
1038 |
gduche |
90 |
<g:Label ui:field="numNomenclatural" />
|
1214 |
gduche |
91 |
|
|
|
92 |
<g:Anchor ui:field="lienIdentiplante" text="{constants.signalerIdentification}" styleName="labelLien"/>
|
447 |
gduche |
93 |
</g:HTMLPanel>
|
|
|
94 |
</ui:UiBinder>
|