Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1102 Rev 1104
Line 4... Line 4...
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
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:HorizontalPanel> <g:HTMLPanel ui:field='titre' styleName="{style.espece}" />
10
		<g:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
10
			<g:HTMLPanel ui:field='auteur' styleName="{style.auteur}" />
-
 
11
			<g:Label text="{constants.dateReleve}" styleName="{style.dateLabel}"></g:Label>
-
 
12
			<g:Label ui:field='date' styleName="{style.date}"></g:Label>
-
 
13
		</g:HorizontalPanel>
-
 
14
			
-
 
15
		<g:HTML><hr /></g:HTML>
11
		<g:HTMLPanel styleName="{style.detailVotePour}">
16
		<g:HTMLPanel styleName="{style.detailVotePour}">
12
			<g:HTMLPanel styleName="{style.titreVotes}"> 
17
			<g:HTMLPanel styleName="{style.titreVotes}"> 
13
				<g:Label>Votes Pour</g:Label>
18
				<g:Label>Votes Pour</g:Label>
14
				<g:Label ui:field="scorePour">%</g:Label>
19
				<g:Label ui:field="scorePour">%</g:Label>
15
			</g:HTMLPanel>
20
			</g:HTMLPanel>
Line 23... Line 28...
23
				<g:Label ui:field="scoreContre">%</g:Label>
28
				<g:Label ui:field="scoreContre">%</g:Label>
24
			</g:HorizontalPanel>
29
			</g:HorizontalPanel>
25
			<g:HTMLPanel ui:field="detailVoteContre" styleName="{style.detailVotes}">
30
			<g:HTMLPanel ui:field="detailVoteContre" styleName="{style.detailVotes}">
26
			</g:HTMLPanel>
31
			</g:HTMLPanel>
27
		</g:HTMLPanel>
32
		</g:HTMLPanel>
-
 
33
		<g:HTML><hr class="nettoyage"/></g:HTML>
28
  		<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
34
  		<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
29
			<g:Image url="./img/wait.gif"></g:Image>
35
			<g:Image url="./img/wait.gif"></g:Image>
30
		</g:HTMLPanel>
36
		</g:HTMLPanel>
31
		<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
37
		<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
32
		<g:HTML>
38
		<g:HTML>
33
			<br class="nettoyage" />
39
			<br class="nettoyage" />
34
		</g:HTML>
40
		</g:HTML>
-
 
41
		<g:HTML styleName="petit aide">Ces votes permettent de confirmer ou non une détermination proposée par un membre du réseau. <br />
-
 
42
			Vous pouvez changer à tout moment votre vote à l'aide de <img src="./img/pouce_bas.png" /> ou <img src="./img/pouce_haut.png" />.  <br />
-
 
43
		</g:HTML>
-
 
44
		<g:HTML styleName="{style.lignePonderation} petit">Une pondération s'opère pour le calcul des votes : vote en tant que membre identifié (3 points) / non identifié (1 point).</g:HTML>
35
  	</g:HTMLPanel>
45
  	</g:HTMLPanel>
36
</ui:UiBinder>
46
</ui:UiBinder>
37
47