Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | 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="ResultatsIdentiplante.css" />
                
        <g:HTMLPanel>
                        <g:HTMLPanel styleName="{style.barreNavigation} limiteMax">
                                <g:VerticalPanel ui:field="zonePaginationHaut" styleName="gauche" />
                                <g:HTMLPanel ui:field="zoneTri" styleName="droite {style.zoneTri} petit">
                                <g:Label text="{constants.tri}"  styleName="gauche"/>
                                        <g:HTMLPanel ui:field="triParDate" styleName="gauche">
                                                <g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
                                                <g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
                                                <g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
                                        </g:HTMLPanel>
                                </g:HTMLPanel>
                </g:HTMLPanel>
                <g:HTMLPanel>
                        <g:HTMLPanel ui:field="panneauChargement">
                                <g:Image url="./img/wait.gif"></g:Image>
                        </g:HTMLPanel>
                        <g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
                        <g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
                        <g:VerticalPanel ui:field="zonePaginationBas" />
                </g:HTMLPanel>
        </g:HTMLPanel>
</ui:UiBinder>