Subversion Repositories eFlore/Applications.del

Rev

Rev 50 | Rev 62 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
50 benjamin 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
2
	xmlns:g='urn:import:com.google.gwt.user.client.ui'>
58 benjamin 3
 
50 benjamin 4
	<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
58 benjamin 5
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
 
50 benjamin 7
	<g:HTMLPanel>
8
		<g:VerticalPanel>
9
			<g:HorizontalPanel>
10
				<g:VerticalPanel>
58 benjamin 11
				<g:Label text="{constants.taxon_a_determiner} : " />
12
					<g:HorizontalPanel>
13
						<g:Image ui:field="imagePrincipale" />
14
					</g:HorizontalPanel>
15
					<g:HorizontalPanel>
16
						<g:Label text="{constants.nom_retenu} : " />
17
						<g:Label ui:field="nomEspece">Nom</g:Label>
18
					</g:HorizontalPanel>
19
					<g:HorizontalPanel>
20
						<g:Label text="{constants.observateur} : " />
21
						<g:Label ui:field="nomAuteur">Auteur</g:Label>
22
					</g:HorizontalPanel>
23
					<g:HorizontalPanel>
24
						<g:Label text="{constants.date_observation} : " />
25
						<g:Label ui:field="dateObservation">Date</g:Label>
26
					</g:HorizontalPanel>
27
					<g:HorizontalPanel>
28
						<g:Label text="{constants.famille} : " />
29
						<g:Label ui:field="famille">Famille</g:Label>
30
					</g:HorizontalPanel>
31
					<g:HorizontalPanel>
32
						<g:Label text="{constants.localite} : " />
33
						<g:Label ui:field="localite">Localite</g:Label>
34
					</g:HorizontalPanel>
50 benjamin 35
				</g:VerticalPanel>
36
				<g:VerticalPanel>
58 benjamin 37
					<g:Label text="{constants.image_eflore} : " />
50 benjamin 38
					<g:HorizontalPanel>
58 benjamin 39
						<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' />
50 benjamin 40
						<g:Image ui:field="imageEflore" />
41
						<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' />
42
					</g:HorizontalPanel>
58 benjamin 43
					<g:HorizontalPanel>
44
						<g:Label text="{constants.nom_retenu} : " />
45
						<g:Label ui:field="nomEspeceEflore">Nom</g:Label>
46
					</g:HorizontalPanel>
47
					<g:HorizontalPanel>
48
						<g:Label text="{constants.observateur} : " />
49
						<g:Label ui:field="nomAuteurEflore">Auteur</g:Label>
50
					</g:HorizontalPanel>
51
					<g:HorizontalPanel>
52
						<g:Label text="{constants.localite} : " />
53
						<g:Label ui:field="localiteEflore">Localite</g:Label>
54
						<g:Label ui:field="dateObservationEflore">Date</g:Label>
55
					</g:HorizontalPanel>
50 benjamin 56
				</g:VerticalPanel>
57
			</g:HorizontalPanel>
58
		</g:VerticalPanel>
59
	</g:HTMLPanel>
60
</ui:UiBinder>