ode-csslib-panda-cg77 3.4.12 → 3.4.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,6 +79,9 @@
79
79
  width: 250px;
80
80
  margin-right: 30px;
81
81
  }
82
+ .qr {
83
+ width: 140px;
84
+ }
82
85
  </style>
83
86
  </head>
84
87
 
@@ -119,7 +122,11 @@
119
122
 
120
123
  <div>
121
124
  <p>
122
- Pour vous connecter, rendez-vous sur le site <a href="http://ent.seine-et-marne.fr">ent77.seine-et-marne.fr</a> et cliquez sur le bouton « se connecter » à droite de la page.
125
+ Pour vous connecter, rendez-vous sur le site <a href="http://ent.seine-et-marne.fr">ent77.seine-et-marne.fr</a> ou
126
+ téléchargez <strong>ENT 77:</strong>
127
+ <br />
128
+ <img class="qr" src="qr-code.png"></img>
129
+ <br /> et cliquez sur le bouton « se connecter » à droite de la page.
123
130
  </p>
124
131
  <p>
125
132
  <b>Entrez ensuite vos coordonnées personnelles :</b><br/>
@@ -178,7 +185,11 @@
178
185
  <div class="twocolumns center">
179
186
  <div>
180
187
  <p>
181
- Rendez-vous sur le site <a href="http://ent.seine-et-marne.fr">ent77.seine-et-marne.fr</a> et cliquez sur le bouton « se connecter » à droite de la page. </p>
188
+ Rendez-vous sur le site <a href="http://ent.seine-et-marne.fr">ent77.seine-et-marne.fr</a> ou
189
+ téléchargez <strong>ENT 77:</strong>
190
+ <br />
191
+ <img class="qr" src="qr-code.png"></img>
192
+ <br /> et cliquez sur le bouton « se connecter » à droite de la page. </p>
182
193
  </div>
183
194
  <div class="text-right">
184
195
  <img id="compagnon" src="compagnon.png" alt="site compagnon"></img>
@@ -1,158 +1,218 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4
5
 
5
6
  <head>
