Subversion Repositories eFlore/Applications.del

Rev

Rev 1124 | 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">
        <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
        <ui:style src="barreRepartition.css" />
        <g:HTMLPanel styleName="{style.conteneurBarre}">
                <g:Label styleName="gauche {style.score}" ui:field="score">--</g:Label> 
                <g:Label ui:field="nomTaxon" styleName="{style.labelTaxon} labelTaxon" />
                <g:HTMLPanel styleName="{style.conteneurBarreOuiNon}">
                        <g:PushButton ui:field="boutonNon" text=" " styleName="{style.boutonNon}"/>
                        <g:PushButton ui:field="boutonOui" text=" " styleName="{style.boutonOui}"/>
                        <g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
                        <g:HTMLPanel ui:field="voteModifie"><g:Label text="{constants.voteModifie}"></g:Label></g:HTMLPanel>
                </g:HTMLPanel>
        </g:HTMLPanel>
</ui:UiBinder>