| 269 |
gduche |
1 |
<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">
|
| 477 |
benjamin |
2 |
<ui:with field='res' type='org.tela_botanica.del.client.resources.Ressources'/>
|
| 120 |
gduche |
3 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
| 269 |
gduche |
4 |
<ui:style src="pagination.css" />
|
|
|
5 |
<g:HorizontalPanel styleName="{style.pagination}">
|
| 391 |
aurelien |
6 |
<g:Button ui:field="boutonPremierePage" styleName="{style.boutonPremierePage}" text=" " />
|
| 281 |
gduche |
7 |
<g:Button ui:field="boutonPrecedent" styleName="{style.boutonPrecedent}" text=" " />
|
|
|
8 |
<g:HorizontalPanel styleName="{style.zoneLiens}" ui:field="zoneLiens"/>
|
|
|
9 |
<g:HorizontalPanel />
|
|
|
10 |
<g:Button ui:field="boutonSuivant" styleName="{style.boutonSuivant}" text=" "/>
|
| 391 |
aurelien |
11 |
<g:Button ui:field="boutonDernierePage" styleName="{style.boutonDernierePage}" text=" " />
|
| 506 |
gduche |
12 |
<g:Label styleName="{style.nombreTotal}" ui:field="nbTotalPages" />
|
| 433 |
aurelien |
13 |
<g:Label styleName="{style.labelSelecteurPasAfficher}" text="{constants.afficher}" />
|
| 567 |
gduche |
14 |
<g:TextBox ui:field="selecteurPas" styleName="{style.selecteurElements}" text="10"/>
|
| 433 |
aurelien |
15 |
<g:Label styleName="{style.labelSelecteurPas}" text="{constants.elements_par_page}" />
|
| 120 |
gduche |
16 |
</g:HorizontalPanel>
|
| 269 |
gduche |
17 |
|
|
|
18 |
|
| 120 |
gduche |
19 |
</ui:UiBinder>
|