Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
103 |
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 |
|
|
|
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
135 |
gduche |
7 |
<ui:style src="voteProtocole.css" />
|
103 |
benjamin |
8 |
|
|
|
9 |
<g:HorizontalPanel>
|
|
|
10 |
<g:Label ui:field="nomProtocole" text="{constants.chargement}" />
|
116 |
benjamin |
11 |
<g:FocusPanel ui:field="moyenneVotes" />
|
|
|
12 |
<g:FocusPanel ui:field="monVote" />
|
103 |
benjamin |
13 |
</g:HorizontalPanel>
|
|
|
14 |
</ui:UiBinder>
|