Subversion Repositories eFlore/Applications.del

Rev

Rev 661 | 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="observation.css" />

        <g:HTMLPanel styleName="ligne {style.ligneObservation} ombre-faible limiteMin limiteMax arrondi">
                <g:HTMLPanel styleName="colonne quart">
                        <g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
                        <g:Label ui:field="lienDeterminer" styleName="acceder-outil {style.accesOutil}" text="{constants.voirFicheIndividu}" />
                </g:HTMLPanel>
                
                <g:HTMLPanel styleName="colonne">
                        <g:HTMLPanel ui:field="imagesPanel" />
                </g:HTMLPanel>
                
                <g:HTMLPanel styleName="droite">
                                <g:HTMLPanel styleName="{style.panneauDeterminations}">
                                        <g:HTMLPanel ui:field="determinationsPanel" />
                                        <g:Button ui:field="boutonAjoutProposition" styleName="bouton" text="{constants.proposerSaDetermination}" />
                                </g:HTMLPanel>
                
                </g:HTMLPanel>
                
                <g:HTML><br class="nettoyage"/></g:HTML>
        </g:HTMLPanel>
</ui:UiBinder>