Subversion Repositories eFlore/Applications.del

Rev

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

Rev 663 Rev 1104
Line 4... Line 4...
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
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:HTMLPanel>
8
  	<g:HTMLPanel>
9
  		<g:Label text="{constants.lesPropositions}" styleName="titre"/>
-
 
10
  		<g:HTMLPanel ui:field='panneauInterventions' styleName="{style.table}" />
9
  		<g:HTMLPanel ui:field='panneauInterventions' styleName="{style.table}" />
11
	</g:HTMLPanel>
10
	</g:HTMLPanel>
12
</ui:UiBinder>
11
</ui:UiBinder>
13
12