Subversion Repositories eFlore/Applications.del

Rev

Rev 649 | Go to most recent revision | Blame | 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.vues.plateformedetermination.forum">
  
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
        <ui:style src="determinationVue.css" />
        <g:HTMLPanel>
                
                <g:HTMLPanel>
                        <g:Label text="{constants.metadonnees}" styleName="titre"/>
                        <g:HTMLPanel ui:field="metadonnees" />
                </g:HTMLPanel>
                <g:HTMLPanel styleName="{style.zoneDetailImage}">
                        <g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
                        <g:HTMLPanel ui:field="voteProtocole" />
                </g:HTMLPanel>
            <g:HTMLPanel styleName="{style.zoneVote}">
                        <g:Label styleName="titre" text="{constants.titreDetermination}" />
                        <g:HTMLPanel>
                                <g:Label styleName="gauche">Détermination la plus probable :&nbsp;</g:Label>
                                <g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
                        </g:HTMLPanel>      
                <g:HTMLPanel>
                        <g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer} arrondi"  />
                        <g:Button text="Ajouter un commentaire" ui:field="boutonAjoutCommentaire" styleName="{style.boutonProposer}"  />
                </g:HTMLPanel>
                <g:VerticalPanel ui:field="forum" />
            </g:HTMLPanel>
            <g:HTMLPanel styleName="{style.zoneOutils} gauche">
                <g:VerticalPanel ui:field="formulaireRechercheEflore"/>
            </g:HTMLPanel>
        </g:HTMLPanel>

</ui:UiBinder>