Line 5... |
Line 5... |
5 |
|
5 |
|
6 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
|
6 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
Line -... |
Line 8... |
- |
|
8 |
<ui:style src="comparaisonEflore.css" />
|
- |
|
9 |
|
8 |
<ui:style src="comparaisonEflore.css" />
|
10 |
<g:HTMLPanel >
|
- |
|
11 |
<g:HTMLPanel ui:field="formulaireRecherche" styleName="{style.zoneComparaison}" />
|
9 |
|
12 |
<g:HorizontalPanel styleName="{style.zoneComparaison}" >
|
10 |
<g:HorizontalPanel styleName="{style.zoneComparaison}">
|
13 |
|
11 |
<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
|
14 |
<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
|
12 |
<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
|
15 |
<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
|
Line 13... |
Line 16... |
13 |
<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
|
16 |
<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
|
14 |
<g:Image ui:field="imagePrincipale" />
|
17 |
<g:Image ui:field="imagePrincipale" />
|
15 |
|
- |
|
16 |
<g:HTMLPanel styleName="{style.meta}">
|
- |
|
17 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
|
- |
|
18 |
<g:Label text="{constants.metadonneesPhoto}" styleName="petit" />
|
18 |
|
19 |
|
19 |
<g:HTMLPanel styleName="{style.meta}">
|
20 |
<br />
|
20 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
|
21 |
<g:Label text="{constants.observateur}" styleName="petit" />
|
21 |
<g:Label ui:field="nomAuteurTitre" text="{constants.observateur}" styleName="petit" />
|
22 |
<g:Label ui:field="nomAuteur" />
|
22 |
<g:Label ui:field="nomAuteur" />
|
23 |
<g:Label text="{constants.dateObservation}" styleName="petit" />
|
23 |
<g:Label ui:field="dateObservationTitre" text="{constants.dateObservation}" styleName="petit" />
|
24 |
<g:Label ui:field="dateObservation" />
|
- |
|
- |
|
24 |
<g:Label ui:field="dateObservation" />
|
- |
|
25 |
<g:Label ui:field="familleTitre" text="{constants.famille}" styleName="petit" />
|
25 |
<g:Label text="{constants.commentaires}" styleName="petit" />
|
26 |
<g:Label ui:field="famille" />
|
26 |
<g:Label ui:field="famille" />
|
27 |
<g:Label ui:field="commentairesTitre" text="{constants.commentaires}" styleName="petit" />
|
27 |
|
- |
|
- |
|
28 |
<g:Label ui:field="commentaires" />
|
28 |
<g:Label text="{constants.motsClefs}" styleName="petit" />
|
29 |
<g:Label ui:field="motsClefsTitre" text="{constants.motsClefs}" styleName="petit" />
|
29 |
<g:Label ui:field="motsClefs" />
|
30 |
<g:Label ui:field="motsClefs" />
|
30 |
|
31 |
<g:Label ui:field="nomRetenuTitre" text="{constants.nomRetenu}" styleName="petit" />
|
31 |
<br />
|
- |
|
32 |
<g:Label text="{constants.validePar}" styleName="petit" />
|
32 |
<g:Label ui:field="nomRetenu" />
|
33 |
<g:Label ui:field="validateurs" />
|
33 |
<g:Label ui:field="nomCommunTitre" styleName="petit" text="{constants.nomCommun}" />
|
- |
|
34 |
<g:Label ui:field="nomCommun" />
|
- |
|
35 |
<g:Label ui:field="localiteTitre" styleName="petit" text="{constants.lieuDuReleve}" />
|
34 |
|
36 |
<g:Label ui:field="localite" />
|
35 |
<g:Label text="{constants.dateValidation}" styleName="petit" />
|
- |
|
36 |
<g:Label ui:field="dateValidation" />
|
37 |
<g:Label ui:field="milieuTitre" styleName="petit" text="{constants.milieu}" />
|
- |
|
38 |
<g:Label ui:field="milieu"/>
|
37 |
</g:HTMLPanel>
|
39 |
</g:HTMLPanel>
|
38 |
|
40 |
</g:VerticalPanel>
|
39 |
</g:VerticalPanel>
|
41 |
|
40 |
<g:VerticalPanel styleName="{style.photoComparee} arrondi">
|
42 |
<g:VerticalPanel styleName="{style.photoComparee} arrondi">
|
41 |
<g:VerticalPanel ui:field="panneauChargement">
|
43 |
<g:VerticalPanel ui:field="panneauChargement">
|
42 |
<g:Image url="./img/wait.gif"></g:Image>
|
44 |
<g:Image url="./img/wait.gif"></g:Image>
|
Line 43... |
Line 45... |
43 |
</g:VerticalPanel>
|
45 |
</g:VerticalPanel>
|
44 |
<g:Label text="{constants.imageEflore}" styleName="titre" />
|
46 |
<g:Label text="{constants.imageEflore}" styleName="titre" />
|
45 |
<g:Label text="{constants.imageEflore}" styleName="petit" />
|
47 |
<g:Label ui:field="texteEflore" text="{constants.imageEflore}" styleName="petit" />
|
46 |
|
48 |
|
47 |
<g:Image ui:field="imageEflore" />
|
49 |
<g:Image ui:field="imageEflore" />
|
48 |
<g:HorizontalPanel styleName="{style.fleches}">
|
50 |
<g:HorizontalPanel styleName="{style.fleches}">
|
49 |
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
|
51 |
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
|
Line 50... |
Line 52... |
50 |
styleName="gauche" />
|
52 |
styleName="gauche" visible="false" />
|
51 |
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
|
53 |
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
|
52 |
styleName="droite" />
|
- |
|
Line 53... |
Line 54... |
53 |
</g:HorizontalPanel>
|
54 |
styleName="droite" visible="false" />
|
54 |
|
55 |
</g:HorizontalPanel>
|
Line 55... |
Line 56... |
55 |
<g:HTMLPanel styleName="{style.meta}">
|
56 |
|
Line 68... |
Line 69... |
68 |
<g:Label text="{constants.transmisLe}" styleName="petit" />
|
69 |
<g:Label text="{constants.transmisLe}" styleName="petit" />
|
69 |
<g:Label ui:field="dateObservationEflore" />
|
70 |
<g:Label ui:field="dateObservationEflore" />
|
70 |
</g:HTMLPanel>
|
71 |
</g:HTMLPanel>
|
71 |
</g:VerticalPanel>
|
72 |
</g:VerticalPanel>
|
72 |
</g:HorizontalPanel>
|
73 |
</g:HorizontalPanel>
|
- |
|
74 |
</g:HTMLPanel>
|
73 |
</ui:UiBinder>
|
75 |
</ui:UiBinder>
|