6
- <!-- We use this i18n key to ensure portability because it is overriden by themes -->
7
+ <!-- We use this i18n key to ensure portability because it is overriden by themes -->
7
8
  <title>{{#i18n}}directory.admin.massMailing{{/i18n}}</title>
8
- <style type="text/css">
9
- body {
10
- font-family: sans-serif;
11
- color: #333;
12
- }
13
- h2 {font-size: 1.2em}
14
- h3 {font-size: 1.1em}
15
- h4 {margin-left: 1.1em}
16
- strong,
17
- a,
18
- .red {
19
- font-weight: bold;
20
- color: #d1232a;
21
- }
22
- ol li {
23
- padding: 10px 0;
24
- margin-left: -20px;
25
- }
26
- .column {
27
- width: 30%;
28
- margin: 1%;
29
- display: inline-block;
30
- vertical-align: top;
31
- text-align: center;
32
- font-size: 0.8em;
33
- }
34
- .column img {
35
- width: 75px;
36
- text-align: center;
37
- }
38
- .center{
39
- text-align: center;
40
- }
41
- #right{
42
- text-align: right;
43
- }
44
- .inline-block .baseline,
45
- .inline-block #logo {
46
- display: inline-block;
47
- vertical-align: middle;
48
- }
49
- #logo{
50
- width: 150px;
51
- }
52
- .baseline {
53
- text-align: right;
54
- color: #666;
55
- letter-spacing: 2px;
56
- font-weight: lighter;
57
- padding: 5px;
58
- border-bottom: 2px solid transparent;
59
- }
60
- .neo {
61
- border-color: #4bafd5;
62
- }
63
- .one {
64
- border-color: #FF8500;
65
- }
66
- {{#A5}}
67
- @page {
68
- size: landscape;
69
- }
70
- body {
71
- font-size: 0.7em;
72
- }
73
- .size {
74
- display: inline-block;
75
- vertical-align: top;
76
- width: 47%;
77
- margin: 0 1%;
78
- }
79
- .column img {
80
- width: 50px;
9
+ <style type="text/css">
10
+ body {
11
+ font-family: sans-serif;
12
+ color: #333;
13
+ }
14
+
15
+ h2 {
16
+ font-size: 1.2em
17
+ }
18
+
19
+ h3 {
20
+ font-size: 1.1em
21
+ }
22
+
23
+ h4 {
24
+ margin-left: 1.1em
25
+ }
26
+
27
+ strong,
28
+ a,
29
+ .red {
30
+ font-weight: bold;
31
+ color: #d1232a;
32
+ }
33
+
34
+ ol li {
35
+ padding: 10px 0;
36
+ margin-left: -20px;
37
+ }
38
+
39
+ .column {
40
+ width: 30%;
41
+ margin: 1%;
42
+ display: inline-block;
43
+ vertical-align: top;
44
+ text-align: center;
45
+ font-size: 0.8em;
46
+ }
47
+
48
+ .column img {
49
+ width: 75px;
50
+ text-align: center;
51
+ }
52
+
53
+ .center {
54
+ text-align: center;
55
+ }
56
+
57
+ #right {
58
+ text-align: right;
59
+ }
60
+
61
+ .inline-block .baseline,
62
+ .inline-block #logo {
63
+ display: inline-block;
64
+ vertical-align: middle;
65
+ }
66
+
67
+ #logo {
68
+ width: 150px;
69
+ }
70
+
71
+ .baseline {
72
+ text-align: right;
73
+ color: #666;
74
+ letter-spacing: 2px;
75
+ font-weight: lighter;
76
+ padding: 5px;
77
+ border-bottom: 2px solid transparent;
78
+ }
79
+
80
+ .neo {
81
+ border-color: #4bafd5;
82
+ }
83
+
84
+ .one {
85
+ border-color: #FF8500;
86
+ }
87
+
88
+ {
89
+ {
90
+ #A5
81
91
  }
82
- #logo {
83
- width: 100px;
92
+ }
93
+
94
+ @page {
95
+ size: landscape;
96
+ }
97
+
98
+ body {
99
+ font-size: 0.7em;
100
+ }
101
+
102
+ .size {
103
+ display: inline-block;
104
+ vertical-align: top;
105
+ width: 47%;
106
+ margin: 0 1%;
107
+ }
108
+
109
+ .qr {
110
+ width: 60px;
111
+ }
112
+
113
+ .column img {
114
+ width: 35px;
115
+ }
116
+
117
+ #logo {
118
+ width: 100px;
119
+ }
120
+
121
+ {
122
+ {
123
+ /A5
84
124
  }
85
- {{/A5}}
125
+ }
86
126
  </style>
87
127
  </head>
88
128
 
89
129
  <body>
90
130
 
