Line 3... |
Line 3... |
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 |
<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:HTMLPanel>
|
9 |
<g:Label text="{constants.lesPropositions}" styleName="titre"/>
|
9 |
<g:Label text="{constants.lesPropositions}" styleName="titre"/>
|
10 |
<g:FlexTable ui:field='htmlTableau' styleName="{style.table}" />
|
10 |
<g:HTMLPanel ui:field='panneauInterventions' styleName="{style.table}" />
|
11 |
</g:VerticalPanel>
|
11 |
</g:HTMLPanel>
|
12 |
</ui:UiBinder>
|
12 |
</ui:UiBinder>
|
13 |
|
13 |
|