Subversion Repositories eFlore/Applications.del

Rev

Rev 1986 | 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="MoteurRecherche.css" />
                
        <g:HTMLPanel styleName="limiteMin {style.zoneRecherche}">
                <g:TextBox styleName="{style.recherchePrincipale} arrondi" ui:field="recherchePrincipale" text="{constants.rechercherObservation}"></g:TextBox>
                <g:Button styleName="{style.boutonRecherche} arrondi" ui:field="boutonRecherche" text="{constants.rechercher}">
                </g:Button>
                <g:Label styleName="{style.lienRechercheAvancee}" ui:field="lienRechercheAvancee" text="{constants.rechercheAvancee}"></g:Label>
                <g:HTMLPanel styleName="{style.rechercheAvancee} ombre-forte" ui:field="rechercheAvancee">
                        <g:Button ui:field="boutonFermer" styleName="{style.boutonFermer}" text="Fermer"></g:Button>
                        <g:Button ui:field="boutonVider" styleName="{style.boutonVider}" text="Vider"></g:Button>

                        <g:HTMLPanel styleName="{style.conteneurDeuxPanneaux}">
                                <g:HTMLPanel styleName="{style.panneauGauche}">
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.contientMots}" styleName="petit"/>
                                                <g:TextBox ui:field="contientMots" />
                                        </g:HTMLPanel>
                                                                                
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.referentiel}"  styleName="petit"/>
                                                <g:ListBox ui:field="referentiel" />
                                        </g:HTMLPanel>
                                        
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.famille}"  styleName="petit"/>
                                                <g:TextBox ui:field="famille" />
                                        </g:HTMLPanel>
                                                
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.genre}"  styleName="petit"/>
                                                <g:TextBox ui:field="genre" />
                                        </g:HTMLPanel>  
                                                                                
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.taxon}"  styleName="petit"/>
                                                <g:HTMLPanel ui:field="taxon" />
                                        </g:HTMLPanel>  
                                                                                        
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.date} {constants.formatDate}"  styleName="petit"/>
                                                <g:TextBox ui:field="date" />
                                        </g:HTMLPanel>
                                </g:HTMLPanel>
                                
                                <g:HTMLPanel styleName="{style.panneauDroite}">         
                                    <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.pays}"  styleName="petit"/>
                                                <g:ListBox ui:field="pays" />
                                        </g:HTMLPanel>
                                        
                                    <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.departement}"  styleName="petit"/>
                                                <g:TextBox ui:field="departement" />
                                        </g:HTMLPanel>
                                                                                                                                
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.commune}"  styleName="petit"/>
                                                <g:HTMLPanel ui:field="commune" />
                                        </g:HTMLPanel>  
                                                                                                        
                                        <g:HTMLPanel styleName="{style.champRecherche}">
                                                <g:Label text="{constants.auteur}"  styleName="petit"/>
                                                <g:TextBox ui:field="auteur" />
                                        </g:HTMLPanel>  
                                        
                                        <g:HTMLPanel ui:field="conteneurMotCle" styleName="{style.champRecherche}">
                                                <g:Label text="{constants.tag}"  styleName="petit"/>
                                                <g:TextBox ui:field="motCle" />
                                        </g:HTMLPanel>
                                        
                                        <g:HTMLPanel ui:field="conteneurMotCleCel" styleName="{style.champRecherche}">
                                                <g:Label text="{constants.tagCel}"  styleName="petit"/>
                                                <g:TextBox ui:field="motCleCel" />
                                        </g:HTMLPanel>
                                        
                                        <g:HTMLPanel ui:field="conteneurMotCleDel"  styleName="{style.champRecherche}">
                                                <g:Label text="{constants.tagDel}"  styleName="petit"/>
                                                <g:TextBox ui:field="motCleDel" />
                                        </g:HTMLPanel>
                                </g:HTMLPanel>
                        </g:HTMLPanel>
                        
                        <g:Button styleName="{style.boutonRecherche} {style.rechercherAvance}" ui:field="boutonRechercheAvancee" text="{constants.rechercher}"></g:Button>
                        <g:HTMLPanel styleName="nettoyage" />
                </g:HTMLPanel>
                
                <g:HTMLPanel styleName="droite">
                        <g:HTMLPanel ui:field="zoneRss" styleName="{style.zoneRss}"></g:HTMLPanel>
                </g:HTMLPanel>
                <g:Label ui:field="recherchePrecedente" styleName="{style.recherchePrecedente}" />
                
                <g:HTMLPanel ui:field="zonePagination" />
        </g:HTMLPanel>
</ui:UiBinder>