Subversion Repositories eFlore/Applications.del

Rev

Rev 1208 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
  xmlns:forum="urn:import:org.tela_botanica.del.client.composants.forum">
  
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
        <ui:style src="determinationVue.css" />
        <g:HTMLPanel styleName="{style.pageDetermination}">
                        
                <g:HTMLPanel styleName="limiteMax">
                        <g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
                        <g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
                </g:HTMLPanel>
                <g:HTMLPanel styleName="contenuCentre">
                        <g:HTMLPanel styleName="{style.zoneDetailImage}">
                                <g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
                                <g:Label text="Votes associés à l'image" styleName="titre"></g:Label>
                                <g:HTMLPanel ui:field="voteProtocole" styleName="{style.voteProtocole}"/>
                        </g:HTMLPanel>
                    <g:HTMLPanel styleName="{style.zoneVote}">
                                <g:Label styleName="titre" text="{constants.titreDetermination}" />
                                <g:HTMLPanel styleName="nettoyage {style.boutons}">
                                <g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton"  />
                                <g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton"  />
                                <g:HTMLPanel ui:field="zoneRss" styleName="droite {style.zonerss}"></g:HTMLPanel>
                        </g:HTMLPanel>
                        
                        <g:HTMLPanel styleName="{style.taxonProbable}">
                                        <g:Label styleName="gauche" text="{constants.determinationPlusProbable}" />
                                        <g:Label ui:field="nomTaxonProbable" styleName="gauche gras {style.nomTaxonProbable}"/>
                                        <g:HTML><br /></g:HTML>
                                </g:HTMLPanel>
                        <g:VerticalPanel ui:field="forum" />
                        <g:HTMLPanel styleName="nettoyage {style.boutons}">
                                <g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton"  />
                                <g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton"  />
                        </g:HTMLPanel>
                    </g:HTMLPanel>
                    <g:HTMLPanel styleName="{style.zoneOutils}">
                        <g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
                        <g:VerticalPanel ui:field="formulaireRechercheEflore"/>
                        
                        <g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
                        <g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
                        
                        <g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
                        <g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
                        <g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
                        <g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
                        
                    </g:HTMLPanel>
           </g:HTMLPanel> 
        </g:HTMLPanel>

</ui:UiBinder>