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 |
|
1062 |
benjamin |
10 |
<g:HTMLPanel >
|
|
|
11 |
<g:HTMLPanel ui:field="formulaireRecherche" styleName="{style.zoneComparaison}" />
|
|
|
12 |
<g:HorizontalPanel styleName="{style.zoneComparaison}" >
|
|
|
13 |
|
655 |
gduche |
14 |
<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
|
361 |
benjamin |
15 |
<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
|
|
|
16 |
<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
|
|
|
17 |
<g:Image ui:field="imagePrincipale" />
|
58 |
benjamin |
18 |
|
361 |
benjamin |
19 |
<g:HTMLPanel styleName="{style.meta}">
|
|
|
20 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
|
1062 |
benjamin |
21 |
<g:Label ui:field="nomAuteurTitre" text="{constants.observateur}" styleName="petit" />
|
361 |
benjamin |
22 |
<g:Label ui:field="nomAuteur" />
|
1062 |
benjamin |
23 |
<g:Label ui:field="dateObservationTitre" text="{constants.dateObservation}" styleName="petit" />
|
361 |
benjamin |
24 |
<g:Label ui:field="dateObservation" />
|
1062 |
benjamin |
25 |
<g:Label ui:field="familleTitre" text="{constants.famille}" styleName="petit" />
|
361 |
benjamin |
26 |
<g:Label ui:field="famille" />
|
1062 |
benjamin |
27 |
<g:Label ui:field="commentairesTitre" text="{constants.commentaires}" styleName="petit" />
|
|
|
28 |
<g:Label ui:field="commentaires" />
|
|
|
29 |
<g:Label ui:field="motsClefsTitre" text="{constants.motsClefs}" styleName="petit" />
|
361 |
benjamin |
30 |
<g:Label ui:field="motsClefs" />
|
1062 |
benjamin |
31 |
<g:Label ui:field="nomRetenuTitre" text="{constants.nomRetenu}" styleName="petit" />
|
|
|
32 |
<g:Label ui:field="nomRetenu" />
|
|
|
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}" />
|
|
|
36 |
<g:Label ui:field="localite" />
|
|
|
37 |
<g:Label ui:field="milieuTitre" styleName="petit" text="{constants.milieu}" />
|
|
|
38 |
<g:Label ui:field="milieu"/>
|
361 |
benjamin |
39 |
</g:HTMLPanel>
|
|
|
40 |
</g:VerticalPanel>
|
1062 |
benjamin |
41 |
|
655 |
gduche |
42 |
<g:VerticalPanel styleName="{style.photoComparee} arrondi">
|
1064 |
benjamin |
43 |
|
361 |
benjamin |
44 |
<g:Label text="{constants.imageEflore}" styleName="titre" />
|
1062 |
benjamin |
45 |
<g:Label ui:field="texteEflore" text="{constants.imageEflore}" styleName="petit" />
|
1064 |
benjamin |
46 |
|
361 |
benjamin |
47 |
|
|
|
48 |
<g:Image ui:field="imageEflore" />
|
1067 |
benjamin |
49 |
<g:VerticalPanel ui:field="panneauChargement" styleName="{style.panneauChargement}" >
|
|
|
50 |
<g:Image url="./img/wait.gif" ></g:Image>
|
1064 |
benjamin |
51 |
</g:VerticalPanel>
|
361 |
benjamin |
52 |
<g:HorizontalPanel styleName="{style.fleches}">
|
|
|
53 |
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
|
1062 |
benjamin |
54 |
styleName="gauche" visible="false" />
|
361 |
benjamin |
55 |
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
|
1062 |
benjamin |
56 |
styleName="droite" visible="false" />
|
50 |
benjamin |
57 |
</g:HorizontalPanel>
|
361 |
benjamin |
58 |
|
1062 |
benjamin |
59 |
<g:HTMLPanel ui:field="metadonneesEflore" styleName="{style.meta}">
|
361 |
benjamin |
60 |
<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
|
|
|
61 |
|
|
|
62 |
<g:Label text="{constants.taxon}" styleName="petit" />
|
|
|
63 |
<g:Label ui:field="nomEspeceEflore" />
|
|
|
64 |
|
|
|
65 |
<g:Label text="{constants.localite}" styleName="petit" />
|
|
|
66 |
<g:Label ui:field="localiteEflore" />
|
|
|
67 |
|
|
|
68 |
<g:Label text="{constants.auteur}" styleName="petit" />
|
|
|
69 |
<g:Label ui:field="nomAuteurEflore" />
|
|
|
70 |
|
1934 |
aurelien |
71 |
<g:Label text="{constants.publieLe}" styleName="petit" />
|
361 |
benjamin |
72 |
<g:Label ui:field="dateObservationEflore" />
|
|
|
73 |
</g:HTMLPanel>
|
|
|
74 |
</g:VerticalPanel>
|
|
|
75 |
</g:HorizontalPanel>
|
1062 |
benjamin |
76 |
</g:HTMLPanel>
|
50 |
benjamin |
77 |
</ui:UiBinder>
|