Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 626
Line 2... Line 2...
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
2
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
3
	xmlns:g="urn:import:com.google.gwt.user.client.ui">
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
5
<g:HTMLPanel styleName="plein">
5
<g:HTMLPanel styleName="plein">
6
	<g:Label text="{constants.votes}" styleName="titre"/>
6
	<g:Label text="{constants.votes}" styleName="titre"/>
7
	<g:Label text="{constants.infoVotes}" styleName="petit"/>
-
 
8
	<g:VerticalPanel ui:field="panneauVotes" styleName="plein"/>
7
	<g:VerticalPanel ui:field="panneauVotes" styleName="plein"/>
9
</g:HTMLPanel>
8
</g:HTMLPanel>
10
</ui:UiBinder>
9
</ui:UiBinder>
11
10