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">
|
135 |
gduche |
4 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
5 |
<g:HTMLPanel styleName="plein">
|
|
|
6 |
<g:Label text="{constants.votes}" styleName="titre"/>
|
|
|
7 |
<g:VerticalPanel ui:field="panneauVotes" styleName="plein"/>
|
|
|
8 |
</g:HTMLPanel>
|
103 |
benjamin |
9 |
</ui:UiBinder>
|