91
- {{#users}}
131
+ {{#users}}
92
132
 
93
- <div class="size"{{^end}} style="page-break-after: always"{{/end}}>
94
- <div class="inline-block">
95
- <img id="logo" src="logo.png"></img>
96
- <p class="baseline one">L'espace numérique des écoles primaires</p>
97
- </div>
98
- {{^activationCode}}
99
- <h2>Informations sur mon compte</h2>
100
- {{/activationCode}}
101
- {{#activationCode}}
102
- <h2>Ma première connexion en 5 étapes</h2>
103
- {{/activationCode}}
104
- <h3> » Cette fiche s'adresse à <strong>{{firstName}} {{lastName}}</strong></h3>
105
- {{^isGuestOrPersonnel}}
106
- <h4>{{^firstChild}}{{#i18n}}{{profile}}{{/i18n}}{{/firstChild}}{{#firstChild}}Parent de <strong>{{firstName}} {{lastName}}</strong>{{#otherChildren}}, <strong>{{firstName}} {{lastName}}</strong>{{/otherChildren}}{{/firstChild}}{{#firstClass}} en classe de <strong>{{.}}</strong>{{#otherClasses}}, <strong>{{.}}</strong>{{/otherClasses}}{{/firstClass}}.</h4>
107
- {{/isGuestOrPersonnel}}
108
- {{#isGuestOrPersonnel}}
109
- <h4>{{#i18n}}{{profile}}{{/i18n}}.</h4>
110
- {{/isGuestOrPersonnel}}
111
- <p>Réservé aux enseignants, aux personnels, aux élèves et leur famille, l’espace numérique est une solution sécurisée et facile à prendre en main pour :</p>
112
- <div class="column">
113
- <img src="illustrations/Publipostage_Messagerie.png"></img>
114
- <p>Simplifier les échanges entre l'école et la maison</p>
115
- </div>
116
- <div class="column">
117
- <img src="illustrations/Publipostage_Cahier_Multimedia.png"></img>
118
- <p>Créer des contenus pédagogiques interactifs</p>
119
- </div>
120
- <div class="column">
121
- <img src="illustrations/Publipostage_Blog.png"></img>
122
- <p>Faire rayonner les projets réalisés en classe</p>
123
- </div>
124
- {{^activationCode}}
125
- <h2> » Comment me connecter ?</h2>
126
- <p>Vous possédez déjà un compte sur l’espace numérique. Il vous suffit de saisir
127
- votre identifiant habituel et le mot de passe défini lors de votre première
128
- connexion. <br />Pour rappel, votre identifiant est le suivant :</p>
129
- <p class="center red">{{login}}</p>
130
- <br />
131
- <h2> » 3 étapes pour réinitialiser mon mot de passe</h2>
132
- <ol>
133
- <li>En cas d'oubli de votre mot de passe, rendez-vous sur <a href="{{host}}://{{hostname}}">{{hostname}}</a> et cliquez sur « Mot de passe oublié ».</li>
134
- <li>Saisissez votre identifiant puis cliquez sur « Envoyer ». Un mail sera envoyé à l'adresse indiquée lors de l'activation de votre compte.</li>
133
+ <div class="size" {{^end}} style="page-break-after: always" {{/end}}>
134
+ <div class="inline-block">
135
+ <img id="logo" src="logo.png"></img>
136
+ <p class="baseline neo">Votre portail numérique éducatif en Seine-et-Marne</p>
137
+ </div>
138
+ {{^activationCode}}
139
+ <h2>Informations sur mon compte</h2>
140
+ {{/activationCode}}
141
+ {{#activationCode}}
142
+ <h2>Ma première connexion en 5 étapes</h2>
143
+ {{/activationCode}}
144
+ <h3> » Cette fiche s'adresse à <strong>{{firstName}} {{lastName}}</strong></h3>
145
+ {{^isGuestOrPersonnel}}
146
+ <h4>{{^firstChild}}{{#i18n}}{{profile}}{{/i18n}}{{/firstChild}}{{#firstChild}}Parent de <strong>{{firstName}}
147
+ {{lastName}}</strong>{{#otherChildren}}, <strong>{{firstName}}
148
+ {{lastName}}</strong>{{/otherChildren}}{{/firstChild}}{{#firstClass}} en classe de
149
+ <strong>{{.}}</strong>{{#otherClasses}}, <strong>{{.}}</strong>{{/otherClasses}}{{/firstClass}}.
150
+ </h4>
151
+ {{/isGuestOrPersonnel}}
152
+ {{#isGuestOrPersonnel}}
153
+ <h4>{{#i18n}}{{profile}}{{/i18n}}.</h4>
154
+ {{/isGuestOrPersonnel}}
155
+ <p>Réservé aux enseignants, aux personnels, aux élèves et leur famille, l'espace numérique est une solution
156
+ sécurisée et facile à prendre en main pour :</p>
157
+ <div class="column">
158
+ <img src="illustrations/Publipostage_Actus.png"></img>
159
+ <p>Créer des contenus interactifs (Wiki, Frise, Carte mentale…)</p>
160
+ </div>
161
+ <div class="column">
162
+ <img src="illustrations/Publipostage_Messagerie.png"></img>
163
+ <p>Simplifier les échanges entre les membres du réseau éducatif</p>
164
+ </div>
165
+ <div class="column">
166
+ <img src="illustrations/Publipostage_Resa_Ressources.png"></img>
167
+ <p>Rassembler tous les services numériques au même endroit</p>
168
+ </div>
169
+ {{^activationCode}}
170
+ <h2> » Comment me connecter ?</h2>
171
+ <p>Vous possédez déjà un compte sur l’espace numérique. Il vous suffit de saisir
172
+ votre identifiant habituel et le mot de passe défini lors de votre première
173
+ connexion. <br />Pour rappel, votre identifiant est le suivant :</p>
174
+ <p class="center red">{{login}}</p>
175
+ <br />
176
+ <h2> » 3 étapes pour réinitialiser mon mot de passe</h2>
177
+ <ol>
178
+ <li>En cas d'oubli de votre mot de passe, rendez-vous sur <a
179
+ href="https://ent.seine-et-marne.fr">https://ent.seine-et-marne.fr</a> et cliquez sur « Se connecter
180
+ à l'ENT », ou téléchargez <strong>ENT 77:</strong><br /> <img class="qr" src="qr-code.png"></img></li>
181
+
182
+
183
+
184
+ <li>Cliquez sur « identifiant ou mot de passe oublié ». Un mail sera envoyé à l'adresse indiquée lors de
185
+ l'activation de votre compte.</li>
135
186
  <li>Ouvrez le mail et cliquez ensuite sur le lien pour définir votre nouveau mot de passe.</li>
136
187
  </ol>
137
- {{/activationCode}}
138
- {{#activationCode}}
139
- <h2> » Mode d'emploi de ma première connexion</h2>
140
- <ol>
141
- <li>Pour se connecter, rendez-vous sur <a href="{{host}}://{{hostname}}">{{hostname}}</a> ou téléchargez l’Appli mobile <strong>ONE Pocket</strong> (disponible depuis l’App Store et le Google Play).</li>
188
+ {{/activationCode}}
189
+ {{#activationCode}}
190
+ <h2> » Mode d'emploi de ma première connexion</h2>
191
+ <ol>
192
+ <li>Pour vous connecter, rendez-vous sur <a
193
+ href="https://ent.seine-et-marne.fr">https://ent.seine-et-marne.fr</a>, ou téléchargez <strong>ENT
194
+ 77:<br /></strong> <img class="qr" src="qr-code.png"></img>
195
+ </li>
196
+
197
+
198
+
142
199
  <li>Entrez votre identifiant (à conserver pour vous connecter ultérieurement) et votre code d'activation :
143
200
  <div class="center">
144
- <p class="red">Identifiant : {{login}}</p>
145
- <p class="red">Code d'activation : {{activationCode}}</p>
201
+ <p class="red">Identifiant : {{login}}</p>
202
+ <p class="red">Code d'activation : {{activationCode}}</p>
146
203
  </div>
147
204
  </li>
148
- <li>Choisissez un nouveau mot de passe, comprenant 8 caractères minimum, <strong>dont au moins une majuscule, une minuscule et un chiffre</strong>.</li>
149
- <li>Renseignez votre adresse mail personnelle pour obtenir un mail de réinitialisation en cas d'oubli de votre mot de passe.</li>
150
- <li>Vous n'avez plus qu'à lire et accepter les Conditions Générales d'Utilisation.</li>
205
+ <li>Votre mot de passe doit être composé d'un minima de 12 caractères combinant majuscules, minuscules,
206
+ chiffres et caractères spéciaux.</li>
207
+ <li>Renseignez votre adresse mail personnelle pour obtenir un mail de réinitialisation en cas d'oubli de
208
+ votre mot de passe.</li>
209
+ <li>Vous n'avez plus qu'à lire et accepter les Conditions Générales d'Utilisation ainsi que la charte
210
+ d'utilisation.</li>
151
211
  </ol>
152
- {{/activationCode}}
153
- <p id="right">Bonne navigation !</p>
154
- </div>
155
- {{/users}}
212
+ {{/activationCode}}
213
+ <p id="right">Bonne navigation sur l'ENT77 - Collèges Connectés.</p>
214
+ </div>
215
+ {{/users}}
156
216
  </body>
157
217
 
158
- </html>
218
+ </html>
@@ -1,5 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4
5
 
5
6
  <head>
@@ -8,85 +9,192 @@
8
9
  * {
9
10
  box-sizing: border-box;
10
11
  }
12
+
11
13
  body {
12
14
  font-family: Arial, sans-serif;
13
15
  color: #555;
14
16
  line-height: 1.4;
17
+ margin: 0;
15
18
  }
19
+
16
20
  @page {
17
21
  size: A4;
22
+ margin: 5mm;
18
23
  }
24
+
19
25
  @media print {
20
- html, body {
26
+
27
+ html,
28
+ body {
21
29
  width: 210mm;
22
30
  height: 297mm;
23
31
  }
24
32
  }
33
+
25
34
  p {
26
35
  font-size: 12px;
27
36
  margin: 0;
28
37
  }
38
+
29
39
  strong {
30
40
  color: #444;
31
41
  }
42
+
32
43
  a {
33
44
  color: #3889c1;
34
45
  }
46
+
47
+ .page-container {
48
+ display: grid;
49
+ grid-template-columns: repeat(4, 1fr);
50
+ /* Create 4 equal columns */
51
+ gap: 5mm;
52
+ /* Spacing between cards */
53
+ padding: 5mm;
54
+ /* Consistent padding around the grid */
55
+ width: calc(210mm - 10mm);
56
+ /* Adjust width for page margins */
57
+ min-height: calc(297mm - 10mm);
58
+ /* Adjust height for page margins */
59
+ box-sizing: border-box;
60
+ /* Ensure padding and border are inside the dimensions */
61
+ }
62
+
63
+ .page-break {
64
+ page-break-after: always;
65
+ }
66
+
67
+ .page {
68
+ display: flex;
69
+ flex-wrap: wrap;
70
+ justify-content: space-between;
71
+ align-content: flex-start;
72
+ width: 100%;
73
+ height: 100%;
74
+ page-break-after: always;
75
+ padding: 5mm;
76
+ }
77
+
35
78
  .card {
36
79
  float: left;
37
80
  width: 8cm;
38
- min-height: 5.9cm;
39
- max-height: 6cm;
81
+ min-height: 5.79cm;
82
+ max-height: none;
40
83
  border: 0.5px dashed #ccc;
41
84
  padding: 15px;
42
85
  margin: 0;
86
+ flex-direction: column;
87
+ position: relative;
88
+ overflow: hidden;
43
89
  }
90
+
44
91
  .logo {
45
- width: 100px;
92
+ width: 80px;
46
93
  float: right;
94
+ margin-left: 10px;
95
+ }
96
+
97
+ /* Target the paragraph containing the "relative" information and otherChildren */
98
+ .card>p:nth-child(8) {
99
+ overflow-wrap: break-word;
100
+ /* Adjust the nth-child if your structure changes */
101
+ word-break: break-word;
102
+ /* Ensure long words also break */
103
+ margin-right: 95px;
104
+ /* Forcing line breaks within words if needed */
47
105
  }
106
+
107
+ /* Create a pseudo-element to act as an exclusion zone for the text */
108
+ .card::after {
109
+ content: "";
110
+ position: absolute;
111
+ top: 15px;
112
+ /* Adjust to the top position of your QR code */
113
+ right: 15px;
114
+ /* Adjust to the right position of your QR code */
115
+ width: 90px;
116
+ /* Adjust to be slightly wider than your QR code */
117
+ height: 90px;
118
+ /* Adjust to be slightly taller than your QR code */
119
+ pointer-events: none;
120
+ /* Ensure it doesn't interfere with clicks */
121
+ shape-outside: rectangle(0px, 0px, 90px, 90px);
122
+ /* Define the exclusion shape */
123
+ float: right;
124
+ /* Make it float to influence inline content */
125
+ margin-left: 10px;
126
+ /* Add some spacing */
127
+ }
128
+
48
129
  .grade {
49
130
  display: inline-block;
50
131
  font-size: 11px;
51
- line-height: 12px;
52
- margin-bottom: 10px;
132
+ margin-bottom: 15px;
53
133
  font-style: oblique;
54
134
  }
55
- .relative {
56
- height: 48px;
57
- overflow: hidden;
58
- }
59
- .login {
60
- margin-top: 12px;
61
- }
135
+
62
136
  .name {
137
+ font-size: 16px;
63
138
  margin: 0;
64
- font-size: 14px;
65
139
  line-height: 1.1;
66
140
  }
141
+
67
142
  .activated {
68
143
  font-style: oblique;
69
144
  }
145
+
146
+ .qr {
147
+ width: 80px;
148
+ }
149
+
150
+ .qr-container {
151
+ display: flex;
152
+ flex-direction: column;
153
+ align-items: center;
154
+ text-align: center;
155
+ position: absolute;
156
+ top: 10px;
157
+ right: 10px;
158
+ width: 80px;
159
+ z-index: 1;
160
+ }
161
+
162
+ .qr-text {
163
+ font-size: 10px;
164
+ margin-top: 5px;
165
+ }
70
166
  </style>
71
167
  </head>
72
168
 
73
- <body>
169
+ <body class="page">
74
170
  {{#blocks}}
75
171
  <div style="page-break-after:always;">
76
172
  {{#users}}
77
173
  <div class="card">
78
- <img class="logo" src="logo.png"></img>
174
+ <div style="position: relative;">
175
+ <img class="logo" src="logo.png"></img>
176
+ <div class="qr-container">
177
+ <img class="qr" src="qr-code.png"></img>
178
+ <p class="qr-text">{{#i18n}}classAdmin.template.downloadAppInfo{{/i18n}}</p>
179
+ </div>
180
+ </div>
79
181
  <h2 class="name">{{displayName}}</h2>
80
182
  {{^isGuestOrPersonnel}}
81
- <strong class="grade">{{#i18n}}{{profile}}{{/i18n}}{{#firstClass}} {{#i18n}}classAdmin.template.class{{/i18n}} <strong>{{.}}</strong>{{#otherClasses}}, <strong>{{.}}</strong>{{/otherClasses}}{{/firstClass}}.</strong>
183
+ <strong class="grade">{{#i18n}}{{profile}}{{/i18n}}{{#firstClass}}
184
+ {{#i18n}}classAdmin.template.class{{/i18n}} <strong>{{.}}</strong>{{#otherClasses}},
185
+ <strong>{{.}}</strong>{{/otherClasses}}{{/firstClass}}.</strong>
186
+ <br />
82
187
  {{/isGuestOrPersonnel}}
83
188
  {{#isGuestOrPersonnel}}
84
189
  <strong class="grade">{{#i18n}}{{profile}}{{/i18n}}</strong>
190
+ <br />
85
191
  {{/isGuestOrPersonnel}}
86
192
  {{#firstChild}}
87
- <p class="relative"><strong>{{#i18n}}classAdmin.template.relative{{/i18n}} : </strong><br />{{firstName}} {{lastName}}{{#otherChildren}}, {{firstName}} {{lastName}}{{/otherChildren}}</p>
193
+ <p><strong>{{#i18n}}classAdmin.template.relative{{/i18n}} : </strong><br />{{firstName}}
194
+ {{lastName}}</p>
195
+ <br />
88
196
  {{/firstChild}}
89
- <p class="login"><strong>{{#i18n}}classAdmin.template.id{{/i18n}} : </strong>{{login}}</p>
197
+ <p><strong>{{#i18n}}classAdmin.template.id{{/i18n}} : </strong>{{login}}</p>
90
198
  {{#activationCode}}
91
199
  <p><strong>{{#i18n}}classAdmin.template.code{{/i18n}} : </strong>{{activationCode}}</p>
92
200
  {{/activationCode}}
@@ -102,7 +210,6 @@
102
210
  <p>
103
211
  <strong>{{#i18n}}classAdmin.template.url{{/i18n}} :</strong><br />
104
212
  <a href="#">{{hostname}}</a><br />
105
- {{#i18n}}classAdmin.template.downloadAppInfo{{/i18n}}
106
213
  </p>
107
214
  </div>
108
215
  {{/users}}
@@ -112,4 +219,5 @@
112
219
  </div>
113
220
  {{/blocks}}
114
221
  </body>
222
+
115
223
  </html>
@@ -38,6 +38,24 @@
38
38
  target="[[application.target]]"
39
39
  title="[[translatedDisplayName(application)]]"
40
40
  >
41
+ <!-- new icon if exercizer exist -->
42
+ <svg
43
+ ng-if="application.displayName === 'exercizer'"
44
+ viewBox="0 0 24 24"
45
+ fill="gold"
46
+ width="36"
47
+ height="36"
48
+ style="position: absolute; top: 10px; right: 20px; z-index: 1"
49
+ >
50
+ <path
51
+ d="M14.2941 2C14.3777 2.00004 14.4593 2.02536 14.5284 2.07237C14.5975 2.11946 14.6507 2.18633 14.6813 2.26413L14.8902 2.76627C15.2397 3.61748 15.9025 4.30243 16.7421 4.68007L17.3338 4.94345C17.4093 4.97839 17.4733 5.03456 17.5181 5.10461C17.5628 5.17459 17.5867 5.25587 17.5867 5.33889C17.5867 5.42206 17.5629 5.50384 17.5181 5.57392C17.4733 5.64398 17.4093 5.70014 17.3338 5.73508L16.7078 6.0126C15.8886 6.3798 15.237 7.0408 14.8813 7.8645L14.6783 8.3301C14.6467 8.4059 14.5931 8.4711 14.5246 8.5166C14.4563 8.562 14.3761 8.5867 14.2941 8.5868C14.2119 8.5867 14.1312 8.5622 14.0628 8.5166C13.9944 8.4711 13.9407 8.4059 13.9091 8.3301L13.7069 7.8645C13.3508 7.0409 12.6983 6.3809 11.8789 6.0141L11.2544 5.73508C11.1786 5.70024 11.1144 5.64411 11.0694 5.57392C11.0244 5.50374 11 5.42224 11 5.33889C11 5.25556 11.0244 5.17404 11.0694 5.10387C11.1144 5.03368 11.1786 4.97755 11.2544 4.9427L11.8446 4.68007C12.6846 4.30279 13.3481 3.61825 13.6979 2.76701L13.9061 2.26413C13.9367 2.18634 13.99 2.11948 14.0591 2.07237C14.1282 2.02527 14.2104 2.00002 14.2941 2Z"
52
+ fill="#FFC400"
53
+ />
54
+ <path
55
+ d="M7.2577 5C7.4168 5 7.5725 5.04777 7.7039 5.13729C7.8352 5.22676 7.9368 5.35361 7.9949 5.50139L8.3903 6.45492C9.0543 8.07272 10.314 9.37472 11.9098 10.0923L13.0334 10.5929C13.1768 10.6593 13.2982 10.7651 13.3834 10.8981C13.4685 11.0312 13.5139 11.1862 13.5139 11.3443C13.5139 11.5024 13.4686 11.6572 13.3834 11.7904C13.2982 11.9236 13.177 12.0299 13.0334 12.0963L11.8441 12.6246C10.2875 13.3223 9.049 14.578 8.3732 16.1433L7.9882 17.0275C7.928 17.1715 7.8264 17.2946 7.6964 17.3811C7.5665 17.4676 7.4139 17.5139 7.2577 17.5139C7.1016 17.5139 6.949 17.4676 6.819 17.3811C6.689 17.2946 6.5874 17.1715 6.5273 17.0275L6.1423 16.1433C5.4657 14.5783 4.2269 13.3231 2.6698 12.6261L1.4827 12.0963C1.3387 12.0301 1.2161 11.9238 1.1306 11.7904C1.0451 11.6571 1 11.5018 1 11.3435C1 11.1851 1.0451 11.0299 1.1306 10.8966C1.2161 10.7632 1.3387 10.6569 1.4827 10.5907L2.6042 10.0923C4.2003 9.37542 5.4604 8.07392 6.1251 6.45642L6.5213 5.50139C6.5794 5.35362 6.681 5.22673 6.8123 5.13729C6.9436 5.04787 7.0988 5.00003 7.2577 5Z"
56
+ fill="#FFC400"
57
+ />
58
+ </svg>
41
59
  <img
42
60
  ng-if="isIconUrl(application)"
43
61
  class="application"
package/dist/version.txt CHANGED
@@ -1,2 +1,2 @@
1
1
  entcore-css-lib 03/04/2025 12:39:25
2
- ode-csslib-panda-cg77 03/04/2025 12:54:20
2
+ ode-csslib-panda-cg77 09/07/2025 11:28:27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ode-csslib-panda-cg77",
3
- "version": "3.4.12",
3
+ "version": "3.4.14",
4
4
  "description": "Panda theme by Edifice",
5
5
  "repository": {
6
6
  "type": "git",