Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
103 |
benjamin |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
|
|
|
3 |
xmlns:g="urn:import:com.google.gwt.user.client.ui">
|
|
|
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
5 |
|
|
|
6 |
|
|
|
7 |
<g:HTMLPanel>
|
|
|
8 |
<g:Label text="Votes :" />
|
|
|
9 |
<g:VerticalPanel ui:field="panneauVotes">
|
|
|
10 |
</g:VerticalPanel>
|
|
|
11 |
</g:HTMLPanel>
|
|
|
12 |
</ui:UiBinder>
|