Subversion Repositories eFlore/Applications.del

Rev

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

Rev 909 Rev 973
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="detailListeVotesDeterminationVue.css" />
7
<ui:style src="detailListeVotesDeterminationVue.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.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
15
		<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>