Subversion Repositories eFlore/Applications.del

Rev

Rev 1323 | 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: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="image.css" />

        <g:HTMLPanel styleName="{style.observations}">
        <g:HTMLPanel styleName="{style.zoneDetail}">
                
                <g:Label ui:field="enSavoirPlus" text=" " styleName="{style.enSavoirPlus}"/>
                <g:Label ui:field="voirMotsCles" text=" " styleName="{style.voirMotsCles}"/>
                
                <g:HTMLPanel styleName="{style.zoneCache}" ui:field="zoneCache">
                                <g:HTMLPanel ui:field="metadonnees"  styleName="{style.metadonnees}"/>
                </g:HTMLPanel>
                <g:HTMLPanel styleName="{style.zoneMotsCles}" ui:field="zoneMotsCles">  
                                <g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}"/>
                                <g:HTMLPanel ui:field="motsCles"  styleName="{style.motsCles}"/>
                </g:HTMLPanel>
        </g:HTMLPanel>
        <g:HTMLPanel styleName="{style.zoneImage}"><g:Image ui:field="imagePrincipale" resource='{res.logo}'/></g:HTMLPanel>
                <g:HTMLPanel styleName="{style.zonePlus}" ui:field="zonePlus">
                        <g:HTML ui:field="nomAuteur" styleName="petit {style.auteur} lien">Auteur</g:HTML>
                        <g:HTML ui:field="nomEspece" styleName="{style.espece}"></g:HTML>
                </g:HTMLPanel>
        <g:HTMLPanel styleName="{style.zoneVoter} arrondi-faible" ui:field="zoneVoter"><g:HorizontalPanel ui:field="voter"/></g:HTMLPanel>
        
                
        </g:HTMLPanel>
</ui:UiBinder>