Subversion Repositories eFlore/Applications.del

Rev

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

<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">

<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
<ui:style src="moyenne.css" />

        <g:HTMLPanel styleName="{style.moyenne}">
                <g:HTMLPanel styleName="{style.zoneNoteGlobale}">
                        <g:Label styleName="petit enligne">Note générale</g:Label><g:Label ui:field="noteGenerale" styleName="petit enligne"/>
                        
                        <g:Label ui:field="nbVotes" styleName="{style.petit}"/>
                        <g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
                </g:HTMLPanel>
                <g:HorizontalPanel>
                        <g:Label styleName="{style.petit} {style.protocole}" ui:field="protocole" text="protocole"/>
                </g:HorizontalPanel>
                <g:Label ui:field="zoneVoter" styleName="{style.zoneVoter}">Votez !</g:Label>
                <g:HorizontalPanel ui:field="zoneDeVote">
                        <g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
                        <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 ui:field="voteSupprime"><g:Label text="{constants.voteSupprime}"></g:Label></g:HTMLPanel>
                        <g:HTMLPanel styleName="{style.zoneBoutonsVote}">
                        <g:Button ui:field="boutonAnnuler" title="{constants.supprimerVote}" styleName="{style.annuler}"></g:Button>
                        </g:HTMLPanel>
                </g:HorizontalPanel>
        </g:HTMLPanel>
</ui:UiBinder>