Subversion Repositories eFlore/Applications.del

Rev

Rev 1206 | 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='res'
                type='org.tela_botanica.del.client.resources.Ressources' />
        <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
                
        <ui:style src="entete.css" />
        <g:HTMLPanel styleName="limiteMax">
                <g:HTMLPanel ui:field="zoneTitre" styleName="{style.zoneTitre}"></g:HTMLPanel>
                <g:HTMLPanel ui:field="zoneLogos" styleName="{style.zoneLogos}">
                        <a class="logo_tela" href="http://www.tela-botanica.org" target="_blank"></a>
                        <a class="logo_pn" href="http://www.plantnet-project.org/papyrus.php?langue=fr" target="_blank"></a>
                </g:HTMLPanel>
                <g:HTMLPanel ui:field="zoneChapeau" styleName="{style.zoneChapeau}"></g:HTMLPanel>
                <g:HTMLPanel ui:field="zoneIdentification" styleName="{style.zoneIdentification}"></g:HTMLPanel>
                <g:HTMLPanel ui:field="zoneLiens" styleName="{style.zoneLiens}"></g:HTMLPanel>
                
        </g:HTMLPanel>
</ui:UiBinder>