Line 5... |
Line 5... |
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="detailCommentaireVue.css" />
|
7 |
<ui:style src="detailCommentaireVue.css" />
|
8 |
<g:HTMLPanel styleName="{style.conteneurTableauVotes}">
|
8 |
<g:HTMLPanel styleName="{style.conteneurTableauVotes}">
|
9 |
<g:HTMLPanel ui:field='titre' styleName="titre" />
|
9 |
<g:HTMLPanel ui:field='titre' styleName="titre" />
|
- |
|
10 |
<g:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
|
10 |
<g:FlexTable ui:field='htmlTableau' styleName="{style.table}" />
|
11 |
<g:FlexTable ui:field='htmlTableau' styleName="{style.table}" />
|
11 |
<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
|
12 |
<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
|
12 |
<g:Image url="./img/wait.gif"></g:Image>
|
13 |
<g:Image url="./img/wait.gif"></g:Image>
|
13 |
</g:HTMLPanel>
|
14 |
</g:HTMLPanel>
|
14 |
<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunCommentaireEffectue}"></g:Label></g:HTMLPanel>
|
15 |
<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunCommentaireEffectue}"></g:Label></g:HTMLPanel>
|