1102 |
gduche |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
3 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
1196 |
gduche |
4 |
xmlns:vues="urn:import:org.tela_botanica.del.client.composants.forum">
|
1102 |
gduche |
5 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
6 |
<ui:style src="ligneCommentaire.css" />
|
|
|
7 |
|
|
|
8 |
<g:HTMLPanel>
|
|
|
9 |
<g:HorizontalPanel ui:field="zoneAuteur">
|
|
|
10 |
<g:Label ui:field="auteur" styleName="{style.auteur}"/>
|
|
|
11 |
<g:Label ui:field="date" styleName="{style.date}"/>
|
|
|
12 |
</g:HorizontalPanel>
|
|
|
13 |
<g:HTMLPanel>
|
|
|
14 |
<g:Label ui:field="commentaire" styleName="commentaire {style.commentaire}"/>
|
|
|
15 |
</g:HTMLPanel>
|
|
|
16 |
</g:HTMLPanel>
|
|
|
17 |
</ui:UiBinder>
|