Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 454 → Rev 455

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/MoteurRechercheImageVue.ui.xml
12,10 → 12,26
<g:Label text="{constants.rechercherImage}" styleName="titre" />
<g:Label text="{constants.entrerMotClef}" styleName="gris {style.entrerMotClef}" />
<g:HorizontalPanel styleName="{style.moteurRecherche}">
<g:HorizontalPanel ui:field="zoneRecherche"/>
<g:HorizontalPanel ui:field="zoneRecherche" />
</g:HorizontalPanel>
</g:HTMLPanel>
<g:HTMLPanel styleName="{style.zoneProtocoles}"><g:ListBox ui:field="listeProtocoles"/></g:HTMLPanel>
<g:HTMLPanel styleName="{style.zoneProtocoles}">
<g:ListBox ui:field="listeProtocoles" />
</g:HTMLPanel>
<g:HTMLPanel>
<g:HorizontalPanel>
<g:HorizontalPanel ui:field="triParNbVotes">
<g:Label text="{constants.triParNbVotes}" />
<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
</g:HorizontalPanel>
<g:HorizontalPanel ui:field="triParDate">
<g:Label text="{constants.triParDate}" />
<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
</g:HorizontalPanel>
</g:HorizontalPanel>
</g:HTMLPanel>
<g:HTMLPanel ui:field="panneauResultats" />
</g:HTMLPanel>
</ui:UiBinder>