459 |
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">
|
480 |
benjamin |
5 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources' />
|
459 |
benjamin |
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
445 |
benjamin |
7 |
|
459 |
benjamin |
8 |
<ui:style src="ResultatsRechercheObservations.css" />
|
|
|
9 |
|
445 |
benjamin |
10 |
<g:HTMLPanel>
|
592 |
gduche |
11 |
<g:HTMLPanel styleName="{style.barreNavigation}">
|
|
|
12 |
<g:VerticalPanel ui:field="zonePaginationHaut" styleName="gauche" />
|
|
|
13 |
<g:HTMLPanel ui:field="zoneTri" styleName="droite {style.zoneTri} petit">
|
|
|
14 |
<g:HTMLPanel ui:field="triParDate" styleName="gauche">
|
|
|
15 |
<g:Label text="{constants.triParDate}" styleName="gauche {style.date}" ui:field="labelDate"/>
|
|
|
16 |
<g:Button title="{constants.triParDateAscendant}" ui:field="triParDateAscendant" styleName="{style.boutonTriAsc} gauche" />
|
|
|
17 |
<g:Button title="{constants.triParDateDescendant}" ui:field="triParDateDescendant" styleName="{style.boutonTriDesc} gauche" />
|
|
|
18 |
</g:HTMLPanel>
|
506 |
gduche |
19 |
</g:HTMLPanel>
|
592 |
gduche |
20 |
</g:HTMLPanel>
|
445 |
benjamin |
21 |
<g:HTMLPanel>
|
459 |
benjamin |
22 |
<g:VerticalPanel ui:field="panneauChargement">
|
445 |
benjamin |
23 |
<g:Image url="./img/wait.gif"></g:Image>
|
|
|
24 |
</g:VerticalPanel>
|
564 |
benjamin |
25 |
<g:Label ui:field="aucunResultat" styleName="{style.aucunResultat}" text="{constants.aucunResultat}" visible="false" />
|
459 |
benjamin |
26 |
<g:HTMLPanel ui:field="zoneObservations" styleName="{style.zoneObservation}" />
|
445 |
benjamin |
27 |
<g:VerticalPanel ui:field="zonePaginationBas" />
|
|
|
28 |
</g:HTMLPanel>
|
|
|
29 |
</g:HTMLPanel>
|
|
|
30 |
</ui:UiBinder>
|