178 |
benjamin |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
|
|
|
3 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator"
|
|
|
4 |
ui:generateLocales="default">
|
|
|
5 |
|
241 |
gduche |
6 |
<ui:style src="ResultatRechercheImage.css" />
|
361 |
benjamin |
7 |
|
459 |
benjamin |
8 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
9 |
|
|
|
10 |
|
241 |
gduche |
11 |
<g:HTMLPanel styleName="{style.contenuResultat}">
|
459 |
benjamin |
12 |
<g:HTMLPanel>
|
|
|
13 |
<g:HorizontalPanel>
|
|
|
14 |
<g:HorizontalPanel ui:field="triParNbVotes">
|
|
|
15 |
<g:Label text="{constants.triParNbVotes}" />
|
|
|
16 |
<g:Button ui:field="triParNbVotesAscendant" styleName="{style.boutonTriAsc}"></g:Button>
|
|
|
17 |
<g:Button ui:field="triParNbVotesDescendant" styleName="{style.boutonTriDesc}"></g:Button>
|
|
|
18 |
</g:HorizontalPanel>
|
|
|
19 |
<g:HorizontalPanel ui:field="triParDate">
|
|
|
20 |
<g:Label text="{constants.triParDate}" />
|
|
|
21 |
<g:Button ui:field="triParDateAscendant" styleName="{style.boutonTriAsc}"></g:Button>
|
|
|
22 |
<g:Button ui:field="triParDateDescendant" styleName="{style.boutonTriDesc}"></g:Button>
|
|
|
23 |
</g:HorizontalPanel>
|
|
|
24 |
</g:HorizontalPanel>
|
|
|
25 |
</g:HTMLPanel>
|
365 |
gduche |
26 |
<g:VerticalPanel ui:field="panneauPaginationHaut" />
|
459 |
benjamin |
27 |
<g:VerticalPanel ui:field="panneauChargement">
|
361 |
benjamin |
28 |
<g:Image url="./img/wait.gif"></g:Image>
|
|
|
29 |
</g:VerticalPanel>
|
|
|
30 |
<g:HTMLPanel ui:field="imageTable" styleName="{style.images}" />
|
249 |
gduche |
31 |
<g:HTMLPanel styleName="nettoyage"></g:HTMLPanel>
|
178 |
benjamin |
32 |
<g:VerticalPanel ui:field="panneauPagination" />
|
|
|
33 |
</g:HTMLPanel>
|
|
|
34 |
</ui:UiBinder>
|