Subversion Repositories eFlore/Applications.del

Rev

Rev 2050 | 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="MoteurIdentiplante.css" />
                
        <g:HTMLPanel styleName="limiteMaxResultat">
                <g:HTMLPanel styleName="limiteMax importance1">
                        <g:Label text="{constants.rechercherObservation}" styleName="titre {style.titreRechercheObs}" />
                        <g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
                        <g:HTMLPanel ui:field="zoneRecherche" />
                </g:HTMLPanel>
                <g:HTMLPanel styleName="zone-onglets">
                        <g:Label styleName="onglet onglet-actif" text="{constants.ongletTous}" ui:field="ongletTout"></g:Label> 
                        <g:Label styleName="onglet" text="{constants.ongletADeterminer}" ui:field="ongletADeterminer"></g:Label>
                        <g:Label styleName="onglet" text="{constants.ongletAConfirmer}" ui:field="ongletAConfirmer"></g:Label>
                        <!-- terme Validées/Vérifiées sujet à changement, "Vérifiées" en texte, "Validées" partout ailleurs dans le code -->
                        <g:Label styleName="onglet" text="{constants.ongletVerifiees}" ui:field="ongletValidees"></g:Label>
                        <!-- terme Validées/Vérifiées sujet à changement, "Vérifiées" en texte, "Validées" partout ailleurs dans le code -->
                        <g:HTML styleName="onglet ongletMonActivite" text=" " ui:field="ongletMonActivite"></g:HTML>
                </g:HTMLPanel>
                <g:HTMLPanel>
                        <g:HTMLPanel ui:field="zoneResultats" />
                </g:HTMLPanel>
        </g:HTMLPanel>
</ui:UiBinder>