Subversion Repositories eFlore/Applications.del

Rev

Rev 69 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 69 Rev 135
Line 1... Line 1...
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">
Line 2... Line 2...
2
 
2
 
3
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
-
 
Line 4... Line 3...
4
	xmlns:g='urn:import:com.google.gwt.user.client.ui'>
3
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'>
5
 
4
 
6
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
-
 
7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
-
 
8
 
5
<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
9
	<g:HTMLPanel>
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
10
		<g:VerticalPanel>
7
<ui:style src="comparaisonEflore.css" />
11
			<g:HorizontalPanel>
8
<g:HorizontalPanel styleName="{style.zoneComparaison}">
12
				<g:VerticalPanel>
-
 
13
					<g:Label text="{constants.taxon_a_determiner} : " />
9
	<g:VerticalPanel styleName="{style.photoPrincipale}">
14
 
10
		<g:Label text="{constants.taxon_a_determiner}" styleName="titre"/>
15
					<g:HorizontalPanel>
-
 
16
						<g:Image ui:field="imagePrincipale" />
-
 
17
					</g:HorizontalPanel>
11
		<g:Label text="{constants.taxon_a_determiner}" styleName="petit"/>
18
					<g:HTML>
-
 
19
						<br />
12
		<g:Image ui:field="imagePrincipale" />
20
					</g:HTML>
13
		
21
					<g:HorizontalPanel>
-
 
22
						<g:Label text="{constants.metadonnees_photo} : " />
-
 
23
					</g:HorizontalPanel>
-
 
24
					<g:HTML>
-
 
25
						<br />
-
 
26
					</g:HTML>
14
		<g:HTMLPanel styleName="{style.meta}">
27
					<g:HorizontalPanel>
-
 
28
						<g:Label text="{constants.observateur} : " />
-
 
29
						<g:HTML>&nbsp;
-
 
30
						</g:HTML>
15
			<g:Label text="{constants.metadonnees_photo}" styleName="titre"/>
31
						<g:Label ui:field="nomAuteur"></g:Label>
16
			<g:Label text="{constants.metadonnees_photo}" styleName="petit"/>
32
 
17
			
33
					</g:HorizontalPanel>
-
 
34
					<g:Label text="----------------" />
18
			<br />
35
					<g:HorizontalPanel>
-
 
36
						<g:Label text="{constants.date_observation} : " />
-
 
37
						<g:HTML>&nbsp;
19
			<g:Label text="{constants.observateur}" styleName="petit"/><g:Label ui:field="nomAuteur" />
38
						</g:HTML>
-
 
39
						<g:Label ui:field="dateObservation"></g:Label>
-
 
40
 
-
 
41
					</g:HorizontalPanel>
-
 
42
					<g:Label text="----------------" />
20
			<g:Label text="{constants.date_observation}" styleName="petit"/>
43
					<g:HorizontalPanel>
-
 
44
						<g:Label text="{constants.commentaires} : " />
-
 
45
						<g:HTML>&nbsp;
21
			<g:Label ui:field="dateObservation" />
46
						</g:HTML>
-
 
47
						<g:Label ui:field="famille"></g:Label>
-
 
-
 
22
			<g:Label text="{constants.commentaires}" styleName="petit"/>
48
					</g:HorizontalPanel>
23
			<g:Label ui:field="famille"/>
49
					<g:HorizontalPanel>
-
 
50
						<g:Label text="{constants.mots_clefs} : " />
-
 
51
						<g:HTML>&nbsp;
24
		
52
						</g:HTML>
-
 
-
 
25
			<g:Label text="{constants.mots_clefs}" styleName="petit"/>
53
						<g:Label ui:field="motsClefs"></g:Label>
26
			<g:Label ui:field="motsClefs"/>
54
					</g:HorizontalPanel>
27
 
55
					<g:HorizontalPanel>
-
 
56
						<g:Label text="{constants.valide_par} : " />
-
 
57
						<g:HTML>&nbsp;
28
			<br />
58
						</g:HTML>
-
 
59
						<g:Label ui:field="validateurs"></g:Label>
-
 
-
 
29
			<g:Label text="{constants.valide_par}" styleName="petit"/>
