Subversion Repositories eFlore/Applications.del

Rev

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

Rev 46 Rev 135
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
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
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
  
-
 
-
 
6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
-
 
7
<ui:style src="forum.css" />
-
 
8
  	<g:VerticalPanel>
-
 
9
  		<g:Label text="{constants.lesPropositions}" styleName="titre"/>
-
 
10
  		<g:Label text="{constants.infoPropositions}" styleName="petit"/>
7
  <g:HTML ui:field='htmlTableau' />
11
  		<g:HTML ui:field='htmlTableau' styleName="{style.table}" />
8
 
-
 
-
 
12
	</g:VerticalPanel>
9
</ui:UiBinder>
13
</ui:UiBinder>
10
14