Subversion Repositories eFlore/Applications.del

Rev

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

Rev 135 Rev 159
Line 6... Line 6...
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
<ui:style src="forum.css" />
7
<ui:style src="forum.css" />
8
  	<g:VerticalPanel>
8
  	<g:VerticalPanel>
9
  		<g:Label text="{constants.lesPropositions}" styleName="titre"/>
9
  		<g:Label text="{constants.lesPropositions}" styleName="titre"/>
10
  		<g:Label text="{constants.infoPropositions}" styleName="petit"/>
10
  		<g:Label text="{constants.infoPropositions}" styleName="petit"/>
11
  		<g:HTML ui:field='htmlTableau' styleName="{style.table}" />
11
  		<g:FlexTable ui:field='htmlTableau' styleName="{style.table}" />
12
	</g:VerticalPanel>
12
	</g:VerticalPanel>
13
</ui:UiBinder>
13
</ui:UiBinder>
14
14