ode-csslib-panda-odyssey 1.0.0-dev-produit.202212151443 → 1.0.0-dev-produit.202301101843
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.
- package/dist/fonts/generic-icons/generic-icons.svg +2 -0
- package/dist/fonts/generic-icons/generic-icons.ttf +0 -0
- package/dist/fonts/generic-icons/generic-icons.woff +0 -0
- package/dist/i18n/Timeline/fr.json +0 -1
- package/dist/skins/circus/theme.css +11 -11
- package/dist/skins/circus/theme.css.map +1 -1
- package/dist/skins/default/theme.css +11 -11
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/desert/theme.css +11 -11
- package/dist/skins/desert/theme.css.map +1 -1
- package/dist/skins/neutre/theme.css +11 -11
- package/dist/skins/neutre/theme.css.map +1 -1
- package/dist/skins/ocean/theme.css +11 -11
- package/dist/skins/ocean/theme.css.map +1 -1
- package/dist/skins/panda-food/theme.css +11 -11
- package/dist/skins/panda-food/theme.css.map +1 -1
- package/dist/skins/sparkly/theme.css +11 -11
- package/dist/skins/sparkly/theme.css.map +1 -1
- package/dist/template/assistant/exercizer/personnel/0.html +11 -0
- package/dist/template/assistant/exercizer/personnel/1.html +11 -0
- package/dist/template/assistant/exercizer/personnel/2.html +11 -0
- package/dist/template/assistant/exercizer/personnel/3.html +11 -0
- package/dist/template/assistant/exercizer/relative/0.html +11 -0
- package/dist/template/assistant/exercizer/relative/1.html +11 -0
- package/dist/template/assistant/exercizer/steps.json +6 -0
- package/dist/template/assistant/exercizer/student/0.html +11 -0
- package/dist/template/assistant/exercizer/student/1.html +11 -0
- package/dist/template/assistant/exercizer/teacher/0.html +11 -0
- package/dist/template/assistant/exercizer/teacher/1.html +11 -0
- package/dist/template/assistant/exercizer/teacher/2.html +11 -0
- package/dist/template/assistant/exercizer/teacher/3.html +11 -0
- package/dist/template/auth/activation-form.html +1 -1
- package/dist/template/auth/cgu-content.html +1 -1
- package/dist/template/auth/forgot-form.html +1 -1
- package/dist/template/auth/forgot-message.html +1 -1
- package/dist/template/auth/login-form.html +1 -1
- package/dist/template/auth/reset-form.html +1 -1
- package/dist/template/directory/massmail.pdf.xhtml +3 -3
- package/dist/version.txt +2 -2
- package/package.json +2 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.step1.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.step1.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_1.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.teacher.step2.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.teacher.step2.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_2.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.teacher.step3.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.teacher.step3.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_3.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.teacher.step4.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.teacher.step4.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_4.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.step1.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.step1.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_student_1.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.student.step2.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.student.step2.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_student_2.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.step1.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.step1.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_student_1.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.student.step2.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.student.step2.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_student_2.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.step1.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.step1.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_1.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.teacher.step2.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.teacher.step2.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_2.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.teacher.step3.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.teacher.step3.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_3.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<h1 class="assistant-title centered-text primary-color">
|
|
2
|
+
<i18n>exercizer.assistant.teacher.step4.title</i18n>
|
|
3
|
+
</h1>
|
|
4
|
+
<div class="assistant-body grid grid-2 gap-12">
|
|
5
|
+
<section class="assistant-content flex align-items-center">
|
|
6
|
+
<i18n>exercizer.assistant.teacher.step4.content</i18n>
|
|
7
|
+
</section>
|
|
8
|
+
<section class="assistant-image">
|
|
9
|
+
<img skin-src="/img/assistant/exercizer/onboarding_teacher_4.jpg" alt="">
|
|
10
|
+
</section>
|
|
11
|
+
</div>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="absolute">
|
|
2
2
|
<div class="centered container row">
|
|
3
|
-
<img class="logo" src="/assets/themes/[[
|
|
3
|
+
<img class="logo" src="/assets/themes/[[childTheme]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
4
4
|
<section class="main">
|
|
5
5
|
<div class="welcome-text" ng-if="!welcome.hideContent">
|
|
6
6
|
<div class="row">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="absolute">
|
|
2
2
|
<div class="centered container row">
|
|
3
|
-
<img class="logo" src="/assets/themes/[[
|
|
3
|
+
<img class="logo" src="/assets/themes/[[childTheme]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
4
4
|
<div class="container">
|
|
5
5
|
<section class="main" style="height: auto">
|
|
6
6
|
<h1 translate content="cgu.title"></h1>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="auth">
|
|
2
2
|
<div class="centered container row">
|
|
3
|
-
<img class="logo" src="/assets/themes/[[
|
|
3
|
+
<img class="logo" src="/assets/themes/[[childTheme]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
4
4
|
<section class="main">
|
|
5
5
|
<div class="welcome-text" ng-if="!welcome.hideContent">
|
|
6
6
|
<div class="row">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="absolute">
|
|
2
2
|
<div class="centered container row">
|
|
3
|
-
<img class="logo" src="/assets/themes/[[
|
|
3
|
+
<img class="logo" src="/assets/themes/[[childTheme]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
4
4
|
<section class="main">
|
|
5
5
|
<div class="welcome-text" ng-if="!welcome.hideContent">
|
|
6
6
|
<div class="row">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div>
|
|
2
2
|
<div class="centered container row">
|
|
3
|
-
<img class="logo" src="/assets/themes/[[
|
|
3
|
+
<img class="logo" src="/assets/themes/[[childTheme]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
4
4
|
|
|
5
5
|
<div ng-if="!browser" class="browser">
|
|
6
6
|
<h1><i18n>browser.not.supported.title</i18n></h1>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="absolute">
|
|
2
2
|
<div class="centered container row">
|
|
3
|
-
<img class="logo" src="/assets/themes/[[
|
|
3
|
+
<img class="logo" src="/assets/themes/[[childTheme]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
4
4
|
<section class="main">
|
|
5
5
|
<div class="welcome-text" ng-if="!welcome.hideContent">
|
|
6
6
|
<div class="row">
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
<b>Activez votre compte sur l'ENT Odyssey !</b>
|
|
139
139
|
</p>
|
|
140
140
|
<p class="blue center">
|
|
141
|
-
<b>Rendez-vous sur le site <a href="https://
|
|
141
|
+
<b>Rendez-vous sur le site <a href="https://ent.odyssey.education">ent.odyssey.education</a></b>
|
|
142
142
|
</p>
|
|
143
143
|
|
|
144
144
|
<div class="twocolumns center" style="margin-top: 10px">
|
|
@@ -261,8 +261,8 @@
|
|
|
261
261
|
<br/>
|
|
262
262
|
</p>
|
|
263
263
|
<p>
|
|
264
|
-
Rendez-vous sur le site <a href="https://
|
|
265
|
-
|
|
264
|
+
Rendez-vous sur le site <a href="https://ent.odyssey.education">
|
|
265
|
+
ent.odyssey.education</a> et cliquez sur « Mot de passe oublié ».
|
|
266
266
|
</p>
|
|
267
267
|
</div>
|
|
268
268
|
<div>
|
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
entcore-css-lib=
|
|
2
|
-
ode-csslib-panda-odyssey=1.0-dev-produit-SNAPSHOT
|
|
1
|
+
entcore-css-lib=4.0.2 02/01/2023 15:10:21
|
|
2
|
+
ode-csslib-panda-odyssey=1.0-dev-produit-SNAPSHOT 10/01/2023 18:44:39
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-panda-odyssey",
|
|
3
|
-
"version": "1.0.0-dev-produit.
|
|
3
|
+
"version": "1.0.0-dev-produit.202301101843",
|
|
4
4
|
"description": "Panda theme by Open Digital Education",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"override:i18n": "OVERRIDE_SRC=${OVERRIDE_SRC} OVERRIDE_DIST=${OVERRIDE_DIST} node ode-override-plugin.js",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"theme"
|
|
33
33
|
],
|
|
34
34
|
"author": "Open Digital Education",
|
|
35
|
+
"license": "NONE",
|
|
35
36
|
"dependencies": {
|
|
36
37
|
"entcore-css-lib": "npm:ode-csslib@dev-produit"
|
|
37
38
|
},
|