Subversion Repositories eFlore/Applications.del

Rev

Rev 1239 | 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:generateLocales="default">
        <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />

        <ui:style src="MotCleProposition.css" />
        <g:FocusPanel styleName="{style.lienMotCle} gauche" ui:field="lienMotCle">
                <g:HTMLPanel>
                        <g:CheckBox ui:field="ajouterMotCle" text="motcle" styleName=" {style.motCle}"></g:CheckBox>
                        <g:Image styleName="{style.logoTag}" ui:field="iconeTag"/>
                </g:HTMLPanel>
        </g:FocusPanel>
</ui:UiBinder>