Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1092 Rev 1104
Line 7... Line 7...
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
	<ui:style src="determinationVue.css" />
8
	<ui:style src="determinationVue.css" />
9
	<g:HTMLPanel styleName="limiteMin">
9
	<g:HTMLPanel styleName="limiteMin">
10
		<g:HTMLPanel>
10
		<g:HTMLPanel>
11
			<g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
11
			<g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
12
			<g:Label text="{constants.titrePlateformeDetermination}" styleName="titre"/>
-
 
13
			<g:HTMLPanel ui:field="metadonnees" />
12
			<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
14
		</g:HTMLPanel>
13
		</g:HTMLPanel>
15
		<g:HTMLPanel styleName="{style.zoneDetailImage}">
14
		<g:HTMLPanel styleName="{style.zoneDetailImage}">
-
 
15
			
16
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
16
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
-
 
17
			<g:Label text="Votes associés à l'image" styleName="titre"></g:Label>
17
			<g:HTMLPanel ui:field="voteProtocole" />
18
			<g:HTMLPanel ui:field="voteProtocole" styleName="{style.voteProtocole}"/>
18
		</g:HTMLPanel>
19
		</g:HTMLPanel>
19
	    <g:HTMLPanel styleName="{style.zoneVote}">
20
	    <g:HTMLPanel styleName="{style.zoneVote}">
20
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
21
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
21
			<g:HTMLPanel>
-
 
22
				<g:Label styleName="gauche" text="{constants.determinationPlusProbable}" />
-
 
23
				<g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
-
 
24
			</g:HTMLPanel>	    
-
 
25
	    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
22
			<g:HTMLPanel styleName="nettoyage {style.boutons}">
26
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
23
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
27
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
24
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
28
	    	</g:HTMLPanel>
25
	    	</g:HTMLPanel>
-
 
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}"/>
-
 
29
				<g:HTML><br /></g:HTML>
-
 
30
			</g:HTMLPanel>
29
	    	<g:VerticalPanel ui:field="forum" />
31
	    	<g:VerticalPanel ui:field="forum" />
30
	    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
32
	    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
31
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton"  />
33
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton"  />
32
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton"  />
34
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton"  />
33
	    	</g:HTMLPanel>
35
	    	</g:HTMLPanel>
34
	    </g:HTMLPanel>
36
	    </g:HTMLPanel>
35
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
37
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
-
 
38
	    	<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
36
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
39
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
-
 
40
	    	
-
 
41
	    	<g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
-
 
42
	    	<g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
-
 
43
	    	
-
 
44
	    	<g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
-
 
45
	    	<g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
-
 
46
	    	<g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
-
 
47
	    	<g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
-
 
48
	    	
37
	    </g:HTMLPanel>
49
	    </g:HTMLPanel>
-
 
50
	    
38
	</g:HTMLPanel>
51
	</g:HTMLPanel>
Line 39... Line 52...
39
 
52
 
40
</ui:UiBinder>
53
</ui:UiBinder>