Go to most recent revision |
Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
221 |
gduche |
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 |
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
7 |
|
|
|
8 |
<g:VerticalPanel>
|
223 |
gduche |
9 |
<g:Button ui:field="boutonFermer" text="{constants.fermer}" />
|
221 |
gduche |
10 |
<g:HTMLPanel ui:field="overlay" />
|
|
|
11 |
<g:HTMLPanel ui:field="overlayContenu" />
|
|
|
12 |
</g:VerticalPanel>
|
|
|
13 |
</ui:UiBinder>
|