Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
66 |
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'
|
|
|
2 |
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
|
|
|
3 |
|
|
|
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
5 |
<ui:style src="moyenne.css" />
|
|
|
6 |
|
|
|
7 |
<g:HTMLPanel styleName="{style.moyenne}">
|
|
|
8 |
<g:HorizontalPanel styleName="{style.voter}"><g:FocusPanel ui:field="voter"/><g:Label text="Votes :" styleName="{style.petit}"/><g:Label ui:field="nbVotes" styleName="{style.petit}"/></g:HorizontalPanel>
|
|
|
9 |
</g:HTMLPanel>
|
|
|
10 |
</ui:UiBinder>
|