Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1122 Rev 1183
Line 4... Line 4...
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
Line 6... Line 6...
6
  
6
  
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>
10
		<g:HTMLPanel>
10
		<g:HTMLPanel styleName="limiteMax">
11
			<g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
11
			<g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
12
			<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
12
			<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
-
 
13
		</g:HTMLPanel>
13
		</g:HTMLPanel>
14
		<g:HTMLPanel styleName="contenuCentre">
14
		<g:HTMLPanel styleName="{style.zoneDetailImage}">
-
 
15
			
15
			<g:HTMLPanel styleName="{style.zoneDetailImage}">
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:Label text="Votes associés à l'image" styleName="titre"></g:Label>
18
			<g:HTMLPanel ui:field="voteProtocole" styleName="{style.voteProtocole}"/>
-
 
19
		</g:HTMLPanel>
-
 
20
	    <g:HTMLPanel styleName="{style.zoneVote}">
-
 
21
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
-
 
22
			<g:HTMLPanel styleName="nettoyage {style.boutons}">
-
 
23
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
-
 
24
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
-
 
25
	    		<g:HTMLPanel ui:field="zoneRss" styleName="droite {style.zonerss}"></g:HTMLPanel>
-
 
26
	    	</g:HTMLPanel>
-
 
27
	    	
-
 
28
	    	<g:HTMLPanel styleName="{style.taxonProbable}">
-
 
29
				<g:Label styleName="gauche" text="{constants.determinationPlusProbable}" />
-
 
30
				<g:Label ui:field="nomTaxonProbable" styleName="gauche gras {style.nomTaxonProbable}"/>
-
 
31
				<g:HTML><br /></g:HTML>
18
				<g:HTMLPanel ui:field="voteProtocole" styleName="{style.voteProtocole}"/>
-
 
19
			</g:HTMLPanel>
-
 
20
		    <g:HTMLPanel styleName="{style.zoneVote}">
-
 
21
				<g:Label styleName="titre" text="{constants.titreDetermination}" />
-
 
22
				<g:HTMLPanel styleName="nettoyage {style.boutons}">
-
 
23
		    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
-
 
24
		    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
-
 
25
		    		<g:HTMLPanel ui:field="zoneRss" styleName="droite {style.zonerss}"></g:HTMLPanel>
-
 
26
		    	</g:HTMLPanel>
-
 
27
		    	
-
 
28
		    	<g:HTMLPanel styleName="{style.taxonProbable}">
-
 
29
					<g:Label styleName="gauche" text="{constants.determinationPlusProbable}" />
-
 
30
					<g:Label ui:field="nomTaxonProbable" styleName="gauche gras {style.nomTaxonProbable}"/>
-
 
31
					<g:HTML><br /></g:HTML>
32
			</g:HTMLPanel>
32
				</g:HTMLPanel>
33
	    	<g:VerticalPanel ui:field="forum" />
33
		    	<g:VerticalPanel ui:field="forum" />
34
	    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
34
		    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
35
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton"  />
35
		    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton"  />
36
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton"  />
36
		    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton"  />
37
	    	</g:HTMLPanel>
37
		    	</g:HTMLPanel>
38
	    </g:HTMLPanel>
38
		    </g:HTMLPanel>
39
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
39
		    <g:HTMLPanel styleName="{style.zoneOutils}">
40
	    	<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
40
		    	<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
41
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
41
		    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
42
	    	
42
		    	
43
	    	<g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
43
		    	<g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
44
	    	<g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
44
		    	<g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
45
	    	
45
		    	
46
	    	<g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
46
		    	<g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
47
	    	<g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
47
		    	<g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
48
	    	<g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
48
		    	<g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
49
	    	<g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
49
		    	<g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
50
	    	
50
		    	
51
	    </g:HTMLPanel>
-
 
-
 
51
		    </g:HTMLPanel>
52
	    
52
	   </g:HTMLPanel> 
Line 53... Line 53...
53
	</g:HTMLPanel>
53
	</g:HTMLPanel>
54
 
54