Subversion Repositories eFlore/Applications.del

Rev

Rev 1257 | 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">
11
			<g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
12
			<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
13
		</g:HTMLPanel>
14
		<g:HTMLPanel styleName="contenuCentre">
15
			<g:HTMLPanel styleName="{style.zoneDetailImage}">
16
				<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
17
			</g:HTMLPanel>
18
		    <g:HTMLPanel styleName="{style.zoneVote}">
19
				<g:Label styleName="titre" text="{constants.titreDetermination}" />
20
				<g:HTMLPanel styleName="nettoyage {style.boutons}">
21
		    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
22
		    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
23
		    		<g:HTMLPanel ui:field="zoneRss" styleName="droite {style.zonerss}"></g:HTMLPanel>
24
		    	</g:HTMLPanel>
25
 
26
		    	<g:HTMLPanel styleName="{style.taxonProbable}">
27
					<g:Label styleName="gauche" text="{constants.determinationPlusProbable}" />
28
					<g:Label ui:field="nomTaxonProbable" styleName="gauche gras {style.nomTaxonProbable}"/>
1257 aurelien 29
					<g:Button ui:field="boutonValidationTaxon" text="{constants.accepter}" styleName="droite bouton {style.boutonValiderTaxon}"/>
1196 gduche 30
					<g:HTML><br /></g:HTML>
31
				</g:HTMLPanel>
32
		    	<g:VerticalPanel ui:field="forum" />
33
		    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
34
		    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton"  />
35
		    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton"  />
36
		    	</g:HTMLPanel>
37
		    </g:HTMLPanel>
38
		    <g:HTMLPanel styleName="{style.zoneOutils}">
39
		    	<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
40
		    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
41
 
42
		    	<g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
43
		    	<g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
44
 
45
		    	<g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
46
		    	<g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
47
		    	<g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
48
		    	<g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
49
 
50
		    </g:HTMLPanel>
51
	   </g:HTMLPanel>
52
	</g:HTMLPanel>
53
 
54
</ui:UiBinder>