60
					</g:HorizontalPanel>
30
			<g:Label ui:field="validateurs"/>
61
					<g:HorizontalPanel>
-
 
62
						<g:Label text="{constants.date_validation} : " />
-
 
63
						<g:HTML>&nbsp;
31
		
64
						</g:HTML>
32
			<g:Label text="{constants.date_validation}" styleName="petit"/>
-
 
33
			<g:Label ui:field="dateValidation"/>
65
						<g:Label ui:field="dateValidation"></g:Label>
34
		</g:HTMLPanel>
66
					</g:HorizontalPanel>
35
		
67
				</g:VerticalPanel>
36
	</g:VerticalPanel>
68
				<g:VerticalPanel>
-
 
69
					<g:Label text="{constants.image_eflore} : " />
37
	<g:VerticalPanel  styleName="{style.photoComparee}">
-
 
38
					<g:Label text="{constants.image_eflore}" styleName="titre"/>
70
					<g:HorizontalPanel>
39
					<g:Label text="{constants.image_eflore}" styleName="petit"/>
-
 
40
					
-
 
41
						<g:Image ui:field="imageEflore" />
71
						<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' />
42
					<g:HorizontalPanel styleName="{style.fleches}">
72
						<g:Image ui:field="imageEflore" />
43
						<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' styleName="gauche"/>
73
						<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' />
-
 
74
					</g:HorizontalPanel>
44
						<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' styleName="droite" />
75
					<g:HTML>
-
 
76
						<br />
45
					</g:HorizontalPanel>
77
					</g:HTML>
46
					
78
					<g:HorizontalPanel>
47
					<g:HTMLPanel styleName="{style.meta}">
79
						<g:Label text="{constants.metadonnees_photo} : " />
-
 
80
					</g:HorizontalPanel>
48
							<g:Label text="{constants.metadonnees_photo}" styleName="titre"/>
81
					<g:HTML>
-
 
82
						<br />
-
 
83
					</g:HTML>
49
							<g:Label text="{constants.metadonnees_photo}" styleName="petit"/>
84
					<g:HorizontalPanel>
-
 
85
						<g:Label text="{constants.taxon} : " />
-
 
86
						<g:HTML>&nbsp;
50
					
87
						</g:HTML>
-
 
88
						<g:Label ui:field="nomEspeceEflore"></g:Label>
-
 
-
 
51
							<g:Label text="{constants.taxon}" styleName="petit"/>
89
					</g:HorizontalPanel>
52
							<g:Label ui:field="nomEspeceEflore" />
90
					<g:HorizontalPanel>
-
 
91
						<g:Label text="{constants.localite} : " />
-
 
92
						<g:HTML>&nbsp;
53
 
93
						</g:HTML>
-
 
94
						<g:Label ui:field="localiteEflore"></g:Label>
-
 
-
 
54
							<g:Label text="{constants.localite}" styleName="petit"/>
95
					</g:HorizontalPanel>
55
							<g:Label ui:field="localiteEflore"/>
96
					<g:HorizontalPanel>
-
 
97
						<g:Label text="{constants.auteur} : " />
-
 
98
						<g:HTML>&nbsp;
56
 
99
						</g:HTML>
-
 
100
						<g:Label ui:field="nomAuteurEflore"></g:Label>
-
 
-
 
57
							<g:Label text="{constants.auteur}" styleName="petit"/>
101
					</g:HorizontalPanel>
58
							<g:Label ui:field="nomAuteurEflore"/>
102
					<g:HorizontalPanel>
-
 
103
						<g:Label text="{constants.transmis_le} : " />
-
 
104
						<g:HTML>&nbsp;
59
 
-
 
60
							<g:Label text="{constants.transmis_le}" styleName="petit"/>
105
						</g:HTML>
61
							<g:Label ui:field="dateObservationEflore"/>
-
 
62
						
-
 
63
					</g:HTMLPanel>
Line 106... Line 64...
106
						<g:Label ui:field="dateObservationEflore"></g:Label>
64
						
107
					</g:HorizontalPanel>
65
 
108
 
-
 
109
				</g:VerticalPanel>
-
 
110
			</g:HorizontalPanel>
66