Subversion Repositories eFlore/Applications.del

Rev

Rev 655 | Rev 1064 | 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
 
361 benjamin 3
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
	xmlns:g='urn:import:com.google.gwt.user.client.ui'>
58 benjamin 5
 
477 benjamin 6
	<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
361 benjamin 7
	<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
8
	<ui:style src="comparaisonEflore.css" />
135 gduche 9
 
1062 benjamin 10
	<g:HTMLPanel >
11
	    <g:HTMLPanel ui:field="formulaireRecherche"  styleName="{style.zoneComparaison}" />
12
	<g:HorizontalPanel  styleName="{style.zoneComparaison}" >
13
 
655 gduche 14
		<g:VerticalPanel styleName="{style.photoPrincipale} arrondi">
361 benjamin 15
			<g:Label text="{constants.taxonADeterminer}" styleName="titre" />
16
			<g:Label text="{constants.taxonADeterminer}" styleName="petit" />
17
			<g:Image ui:field="imagePrincipale" />
58 benjamin 18
 
361 benjamin 19
			<g:HTMLPanel styleName="{style.meta}">
20
				<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
1062 benjamin 21
				<g:Label ui:field="nomAuteurTitre" text="{constants.observateur}" styleName="petit" />
361 benjamin 22
				<g:Label ui:field="nomAuteur" />
1062 benjamin 23
				<g:Label ui:field="dateObservationTitre" text="{constants.dateObservation}" styleName="petit" />
361 benjamin 24
				<g:Label ui:field="dateObservation" />
1062 benjamin 25
				<g:Label ui:field="familleTitre" text="{constants.famille}" styleName="petit" />
361 benjamin 26
				<g:Label ui:field="famille" />
1062 benjamin 27
				<g:Label ui:field="commentairesTitre" text="{constants.commentaires}" styleName="petit" />
28
				<g:Label ui:field="commentaires" />
29
				<g:Label ui:field="motsClefsTitre" text="{constants.motsClefs}" styleName="petit" />
361 benjamin 30
				<g:Label ui:field="motsClefs" />
1062 benjamin 31
				<g:Label ui:field="nomRetenuTitre" text="{constants.nomRetenu}" styleName="petit" />
32
				<g:Label ui:field="nomRetenu" />
33
				<g:Label ui:field="nomCommunTitre" styleName="petit" text="{constants.nomCommun}" />
34
				<g:Label ui:field="nomCommun" />
35
				<g:Label ui:field="localiteTitre" styleName="petit" text="{constants.lieuDuReleve}" />
36
				<g:Label ui:field="localite"  />
37
				<g:Label ui:field="milieuTitre" styleName="petit" text="{constants.milieu}" />
38
				<g:Label ui:field="milieu"/>
361 benjamin 39
			</g:HTMLPanel>
40
		</g:VerticalPanel>
1062 benjamin 41
 
655 gduche 42
		<g:VerticalPanel styleName="{style.photoComparee} arrondi">
361 benjamin 43
			<g:VerticalPanel ui:field="panneauChargement">
44
				<g:Image url="./img/wait.gif"></g:Image>
45
			</g:VerticalPanel>
46
			<g:Label text="{constants.imageEflore}" styleName="titre" />
1062 benjamin 47
			<g:Label ui:field="texteEflore" text="{constants.imageEflore}" styleName="petit" />
361 benjamin 48
 
49
			<g:Image ui:field="imageEflore" />
50
			<g:HorizontalPanel styleName="{style.fleches}">
51
				<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}'
1062 benjamin 52
					styleName="gauche" visible="false" />
361 benjamin 53
				<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}'
1062 benjamin 54
					styleName="droite" visible="false" />
50 benjamin 55
			</g:HorizontalPanel>
361 benjamin 56
 
1062 benjamin 57
			<g:HTMLPanel ui:field="metadonneesEflore" styleName="{style.meta}">
361 benjamin 58
				<g:Label text="{constants.metadonneesPhoto}" styleName="titre" />
59
 
60
				<g:Label text="{constants.taxon}" styleName="petit" />
61
				<g:Label ui:field="nomEspeceEflore" />
62
 
63
				<g:Label text="{constants.localite}" styleName="petit" />
64
				<g:Label ui:field="localiteEflore" />
65
 
66
				<g:Label text="{constants.auteur}" styleName="petit" />
67
				<g:Label ui:field="nomAuteurEflore" />
68
 
69
				<g:Label text="{constants.transmisLe}" styleName="petit" />
70
				<g:Label ui:field="dateObservationEflore" />
71
			</g:HTMLPanel>
72
		</g:VerticalPanel>
73
	</g:HorizontalPanel>
1062 benjamin 74
	</g:HTMLPanel>
50 benjamin 75
</ui:UiBinder>