69 |
benjamin |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
|
135 |
gduche |
3 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'>
|
58 |
benjamin |
4 |
|
135 |
gduche |
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" />
|
|
|
7 |
<ui:style src="comparaisonEflore.css" />
|
|
|
8 |
<g:HorizontalPanel styleName="{style.zoneComparaison}">
|
|
|
9 |
<g:VerticalPanel styleName="{style.photoPrincipale}">
|
|
|
10 |
<g:Label text="{constants.taxon_a_determiner}" styleName="titre"/>
|
|
|
11 |
<g:Label text="{constants.taxon_a_determiner}" styleName="petit"/>
|
|
|
12 |
<g:Image ui:field="imagePrincipale" />
|
|
|
13 |
|
|
|
14 |
<g:HTMLPanel styleName="{style.meta}">
|
|
|
15 |
<g:Label text="{constants.metadonnees_photo}" styleName="titre"/>
|
|
|
16 |
<g:Label text="{constants.metadonnees_photo}" styleName="petit"/>
|
|
|
17 |
|
|
|
18 |
<br />
|
|
|
19 |
<g:Label text="{constants.observateur}" styleName="petit"/><g:Label ui:field="nomAuteur" />
|
|
|
20 |
<g:Label text="{constants.date_observation}" styleName="petit"/>
|
|
|
21 |
<g:Label ui:field="dateObservation" />
|
|
|
22 |
<g:Label text="{constants.commentaires}" styleName="petit"/>
|
|
|
23 |
<g:Label ui:field="famille"/>
|
|
|
24 |
|
|
|
25 |
<g:Label text="{constants.mots_clefs}" styleName="petit"/>
|
|
|
26 |
<g:Label ui:field="motsClefs"/>
|
58 |
benjamin |
27 |
|
135 |
gduche |
28 |
<br />
|
|
|
29 |
<g:Label text="{constants.valide_par}" styleName="petit"/>
|
|
|
30 |
<g:Label ui:field="validateurs"/>
|
|
|
31 |
|
|
|
32 |
<g:Label text="{constants.date_validation}" styleName="petit"/>
|
|
|
33 |
<g:Label ui:field="dateValidation"/>
|
|
|
34 |
</g:HTMLPanel>
|
|
|
35 |
|
|
|
36 |
</g:VerticalPanel>
|
|
|
37 |
<g:VerticalPanel styleName="{style.photoComparee}">
|
|
|
38 |
<g:Label text="{constants.image_eflore}" styleName="titre"/>
|
|
|
39 |
<g:Label text="{constants.image_eflore}" styleName="petit"/>
|
|
|
40 |
|
|
|
41 |
<g:Image ui:field="imageEflore" />
|
|
|
42 |
<g:HorizontalPanel styleName="{style.fleches}">
|
|
|
43 |
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' styleName="gauche"/>
|
|
|
44 |
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' styleName="droite" />
|
58 |
benjamin |
45 |
</g:HorizontalPanel>
|
135 |
gduche |
46 |
|
|
|
47 |
<g:HTMLPanel styleName="{style.meta}">
|
|
|
48 |
<g:Label text="{constants.metadonnees_photo}" styleName="titre"/>
|
|
|
49 |
<g:Label text="{constants.metadonnees_photo}" styleName="petit"/>
|
|
|
50 |
|
|
|
51 |
<g:Label text="{constants.taxon}" styleName="petit"/>
|
|
|
52 |
<g:Label ui:field="nomEspeceEflore" />
|
62 |
benjamin |
53 |
|
135 |
gduche |
54 |
<g:Label text="{constants.localite}" styleName="petit"/>
|
|
|
55 |
<g:Label ui:field="localiteEflore"/>
|
62 |
benjamin |
56 |
|
135 |
gduche |
57 |
<g:Label text="{constants.auteur}" styleName="petit"/>
|
|
|
58 |
<g:Label ui:field="nomAuteurEflore"/>
|
62 |
benjamin |
59 |
|
135 |
gduche |
60 |
<g:Label text="{constants.transmis_le}" styleName="petit"/>
|
|
|
61 |
<g:Label ui:field="dateObservationEflore"/>
|
|
|
62 |
|
|
|
63 |
</g:HTMLPanel>
|
|
|
64 |
|
|
|
65 |
|
|
|
66 |
|
50 |
benjamin |
67 |
</g:VerticalPanel>
|
|
|
68 |
</g:HorizontalPanel>
|
|
|
69 |
</ui:UiBinder>
|