Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | 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:vues="urn:import:org.tela_botanica.del.client.composants.forum">
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
<ui:style src="detailListeVotesDeterminationVue.css" />
        <g:HTMLPanel styleName="{style.conteneurTableauVotes}">
                <g:HorizontalPanel> <g:HTMLPanel ui:field='titre' styleName="{style.espece}" />
                        <g:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
                        <g:Label text="{constants.dateReleve}" styleName="{style.dateLabel}"></g:Label>
                        <g:Label ui:field='date' styleName="{style.date}"></g:Label>
                </g:HorizontalPanel>
                        
                <g:HTML><hr /></g:HTML>
                <g:HTMLPanel styleName="{style.detailVotePour}">
                        <g:HTMLPanel styleName="{style.titreVotes}"> 
                                <g:Label>Votes Pour</g:Label>
                                <g:Label ui:field="scorePour">%</g:Label>
                        </g:HTMLPanel>
                        <g:HTMLPanel ui:field="detailVotePour" styleName="{style.detailVotes}">
                        </g:HTMLPanel>
                </g:HTMLPanel>
                
                <g:HTMLPanel styleName="{style.detailVoteContre}">
                        <g:HorizontalPanel styleName="{style.titreVotes} {style.titreVotesContre}"> 
                                <g:Label>Votes Contre</g:Label>
                                <g:Label ui:field="scoreContre">%</g:Label>
                        </g:HorizontalPanel>
                        <g:HTMLPanel ui:field="detailVoteContre" styleName="{style.detailVotes}">
                        </g:HTMLPanel>
                </g:HTMLPanel>
                <g:HTML><hr class="nettoyage"/></g:HTML>
                <g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
                        <g:Image url="./img/wait.gif"></g:Image>
                </g:HTMLPanel>
                <g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
                <g:HTML>
                        <br class="nettoyage" />
                </g:HTML>
                <g:HTML styleName="petit aide">Ces votes permettent de confirmer ou non une détermination proposée par un membre du réseau. <br />
                        Vous pouvez changer à tout moment votre vote à l'aide de <img src="./img/pouce_bas.png" /> ou <img src="./img/pouce_haut.png" />.  <br />
                </g:HTML>
                <g:HTML styleName="{style.lignePonderation} petit">Une pondération s'opère pour le calcul des votes : vote en tant que membre identifié (3 points) / non identifié (1 point).</g:HTML>
        </g:HTMLPanel>
</ui:UiBinder>