ode-csslib-panda-oneconnect 3.2.2 → 3.2.4
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/i18n/Auth/en.json +0 -1
- package/dist/i18n/Auth/es.json +0 -1
- package/dist/i18n/Auth/it.json +0 -1
- package/dist/i18n/Auth/pt.json +0 -1
- package/dist/i18n/Workspace/fr.json +0 -1
- package/dist/img/icons/angry-panda-small.png +0 -0
- package/dist/img/icons/angry.png +0 -0
- package/dist/img/icons/default-panda-small.png +0 -0
- package/dist/img/icons/default.png +0 -0
- package/dist/img/icons/dreamy-panda-small.png +0 -0
- package/dist/img/icons/dreamy.png +0 -0
- package/dist/img/icons/happy-panda-small.png +0 -0
- package/dist/img/icons/happy.png +0 -0
- package/dist/img/icons/joker-panda-small.png +0 -0
- package/dist/img/icons/joker.png +0 -0
- package/dist/img/icons/love-panda-small.png +0 -0
- package/dist/img/icons/love.png +0 -0
- package/dist/img/icons/proud-panda-small.png +0 -0
- package/dist/img/icons/proud.png +0 -0
- package/dist/img/icons/sad-panda-small.png +0 -0
- package/dist/img/icons/sad.png +0 -0
- package/dist/img/icons/sick-panda-small.png +0 -0
- package/dist/img/icons/sick.png +0 -0
- package/dist/img/icons/tired-panda-small.png +0 -0
- package/dist/img/icons/tired.png +0 -0
- package/dist/img/icons/worried-panda-small.png +0 -0
- package/dist/img/icons/worried.png +0 -0
- package/dist/img/illustrations/logo.png +0 -0
- package/dist/portal.html +1 -2
- package/dist/skins/circus/theme.css +1 -1
- package/dist/skins/circus/theme.css.map +1 -1
- package/dist/skins/default/theme.css +1 -1
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/desert/theme.css +1 -1
- package/dist/skins/desert/theme.css.map +1 -1
- package/dist/skins/neutre/theme.css +1 -1
- package/dist/skins/neutre/theme.css.map +1 -1
- package/dist/skins/ocean/theme.css +1 -1
- package/dist/skins/ocean/theme.css.map +1 -1
- package/dist/skins/panda-food/theme.css +1 -1
- package/dist/skins/panda-food/theme.css.map +1 -1
- package/dist/skins/sparkly/theme.css +1 -1
- package/dist/skins/sparkly/theme.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +2 -2
package/dist/i18n/Auth/en.json
CHANGED
|
@@ -3,6 +3,5 @@
|
|
|
3
3
|
"auth.resetCodeSent": "An email was sent to you (or your teacher if you are a student), with instructions to change your password.",
|
|
4
4
|
"email.signature" : "The ONE Team",
|
|
5
5
|
"auth.welcome.p1" : "Welcom on One, the Virtual Learning Environment for the primary degre!",
|
|
6
|
-
"auth.charter": "/assets/cgu/en.pdf",
|
|
7
6
|
"password.errors": "Choose a minimum of 6 characters."
|
|
8
7
|
}
|
package/dist/i18n/Auth/es.json
CHANGED
package/dist/i18n/Auth/it.json
CHANGED
package/dist/i18n/Auth/pt.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
"auth.resetCodeSent": "Um email foi enviado (o a seu profesor se você ê aluno) com instruções para modificar a senha.",
|
|
4
4
|
"auth.welcome.p1" : "Bem vindo sobre One, o Ambiente Virtual de Aprendizagem para escolas primàrias!",
|
|
5
5
|
"auth.welcome.p2" : "Alunos, professores, funcionàrios e pais, ONE permite aceder facilmente a informações e instrumentos colaborativos. Este versão è muito simples e vai evoluir durante o ano com novos serviços e novas funcionalidades.",
|
|
6
|
-
"auth.charter": "/assets/cgu/pt.pdf",
|
|
7
6
|
"password.errors": "Escolha no mínimo 6 caracteres.",
|
|
8
7
|
"email.signature": "A equipe ONE"
|
|
9
8
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"workspace.add.document": "Créer",
|
|
3
2
|
"workspace.send.rack": "Envoyer",
|
|
4
3
|
"confirm.remove": "Attention, si vous supprimez une image ou du son, il ne sera plus visible dans les applications qui l'utilisent (blog, cahier multimédia, ...). Êtes-vous sûr de vouloir supprimer le document ?"
|
|
5
4
|
}
|
|
Binary file
|
package/dist/img/icons/angry.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/img/icons/happy.png
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/img/icons/joker.png
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/img/icons/love.png
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/img/icons/proud.png
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/img/icons/sad.png
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/img/icons/sick.png
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/img/icons/tired.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/portal.html
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<header class="header no-2d" ng-controller="Account">
|
|
2
2
|
<div class="container-fluid">
|
|
3
3
|
<nav class="navbar">
|
|
4
|
-
<div class="mobile-nav-opener"></div>
|
|
5
4
|
<div class="d-none d-md-inline-flex gap-12 align-items-center">
|
|
6
5
|
<div class="avatar avatar-sm rounded-circle">
|
|
7
6
|
<img ng-src="[[avatar]]" alt="avatar" />
|
|
@@ -128,4 +127,4 @@
|
|
|
128
127
|
</div>
|
|
129
128
|
</div>
|
|
130
129
|
|
|
131
|
-
<xiti></xiti>
|
|
130
|
+
<xiti></xiti>
|