69 |
benjamin |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
|
361 |
benjamin |
3 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
|
58 |
benjamin |
5 |
|
477 |
benjamin |
6 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
|
361 |
benjamin |
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
8 |
<ui:style src="comparaisonEflore.css" />
|
135 |
gduche |
9 |
|
361 |
benjamin |
10 |
<g:HorizontalPanel styleName="{style.zoneComparaison}">
|
655 |
gduche |
11 |
<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
|
361 |
benjamin |
12 |
<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
|
|
|
13 |
<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
|
|
|
14 |
<g:Image ui:field="imagePrincipale" />
|
58 |
benjamin |
15 |
|
361 |
benjamin |
16 |
<g:HTMLPanel styleName="{style.meta}">
|
|
|
17 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
|
|
|
18 |
<g:Label text="{constants.metadonneesPhoto}" styleName="petit" />
|
62 |
benjamin |
19 |
|
361 |
benjamin |
20 |
<br />
|
|
|
21 |
<g:Label text="{constants.observateur}" styleName="petit" />
|
|
|
22 |
<g:Label ui:field="nomAuteur" />
|
|
|
23 |
<g:Label text="{constants.dateObservation}" styleName="petit" />
|
|
|
24 |
<g:Label ui:field="dateObservation" />
|
|
|
25 |
<g:Label text="{constants.commentaires}" styleName="petit" />
|
|
|
26 |
<g:Label ui:field="famille" />
|
62 |
benjamin |
27 |
|
361 |
benjamin |
28 |
<g:Label text="{constants.motsClefs}" styleName="petit" />
|
|
|
29 |
<g:Label ui:field="motsClefs" />
|
62 |
benjamin |
30 |
|
361 |
benjamin |
31 |
<br />
|
|
|
32 |
<g:Label text="{constants.validePar}" styleName="petit" />
|
|
|
33 |
<g:Label ui:field="validateurs" />
|
|
|
34 |
|
|
|
35 |
<g:Label text="{constants.dateValidation}" styleName="petit" />
|
|
|
36 |
<g:Label ui:field="dateValidation" />
|
|
|
37 |
</g:HTMLPanel>
|
|
|
38 |
|
|
|
39 |
</g:VerticalPanel>
|
655 |
gduche |
40 |
<g:VerticalPanel styleName="{style.photoComparee} arrondi">
|
361 |
benjamin |
41 |
<g:VerticalPanel ui:field="panneauChargement">
|
|
|
42 |
<g:Image url="./img/wait.gif"></g:Image>
|
|
|
43 |
</g:VerticalPanel>
|
|
|
44 |
<g:Label text="{constants.imageEflore}" styleName="titre" />
|
|
|
45 |
<g:Label text="{constants.imageEflore}" styleName="petit" />
|
|
|
46 |
|
|
|
47 |
<g:Image ui:field="imageEflore" />
|
|
|
48 |
<g:HorizontalPanel styleName="{style.fleches}">
|
|
|
49 |
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
|
|
|
50 |
styleName="gauche" />
|
|
|
51 |
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
|
|
|
52 |
styleName="droite" />
|
50 |
benjamin |
53 |
</g:HorizontalPanel>
|
361 |
benjamin |
54 |
|
|
|
55 |
<g:HTMLPanel styleName="{style.meta}">
|
|
|
56 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
|
|
|
57 |
<g:Label text="{constants.metadonneesPhoto}" styleName="petit" />
|
|
|
58 |
|
|
|
59 |
<g:Label text="{constants.taxon}" styleName="petit" />
|
|
|
60 |
<g:Label ui:field="nomEspeceEflore" />
|
|
|
61 |
|
|
|
62 |
<g:Label text="{constants.localite}" styleName="petit" />
|
|
|
63 |
<g:Label ui:field="localiteEflore" />
|
|
|
64 |
|
|
|
65 |
<g:Label text="{constants.auteur}" styleName="petit" />
|
|
|
66 |
<g:Label ui:field="nomAuteurEflore" />
|
|
|
67 |
|
|
|
68 |
<g:Label text="{constants.transmisLe}" styleName="petit" />
|
|
|
69 |
<g:Label ui:field="dateObservationEflore" />
|
|
|
70 |
</g:HTMLPanel>
|
|
|
71 |
</g:VerticalPanel>
|
|
|
72 |
</g:HorizontalPanel>
|
50 |
benjamin |
73 |
</ui:UiBinder>
|