Subversion Repositories eFlore/Applications.del

Rev

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

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