922 |
benjamin |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder
|
|
|
3 |
xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
1196 |
gduche |
5 |
xmlns:vues="urn:import:org.tela_botanica.del.client.composants.forum">
|
922 |
benjamin |
6 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
|
|
|
7 |
<ui:style src="detailCommentaireVue.css" />
|
|
|
8 |
<g:HTMLPanel styleName="{style.conteneurTableauVotes}">
|
|
|
9 |
<g:HTMLPanel ui:field='titre' styleName="titre" />
|
973 |
aurelien |
10 |
<g:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
|
1102 |
gduche |
11 |
<g:HTMLPanel ui:field="ligneCommentaire" styleName="{style.zoneCommentaires}"></g:HTMLPanel>
|
922 |
benjamin |
12 |
<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
|
|
|
13 |
<g:Image url="./img/wait.gif"></g:Image>
|
|
|
14 |
</g:HTMLPanel>
|
926 |
benjamin |
15 |
<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunCommentaireEffectue}"></g:Label></g:HTMLPanel>
|
1075 |
gduche |
16 |
<g:Button ui:field="boutonAjoutCommentaire" styleName="bouton {style.boutonAjouterCommentaire}"
|
|
|
17 |
text="{constants.ajouterCommentaire}" />
|
922 |
benjamin |
18 |
</g:HTMLPanel>
|
|
|
19 |
</ui:UiBinder>
|