Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1566 Rev 1583
Line 3... Line 3...
3
 
3
 
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
4
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
Line 5... Line 5...
5
<ui:style src="moyenne.css" />
5
<ui:style src="moyenne.css" />
-
 
6
 
-
 
7
	<g:HTMLPanel styleName="{style.moyenne}">
-
 
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>
6
 
76
			</table>
7
	<g:HTMLPanel styleName="{style.moyenne}">
77
		</g:HTMLPanel>
8
		<g:HTMLPanel styleName="{style.zoneNoteGlobale}">
-
 
9
			<g:Label styleName="petit enligne">Note générale</g:Label><g:Label ui:field="noteGenerale" styleName="petit enligne"/>
78
		<g:HTMLPanel styleName="{style.zoneNoteGlobale}">
10
			
79
			<g:Label styleName="petit enligne">Note générale</g:Label><g:Label ui:field="noteGenerale" styleName="petit enligne"/>
11
			<g:Label ui:field="nbVotes" styleName="{style.petitgauche}"/>
80
			<g:Label ui:field="nbVotes" styleName="{style.petitgauchecliquable}"/>
12
			<g:Label ui:field="nbPoints" styleName="{style.petitgauche}"/>
81
			<!-- <g:Label ui:field="nbPoints" styleName="{style.petitgauche}"/> -->
13
			<g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
82
			<g:HTMLPanel ui:field="zoneFleur" styleName="{style.zoneFleur}"></g:HTMLPanel>
14
		</g:HTMLPanel>
83
		</g:HTMLPanel>
15
		<g:HorizontalPanel>
84
		<g:HorizontalPanel>