Subversion Repositories eFlore/Applications.del

Rev

Rev 103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 135
Line 1... Line 1...
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
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
 
-
 
6
 
-
 
7
	<g:HTMLPanel>
5
<g:HTMLPanel styleName="plein">
8
		<g:Label text="Votes :" />
6
	<g:Label text="{constants.votes}" styleName="titre"/>
9
		<g:VerticalPanel ui:field="panneauVotes">
7
	<g:Label text="{constants.infoVotes}" styleName="petit"/>
10
		</g:VerticalPanel>
8
	<g:VerticalPanel ui:field="panneauVotes" styleName="plein"/>
11
	</g:HTMLPanel>
9
</g:HTMLPanel>
12
</ui:UiBinder>
10
</ui:UiBinder>
13
11