Subversion Repositories eFlore/Applications.del

Rev

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

Rev 973 Rev 1102
Line 6... Line 6...
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:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
-
 
11
		<g:HTMLPanel styleName="{style.detailVotePour}">
-
 
12
			<g:HTMLPanel styleName="{style.titreVotes}"> 
-
 
13
				<g:Label>Votes Pour</g:Label>
-
 
14
				<g:Label ui:field="scorePour">%</g:Label>
-
 
15
			</g:HTMLPanel>
11
  		<g:FlexTable ui:field='htmlTableau' styleName="{style.table}" />
16
			<g:HTMLPanel ui:field="detailVotePour" styleName="{style.detailVotes}">
-
 
17
			</g:HTMLPanel>
-
 
18
		</g:HTMLPanel>
-
 
19
		
-
 
20
		<g:HTMLPanel styleName="{style.detailVoteContre}">
-
 
21
			<g:HorizontalPanel styleName="{style.titreVotes} {style.titreVotesContre}"> 
-
 
22
				<g:Label>Votes Contre</g:Label>
-
 
23
				<g:Label ui:field="scoreContre">%</g:Label>
-
 
24
			</g:HorizontalPanel>
-
 
25
			<g:HTMLPanel ui:field="detailVoteContre" styleName="{style.detailVotes}">
-
 
26
			</g:HTMLPanel>
-
 
27
		</g:HTMLPanel>
12
  		<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
28
  		<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
13
			<g:Image url="./img/wait.gif"></g:Image>
29
			<g:Image url="./img/wait.gif"></g:Image>
14
		</g:HTMLPanel>
30
		</g:HTMLPanel>
15
		<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
31
		<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
-
 
32
		<g:HTML>
-
 
33
			<br class="nettoyage" />
-
 
34
		</g:HTML>
16
  	</g:HTMLPanel>
35
  	</g:HTMLPanel>
17
</ui:UiBinder>
36
</ui:UiBinder>
18
37