Subversion Repositories eFlore/Applications.del

Rev

Rev 973 | Rev 1104 | Go to most recent revision | 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.vues.plateformedetermination.forum">
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
<ui:style src="detailListeVotesDeterminationVue.css" />
        <g:HTMLPanel styleName="{style.conteneurTableauVotes}">
                <g:HTMLPanel ui:field='titre' styleName="titre" />
                <g:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
                <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: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:HTMLPanel>
</ui:UiBinder>