Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
901 aurelien 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">
901 aurelien 6
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
7
<ui:style src="detailListeVotesDeterminationVue.css" />
8
	<g:HTMLPanel styleName="{style.conteneurTableauVotes}">
1104 gduche 9
		<g:HorizontalPanel> <g:HTMLPanel ui:field='titre' styleName="{style.espece}" />
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>
1102 gduche 16
		<g:HTMLPanel styleName="{style.detailVotePour}">
17
			<g:HTMLPanel styleName="{style.titreVotes}">
18
				<g:Label>Votes Pour</g:Label>
19
				<g:Label ui:field="scorePour">%</g:Label>
20
			</g:HTMLPanel>
21
			<g:HTMLPanel ui:field="detailVotePour" styleName="{style.detailVotes}">
22
			</g:HTMLPanel>
23
		</g:HTMLPanel>
24
 
25
		<g:HTMLPanel styleName="{style.detailVoteContre}">
26
			<g:HorizontalPanel styleName="{style.titreVotes} {style.titreVotesContre}">
27
				<g:Label>Votes Contre</g:Label>
28
				<g:Label ui:field="scoreContre">%</g:Label>
29
			</g:HorizontalPanel>
30
			<g:HTMLPanel ui:field="detailVoteContre" styleName="{style.detailVotes}">
31
			</g:HTMLPanel>
32
		</g:HTMLPanel>
1104 gduche 33
		<g:HTML><hr class="nettoyage"/></g:HTML>
901 aurelien 34
  		<g:HTMLPanel ui:field="panneauChargement" styleName="{style.chargement}">
35
			<g:Image url="./img/wait.gif"></g:Image>
36
		</g:HTMLPanel>
909 aurelien 37
		<g:HTMLPanel ui:field="aucuneDonnees" visible="false"><g:Label text="{constants.aucunVoteEffectue}"></g:Label></g:HTMLPanel>
1102 gduche 38
		<g:HTML>
39
			<br class="nettoyage" />
40
		</g:HTML>
1104 gduche 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>
901 aurelien 45
  	</g:HTMLPanel>
46
</ui:UiBinder>