Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
69 benjamin 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
 
135 gduche 3
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui'>
58 benjamin 4
 
135 gduche 5
<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
<ui:style src="comparaisonEflore.css" />
8
<g:HorizontalPanel styleName="{style.zoneComparaison}">
9
	<g:VerticalPanel styleName="{style.photoPrincipale}">
223 gduche 10
		<g:Label text="{constants.taxonADeterminer}" styleName="titre"/>
11
		<g:Label text="{constants.taxonADeterminer}" styleName="petit"/>
135 gduche 12
		<g:Image ui:field="imagePrincipale" />
13
 
14
		<g:HTMLPanel styleName="{style.meta}">
223 gduche 15
			<g:Label text="{constants.metadonneesPhoto}" styleName="titre"/>
16
			<g:Label text="{constants.metadonneesPhoto}" styleName="petit"/>
135 gduche 17
 
18
			<br />
19
			<g:Label text="{constants.observateur}" styleName="petit"/><g:Label ui:field="nomAuteur" />
223 gduche 20
			<g:Label text="{constants.dateObservation}" styleName="petit"/>
135 gduche 21
			<g:Label ui:field="dateObservation" />
22
			<g:Label text="{constants.commentaires}" styleName="petit"/>
23
			<g:Label ui:field="famille"/>
24
 
223 gduche 25
			<g:Label text="{constants.motsClefs}" styleName="petit"/>
135 gduche 26
			<g:Label ui:field="motsClefs"/>
58 benjamin 27
 
135 gduche 28
			<br />
223 gduche 29
			<g:Label text="{constants.validePar}" styleName="petit"/>
135 gduche 30
			<g:Label ui:field="validateurs"/>
31
 
223 gduche 32
			<g:Label text="{constants.dateValidation}" styleName="petit"/>
135 gduche 33
			<g:Label ui:field="dateValidation"/>
34
		</g:HTMLPanel>
35
 
36
	</g:VerticalPanel>
37
	<g:VerticalPanel  styleName="{style.photoComparee}">
223 gduche 38
					<g:Label text="{constants.imageEflore}" styleName="titre"/>
39
					<g:Label text="{constants.imageEflore}" styleName="petit"/>
135 gduche 40
 
41
						<g:Image ui:field="imageEflore" />
42
					<g:HorizontalPanel styleName="{style.fleches}">
43
						<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' styleName="gauche"/>
44
						<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' styleName="droite" />
58 benjamin 45
					</g:HorizontalPanel>
135 gduche 46
 
47
					<g:HTMLPanel styleName="{style.meta}">
223 gduche 48
							<g:Label text="{constants.metadonneesPhoto}" styleName="titre"/>
49
							<g:Label text="{constants.metadonneesPhoto}" styleName="petit"/>
135 gduche 50
 
51
							<g:Label text="{constants.taxon}" styleName="petit"/>
52
							<g:Label ui:field="nomEspeceEflore" />
62 benjamin 53
 
135 gduche 54
							<g:Label text="{constants.localite}" styleName="petit"/>
55
							<g:Label ui:field="localiteEflore"/>
62 benjamin 56
 
135 gduche 57
							<g:Label text="{constants.auteur}" styleName="petit"/>
58
							<g:Label ui:field="nomAuteurEflore"/>
62 benjamin 59
 
223 gduche 60
							<g:Label text="{constants.transmisLe}" styleName="petit"/>
135 gduche 61
							<g:Label ui:field="dateObservationEflore"/>
62
					</g:HTMLPanel>
50 benjamin 63
				</g:VerticalPanel>
64
			</g:HorizontalPanel>
65
</ui:UiBinder>