Subversion Repositories eFlore/Applications.del

Rev

Rev 652 | 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='res' type='org.tela_botanica.del.client.resources.Ressources' />
        <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />

        <ui:style src="observationdetermination.css" />
                
        <g:HTMLPanel>
                <g:HTMLPanel>
                        <g:Label styleName="petit {style.headerTableau} {style.gauche}">Détermination initiale</g:Label>
                        <g:Label styleName="petit {style.headerTableau} {style.milieu}">Certitude</g:Label>
                        <g:Label styleName="petit {style.headerTableau} {style.droite}">Comm.</g:Label>
                        <g:HTMLPanel styleName="{style.determination}" ui:field="tableauPropositionOriginale" />
                </g:HTMLPanel>
                <g:HTMLPanel ui:field="zonePropositions" styleName="{style.zonePropositions}">
                        <g:Label styleName="petit {style.gauche}">Espèces proposées</g:Label>
                        <g:HTMLPanel styleName="{style.determination}" ui:field="tableauPropositions" />
                </g:HTMLPanel>
        </g:HTMLPanel>
</ui:UiBinder>