Subversion Repositories eFlore/Applications.del

Rev

Rev 459 | 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:style src="ResultatRechercheImage.css" />
                
        <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />


        <g:HTMLPanel styleName="{style.contenuResultat}">
                <g:HTMLPanel>
                        <g:HorizontalPanel>
                                <g:HorizontalPanel ui:field="triParNbVotes">
                                        <g:Label text="{constants.triParNbVotes}" />
                                        <g:Button title="{constants.triParNbVotesAscendant}"
                                                ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
                                        <g:Button title="{constants.triParNbVotesDescendant}"
                                                ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
                                </g:HorizontalPanel>
                                <g:HorizontalPanel ui:field="triParDate">
                                        <g:Label text="{constants.triParDate}" />
                                        <g:Button title="{constants.triParDateAscendant}"
                                                ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
                                        <g:Button title="{constants.triParDateDescendant}"
                                                ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
                                </g:HorizontalPanel>
                        </g:HorizontalPanel>
                </g:HTMLPanel>
                <g:VerticalPanel ui:field="panneauPaginationHaut" />
                <g:VerticalPanel ui:field="panneauChargement">
                        <g:Image url="./img/wait.gif"></g:Image>
                </g:VerticalPanel>
                <g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
                <g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
                <g:VerticalPanel ui:field="panneauPagination" />
        </g:HTMLPanel>
</ui:UiBinder>