Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
41 aurelien 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'
46 aurelien 5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
135 gduche 6
 
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
	<ui:style src="determinationVue.css" />
662 gduche 9
	<g:HTMLPanel styleName="limiteMin">
625 gduche 10
		<g:HTMLPanel>
1092 gduche 11
			<g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
1104 gduche 12
			<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
625 gduche 13
		</g:HTMLPanel>
14
		<g:HTMLPanel styleName="{style.zoneDetailImage}">
1104 gduche 15
 
135 gduche 16
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
1104 gduche 17
			<g:Label text="Votes associés à l'image" styleName="titre"></g:Label>
18
			<g:HTMLPanel ui:field="voteProtocole" styleName="{style.voteProtocole}"/>
625 gduche 19
		</g:HTMLPanel>
20
	    <g:HTMLPanel styleName="{style.zoneVote}">
645 gduche 21
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
1104 gduche 22
			<g:HTMLPanel styleName="nettoyage {style.boutons}">
662 gduche 23
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
663 benjamin 24
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
625 gduche 25
	    	</g:HTMLPanel>
1104 gduche 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>
625 gduche 31
	    	<g:VerticalPanel ui:field="forum" />
947 gduche 32
	    	<g:HTMLPanel styleName="nettoyage {style.boutons}">
33
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton"  />
34
	    		<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton"  />
35
	    	</g:HTMLPanel>
625 gduche 36
	    </g:HTMLPanel>
37
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
1104 gduche 38
	    	<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
625 gduche 39
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
1104 gduche 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
 
625 gduche 49
	    </g:HTMLPanel>
1104 gduche 50
 
625 gduche 51
	</g:HTMLPanel>
41 aurelien 52
 
53
</ui:UiBinder>