Subversion Repositories eFlore/Applications.del

Rev

Rev 116 | Go to most recent revision | Blame | 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" />
        <g:HorizontalPanel>
                <g:VerticalPanel>
                        <g:Label text="{constants.mon_vote}" />
                        <g:FocusPanel ui:field="voter" />
                </g:VerticalPanel>
                <g:Button ui:field="boutonVote" text="{constants.ok}"></g:Button>
        </g:HorizontalPanel>
</ui:UiBinder>