Subversion Repositories eFlore/Applications.del

Rev

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

Rev Author Line No. Line
66 gduche 1
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' ui:generateFormat='com.google.gwt.i18n.rebind.format.PropertiesFormat'
2
ui:generateKeys="com.google.gwt.i18n.rebind.keygen.MD5KeyGenerator" ui:generateLocales="default">
3
 
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
5
<ui:style src="moyenne.css" />
6
 
7
	<g:HTMLPanel styleName="{style.moyenne}">
1583 mathias 8
		<g:HTMLPanel ui:field="panneauDetailVotes" styleName="{style.panneauDetailVotes}">
9
			<g:Label ui:field="lienPanneauFermer" styleName="{style.fermerPanneauDetails}">
10
				Fermer X
11
			</g:Label>
12
			Moyenne pondérée: <span ui:field="pdvMoyennePonderee" class="chiffreDroite"></span>
13
			<br/>
14
			Moyenne arithmétique: <span ui:field="pdvMoyenneArithmetique" class="chiffreDroite"></span>
15
			<br/>
16
			Médiane: <span ui:field="pdvMediane" class="chiffreDroite"></span>
17
			<br/>
18
			Nombre de points: <span ui:field="pdvNbPoints" class="chiffreDroite"></span>
19
			<br/>
20
			<table class="notesVotes">
21
				<tr>
22
					<td class="image">
23
						<img src="./img/etoile_5.png" style="width: 16px;"/>
24
					</td>
25
					<td class="barre">
26
						<div ui:field="barre5" class="avancement"></div>
27
					</td>
28
					<td class="votants">
29
						<span ui:field="votants5"></span>
30
					</td>
31
				</tr>
32
				<tr>
33
					<td>
34
						<img src="./img/etoile_4.png" style="width: 16px;"/>
35
					</td>
36
					<td class="barre">
37
						<div ui:field="barre4" class="avancement"></div>
38
					</td>
39
					<td class="votants">
40
						<span ui:field="votants4"></span>
41
					</td>
42
				</tr>
43
				<tr>
44
					<td>
45
						<img src="./img/etoile_3.png" style="width: 16px;"/>
46
					</td>
47
					<td class="barre">
48
						<div ui:field="barre3" class="avancement"></div>
49
					</td>
50
					<td class="votants">
51
						<span ui:field="votants3"></span>
52
					</td>
53
				</tr>
54
				<tr>
55
					<td>
56
						<img src="./img/etoile_2.png" style="width: 16px;"/>
57
					</td>
58
					<td class="barre">
59
						<div ui:field="barre2" class="avancement"></div>
60
					</td>
61
					<td class="votants">
62
						<span ui:field="votants2"></span>
63
					</td>
64
				</tr>
65
				<tr>
66
					<td>
67
						<img src="./img/etoile_1.png" style="width: 16px;"/>
68
					</td>
69
					<td class="barre">
70
						<div ui:field="barre1" class="avancement"></div>
71
					</td>
72
					<td class="votants">
73
						<span ui:field="votants1"></span>
74
					</td>
75
				</tr>
76
			</table>
77
		</g:HTMLPanel>
1086 gduche 78
		<g:HTMLPanel styleName="{style.zoneNoteGlobale}">
1088 gduche 79
			<g:Label styleName="petit enligne">Note générale</g:Label><g:Label ui:field="noteGenerale" styleName="petit enligne"/>
1583 mathias 80
			<g:Label ui:field="nbVotes" styleName="{style.petitgauchecliquable}"/>
81
			<!-- <g:Label ui:field="nbPoints" styleName="{style.petitgauche}"/> -->
1086 gduche 82
			<g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
83
		</g:HTMLPanel>
655 gduche 84
		<g:HorizontalPanel>
1086 gduche 85
			<g:Label styleName="{style.petit} {style.protocole}" ui:field="protocole" text="protocole"/>
86
		</g:HorizontalPanel>
2080 aurelien 87
		<g:Label ui:field="zoneVoter" styleName="{style.zoneVoter}" text="Votez !"></g:Label>
1095 gduche 88
		<g:HorizontalPanel ui:field="zoneDeVote">
253 gduche 89
			<g:FocusPanel ui:field="voter" styleName="{style.barreVote}"/>
1088 gduche 90
			<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
1092 gduche 91
			<g:HTMLPanel ui:field="voteModifie"><g:Label text="{constants.voteModifie}"></g:Label></g:HTMLPanel>
1471 aurelien 92
			<g:HTMLPanel ui:field="voteSupprime"><g:Label text="{constants.voteSupprime}"></g:Label></g:HTMLPanel>
1088 gduche 93
			<g:HTMLPanel styleName="{style.zoneBoutonsVote}">
1471 aurelien 94
			<g:Button ui:field="boutonAnnuler" title="{constants.supprimerVote}" styleName="{style.annuler}"></g:Button>
1088 gduche 95
			</g:HTMLPanel>
253 gduche 96
		</g:HorizontalPanel>
66 gduche 97
	</g:HTMLPanel>
98
</ui:UiBinder>