Subversion Repositories eFlore/Applications.del

Rev

Rev 1067 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1067 Rev 1934
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
 
2
 
3
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
	xmlns:g='urn:import:com.google.gwt.user.client.ui'>
4
	xmlns:g='urn:import:com.google.gwt.user.client.ui'>
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" />
8
	<ui:style src="comparaisonEflore.css" />
8
	<ui:style src="comparaisonEflore.css" />
9
		
9
		
10
	<g:HTMLPanel >
10
	<g:HTMLPanel >
11
	    <g:HTMLPanel ui:field="formulaireRecherche"  styleName="{style.zoneComparaison}" />
11
	    <g:HTMLPanel ui:field="formulaireRecherche"  styleName="{style.zoneComparaison}" />
12
	<g:HorizontalPanel  styleName="{style.zoneComparaison}" >
12
	<g:HorizontalPanel  styleName="{style.zoneComparaison}" >
13
	    
13
	    
14
		<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
14
		<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
15
			<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
15
			<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
16
			<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
16
			<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
17
			<g:Image ui:field="imagePrincipale" />
17
			<g:Image ui:field="imagePrincipale" />
18
 
18
 
19
			<g:HTMLPanel styleName="{style.meta}">
19
			<g:HTMLPanel styleName="{style.meta}">
20
				<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
20
				<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
21
				<g:Label ui:field="nomAuteurTitre" 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 ui:field="dateObservationTitre" 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 ui:field="familleTitre" text="{constants.famille}" 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
				<g:Label ui:field="commentairesTitre" text="{constants.commentaires}" styleName="petit" />
28
				<g:Label ui:field="commentaires" />
28
				<g:Label ui:field="commentaires" />
29
				<g:Label ui:field="motsClefsTitre" text="{constants.motsClefs}" styleName="petit" />
29
				<g:Label ui:field="motsClefsTitre" text="{constants.motsClefs}" styleName="petit" />
30
				<g:Label ui:field="motsClefs" />
30
				<g:Label ui:field="motsClefs" />
31
				<g:Label ui:field="nomRetenuTitre" text="{constants.nomRetenu}" styleName="petit" />
31
				<g:Label ui:field="nomRetenuTitre" text="{constants.nomRetenu}" styleName="petit" />
32
				<g:Label ui:field="nomRetenu" />
32
				<g:Label ui:field="nomRetenu" />
33
				<g:Label ui:field="nomCommunTitre" styleName="petit" text="{constants.nomCommun}" />
33
				<g:Label ui:field="nomCommunTitre" styleName="petit" text="{constants.nomCommun}" />
34
				<g:Label ui:field="nomCommun" />
34
				<g:Label ui:field="nomCommun" />
35
				<g:Label ui:field="localiteTitre" styleName="petit" text="{constants.lieuDuReleve}" />
35
				<g:Label ui:field="localiteTitre" styleName="petit" text="{constants.lieuDuReleve}" />
36
				<g:Label ui:field="localite"  />
36
				<g:Label ui:field="localite"  />
37
				<g:Label ui:field="milieuTitre" styleName="petit" text="{constants.milieu}" />
37
				<g:Label ui:field="milieuTitre" styleName="petit" text="{constants.milieu}" />
38
				<g:Label ui:field="milieu"/>
38
				<g:Label ui:field="milieu"/>
39
			</g:HTMLPanel>
39
			</g:HTMLPanel>
40
		</g:VerticalPanel>
40
		</g:VerticalPanel>
41
		
41
		
42
		<g:VerticalPanel styleName="{style.photoComparee} arrondi">
42
		<g:VerticalPanel styleName="{style.photoComparee} arrondi">
43
			
43
			
44
			<g:Label text="{constants.imageEflore}" styleName="titre" />
44
			<g:Label text="{constants.imageEflore}" styleName="titre" />
45
			<g:Label ui:field="texteEflore" text="{constants.imageEflore}" styleName="petit" />
45
			<g:Label ui:field="texteEflore" text="{constants.imageEflore}" styleName="petit" />
46
			
46
			
47
 
47
 
48
			<g:Image ui:field="imageEflore" />
48
			<g:Image ui:field="imageEflore" />
49
			<g:VerticalPanel ui:field="panneauChargement" styleName="{style.panneauChargement}" >
49
			<g:VerticalPanel ui:field="panneauChargement" styleName="{style.panneauChargement}" >
50
				<g:Image url="./img/wait.gif" ></g:Image>
50
				<g:Image url="./img/wait.gif" ></g:Image>
51
			</g:VerticalPanel>
51
			</g:VerticalPanel>
52
			<g:HorizontalPanel styleName="{style.fleches}">
52
			<g:HorizontalPanel styleName="{style.fleches}">
53
				<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
53
				<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
54
					styleName="gauche" visible="false" />
54
					styleName="gauche" visible="false" />
55
				<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
55
				<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
56
					styleName="droite" visible="false" />
56
					styleName="droite" visible="false" />
57
			</g:HorizontalPanel>
57
			</g:HorizontalPanel>
58
 
58
 
59
			<g:HTMLPanel ui:field="metadonneesEflore" styleName="{style.meta}">
59
			<g:HTMLPanel ui:field="metadonneesEflore" styleName="{style.meta}">
60
				<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
60
				<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
61
 
61
 
62
				<g:Label text="{constants.taxon}" styleName="petit" />
62
				<g:Label text="{constants.taxon}" styleName="petit" />
63
				<g:Label ui:field="nomEspeceEflore" />
63
				<g:Label ui:field="nomEspeceEflore" />
64
 
64
 
65
				<g:Label text="{constants.localite}" styleName="petit" />
65
				<g:Label text="{constants.localite}" styleName="petit" />
66
				<g:Label ui:field="localiteEflore" />
66
				<g:Label ui:field="localiteEflore" />
67
 
67
 
68
				<g:Label text="{constants.auteur}" styleName="petit" />
68
				<g:Label text="{constants.auteur}" styleName="petit" />
69
				<g:Label ui:field="nomAuteurEflore" />
69
				<g:Label ui:field="nomAuteurEflore" />
70
 
70
 
71
				<g:Label text="{constants.transmisLe}" styleName="petit" />
71
				<g:Label text="{constants.publieLe}" styleName="petit" />
72
				<g:Label ui:field="dateObservationEflore" />
72
				<g:Label ui:field="dateObservationEflore" />
73
			</g:HTMLPanel>
73
			</g:HTMLPanel>
74
		</g:VerticalPanel>
74
		</g:VerticalPanel>
75
	</g:HorizontalPanel>
75
	</g:HorizontalPanel>
76
	</g:HTMLPanel>
76
	</g:HTMLPanel>
77
</ui:UiBinder>
77
</ui:UiBinder>