Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
1196 gduche 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.composants.forum">
6
 
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
	<ui:style src="determinationVue.css" />
9
	<g:HTMLPanel styleName="{style.pageDetermination}">
10
		<g:HTMLPanel styleName="limiteMax">
1689 jpm 11
			<g:HTMLPanel styleName="{style.limiteZoneMenu}">
12
				<g:Hyperlink ui:field="lienRetour" styleName="lienRetour">Retour</g:Hyperlink>
13
				<g:Button ui:field="btnDepublierObs" text="{constants.depublierObs}" styleName="droite bouton {style.btnDepublierObs}" />
14
			</g:HTMLPanel>
15
			<g:HTMLPanel styleName="{style.limiteZoneMetadonnees}">
16
				<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}" />
17
			</g:HTMLPanel>
1196 gduche 18
		</g:HTMLPanel>
19
		<g:HTMLPanel styleName="contenuCentre">
20
			<g:HTMLPanel styleName="{style.zoneDetailImage}">
1689 jpm 21
				<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}" />
1196 gduche 22
			</g:HTMLPanel>
1689 jpm 23
			<g:HTMLPanel styleName="{style.zoneVote}">
1196 gduche 24
				<g:Label styleName="titre" text="{constants.titreDetermination}" />
25
				<g:HTMLPanel styleName="nettoyage {style.boutons}">
1689 jpm 26
					<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton" />
27
					<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton" />
28
					<g:HTMLPanel ui:field="zoneRss" styleName="droite {style.zonerss}"></g:HTMLPanel>
29
				</g:HTMLPanel>
30
 
31
				<g:HTMLPanel styleName="{style.taxonProbable}">
1196 gduche 32
					<g:Label styleName="gauche" text="{constants.determinationPlusProbable}" />
33
					<g:Label ui:field="nomTaxonProbable" styleName="gauche gras {style.nomTaxonProbable}"/>
1257 aurelien 34
					<g:Button ui:field="boutonValidationTaxon" text="{constants.accepter}" styleName="droite bouton {style.boutonValiderTaxon}"/>
1196 gduche 35
					<g:HTML><br /></g:HTML>
36
				</g:HTMLPanel>
1689 jpm 37
				<g:VerticalPanel ui:field="forum" />
38
				<g:HTMLPanel styleName="nettoyage {style.boutons}">
39
					<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton" />
40
					<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton" />
41
				</g:HTMLPanel>
42
			</g:HTMLPanel>
43
			<g:HTMLPanel styleName="{style.zoneOutils}">
44
				<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
45
				<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
46
 
47
				<g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
48
				<g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
49
 
50
				<g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
51
				<g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
52
				<g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
53
				<g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
54
			</g:HTMLPanel>
55
		</g:HTMLPanel>
1196 gduche 56
	</g:HTMLPanel>
57
</ui:UiBinder>