Subversion Repositories eFlore/Applications.del

Rev

Rev 1010 | 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: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="MoteurRechercheObservations.css" />
                
        <g:HTMLPanel>
                <g:HTMLPanel styleName="limiteMax">
                        <g:Label text="{constants.introRechercheObservations}"  styleName="chapeau"/>
                        <g:Label ui:field="ajouterObservation" text="{constants.ajouterObservation}" title="{constants.legendeAjouterObservation}" styleName="acceder-outil {style.lienProposerObservation}"/>
                        <g:Label text="{constants.rechercherObservation}" styleName="titre" />
                        <g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
                        <g:HTMLPanel ui:field="zoneRecherche" />
                        <g:HorizontalPanel styleName="{style.zoneStatut}">
                                <g:RadioButton ui:field="radioTout" text="Tout" name="statut" checked="true" formValue="tout"></g:RadioButton>
                                <g:RadioButton ui:field="radioDeterminer" text="A déterminer" name="statut" formValue="adeterminer"></g:RadioButton>
                                <g:RadioButton ui:field="radioConfirmer" text="A confirmer" name="statut" formValue="aconfirmer"></g:RadioButton>
                                <g:RadioButton ui:field="radioDiscussion" text="En discussion" name="statut" formValue="endiscussion"></g:RadioButton>
                        </g:HorizontalPanel>
                </g:HTMLPanel>

                <g:HTMLPanel>
                        <g:HTMLPanel ui:field="zoneResultats" />
                </g:HTMLPanel>
        </g:HTMLPanel>
</ui:UiBinder>