Subversion Repositories eFlore/Applications.del

Rev

Rev 626 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
41 aurelien 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
135 gduche 6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
<ui:style src="forum.css" />
663 benjamin 8
  	<g:HTMLPanel>
135 gduche 9
  		<g:Label text="{constants.lesPropositions}" styleName="titre"/>
663 benjamin 10
  		<g:HTMLPanel ui:field='panneauInterventions' styleName="{style.table}" />
11
	</g:HTMLPanel>
41 aurelien 12
</ui:UiBinder>