Subversion Repositories eFlore/Applications.del

Rev

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

Rev 140 Rev 144
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
<ui:style src="barreRepartitionVote.css" />
5
	<g:HTML ui:field="barreRepartitionHtmlBrut" />
6
	<g:HTML ui:field="barreRepartitionHtmlBrut" styleName="{style.conteneur}" />
6
</ui:UiBinder>
7
</ui:UiBinder>
7
8