Line 5... |
Line 5... |
5 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
|
5 |
<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
7 |
<ui:style src="comparaisonEflore.css" />
|
7 |
<ui:style src="comparaisonEflore.css" />
|
8 |
<g:HorizontalPanel styleName="{style.zoneComparaison}">
|
8 |
<g:HorizontalPanel styleName="{style.zoneComparaison}">
|
9 |
<g:VerticalPanel styleName="{style.photoPrincipale}">
|
9 |
<g:VerticalPanel styleName="{style.photoPrincipale}">
|
10 |
<g:Label text="{constants.taxon_a_determiner}" styleName="titre"/>
|
10 |
<g:Label text="{constants.taxonADeterminer}" styleName="titre"/>
|
11 |
<g:Label text="{constants.taxon_a_determiner}" styleName="petit"/>
|
11 |
<g:Label text="{constants.taxonADeterminer}" styleName="petit"/>
|
12 |
<g:Image ui:field="imagePrincipale" />
|
12 |
<g:Image ui:field="imagePrincipale" />
|
Line 13... |
Line 13... |
13 |
|
13 |
|
14 |
<g:HTMLPanel styleName="{style.meta}">
|
14 |
<g:HTMLPanel styleName="{style.meta}">
|
15 |
<g:Label text="{constants.metadonnees_photo}" styleName="titre"/>
|
15 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre"/>
|
Line 16... |
Line 16... |
16 |
<g:Label text="{constants.metadonnees_photo}" styleName="petit"/>
|
16 |
<g:Label text="{constants.metadonneesPhoto}" styleName="petit"/>
|
17 |
|
17 |
|
18 |
<br />
|
18 |
<br />
|
19 |
<g:Label text="{constants.observateur}" styleName="petit"/><g:Label ui:field="nomAuteur" />
|
19 |
<g:Label text="{constants.observateur}" styleName="petit"/><g:Label ui:field="nomAuteur" />
|
20 |
<g:Label text="{constants.date_observation}" styleName="petit"/>
|
20 |
<g:Label text="{constants.dateObservation}" styleName="petit"/>
|
21 |
<g:Label ui:field="dateObservation" />
|
21 |
<g:Label ui:field="dateObservation" />
|
Line 22... |
Line 22... |
22 |
<g:Label text="{constants.commentaires}" styleName="petit"/>
|
22 |
<g:Label text="{constants.commentaires}" styleName="petit"/>
|
23 |
<g:Label ui:field="famille"/>
|
23 |
<g:Label ui:field="famille"/>
|
Line 24... |
Line 24... |
24 |
|
24 |
|
25 |
<g:Label text="{constants.mots_clefs}" styleName="petit"/>
|
25 |
<g:Label text="{constants.motsClefs}" styleName="petit"/>
|
26 |
<g:Label ui:field="motsClefs"/>
|
26 |
<g:Label ui:field="motsClefs"/>
|
Line 27... |
Line 27... |
27 |
|
27 |
|
28 |
<br />
|
28 |
<br />
|
29 |
<g:Label text="{constants.valide_par}" styleName="petit"/>
|
29 |
<g:Label text="{constants.validePar}" styleName="petit"/>
|
Line 30... |
Line 30... |
30 |
<g:Label ui:field="validateurs"/>
|
30 |
<g:Label ui:field="validateurs"/>
|
31 |
|
31 |
|
32 |
<g:Label text="{constants.date_validation}" styleName="petit"/>
|
32 |
<g:Label text="{constants.dateValidation}" styleName="petit"/>
|
33 |
<g:Label ui:field="dateValidation"/>
|
33 |
<g:Label ui:field="dateValidation"/>
|
Line 34... |
Line 34... |
34 |
</g:HTMLPanel>
|
34 |
</g:HTMLPanel>
|
35 |
|
35 |
|
36 |
</g:VerticalPanel>
|
36 |
</g:VerticalPanel>
|
37 |
<g:VerticalPanel styleName="{style.photoComparee}">
|
37 |
<g:VerticalPanel styleName="{style.photoComparee}">
|
38 |
<g:Label text="{constants.image_eflore}" styleName="titre"/>
|
38 |
<g:Label text="{constants.imageEflore}" styleName="titre"/>
|
Line 39... |
Line 39... |
39 |
<g:Label text="{constants.image_eflore}" styleName="petit"/>
|
39 |
<g:Label text="{constants.imageEflore}" styleName="petit"/>
|
40 |
|
40 |
|
41 |
<g:Image ui:field="imageEflore" />
|
41 |
<g:Image ui:field="imageEflore" />
|
Line 42... |
Line 42... |
42 |
<g:HorizontalPanel styleName="{style.fleches}">
|
42 |
<g:HorizontalPanel styleName="{style.fleches}">
|
43 |
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' styleName="gauche"/>
|
43 |
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' styleName="gauche"/>
|
Line 44... |
Line 44... |
44 |
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' styleName="droite" />
|
44 |
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' styleName="droite" />
|
45 |
</g:HorizontalPanel>
|
45 |
</g:HorizontalPanel>
|
Line 46... |
Line 46... |
46 |
|
46 |
|
47 |
<g:HTMLPanel styleName="{style.meta}">
|
47 |
<g:HTMLPanel styleName="{style.meta}">
|
Line 48... |
Line 48... |
48 |
<g:Label text="{constants.metadonnees_photo}" styleName="titre"/>
|
48 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre"/>
|
49 |
<g:Label text="{constants.metadonnees_photo}" styleName="petit"/>
|
49 |
<g:Label text="{constants.metadonneesPhoto}" styleName="petit"/>
|
50 |
|
- |
|
51 |
<g:Label text="{constants.taxon}" styleName="petit"/>
|
50 |
|
52 |
<g:Label ui:field="nomEspeceEflore" />
|
- |
|
53 |
|
- |
|
54 |
<g:Label text="{constants.localite}" styleName="petit"/>
|
- |
|
55 |
<g:Label ui:field="localiteEflore"/>
|
51 |
<g:Label text="{constants.taxon}" styleName="petit"/>
|
56 |
|
52 |
<g:Label ui:field="nomEspeceEflore" />
|
57 |
<g:Label text="{constants.auteur}" styleName="petit"/>
|
53 |
|