Subversion Repositories eFlore/Applications.del

Rev

Rev 135 | Blame | Last modification | View Log | RSS feed

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
<ui:style src="forum.css" />
        <g:VerticalPanel>
                <g:Label text="{constants.lesPropositions}" styleName="titre"/>
                <g:Label text="{constants.infoPropositions}" styleName="petit"/>
                <g:FlexTable ui:field='htmlTableau' styleName="{style.table}" />
        </g:VerticalPanel>
</ui:UiBinder>