ode-csslib-panda-cg77 3.0.8-feat-explorer.202302211024 → 3.0.9
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/portal.html +83 -118
- package/dist/skins/circus/theme.css +6 -6
- package/dist/skins/circus/theme.css.map +1 -1
- package/dist/skins/default/theme.css +6 -6
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/desert/theme.css +6 -6
- package/dist/skins/desert/theme.css.map +1 -1
- package/dist/skins/neutre/theme.css +6 -6
- package/dist/skins/neutre/theme.css.map +1 -1
- package/dist/skins/ocean/theme.css +6 -6
- package/dist/skins/ocean/theme.css.map +1 -1
- package/dist/skins/panda-food/theme.css +6 -6
- package/dist/skins/panda-food/theme.css.map +1 -1
- package/dist/skins/sparkly/theme.css +6 -6
- package/dist/skins/sparkly/theme.css.map +1 -1
- package/dist/template/portal/applications.html +5 -10
- package/dist/version.txt +2 -2
- package/package.json +2 -2
package/dist/portal.html
CHANGED
|
@@ -1,123 +1,88 @@
|
|
|
1
|
-
<
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<div class="
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<span class="navbar-text" translate key="welcome"></span>
|
|
1
|
+
<div class="centered container row">
|
|
2
|
+
<header class="main" ng-controller="Account">
|
|
3
|
+
<section class="navbar row" role="banner">
|
|
4
|
+
<div class="mobile-nav-opener"></div>
|
|
5
|
+
<div class="cell">
|
|
6
|
+
<img ng-src="[[avatar]]" id="my-photo" />
|
|
7
|
+
<span class="welcome-message" translate key="welcome"></span>
|
|
9
8
|
</div>
|
|
10
|
-
<
|
|
11
|
-
<
|
|
12
|
-
<a
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
ng-if="nbNewMessages
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</path>
|
|
31
|
-
</g>
|
|
32
|
-
<defs>
|
|
33
|
-
<clipPath id="one-profile_svg__a">
|
|
34
|
-
<path fill="#fff" d="M0 0h24v24H0z"></path>
|
|
35
|
-
</clipPath>
|
|
36
|
-
</defs>
|
|
37
|
-
</svg><span class="visually-hidden">
|
|
38
|
-
<i18n>navbar.account</i18n>
|
|
39
|
-
</span></a>
|
|
40
|
-
</li>
|
|
41
|
-
<li ng-if="currentLanguage == 'fr'" class="nav-item" tooltip="navbar.help"
|
|
42
|
-
aria-label="[[lang.translate('navbar.help')]]"
|
|
43
|
-
pulsar="{ index: 6, i18n: 'portal.pulsar.help', position: 'bottom center'}">
|
|
44
|
-
<a href="" class="nav-link" title="[[lang.translate('navbar.help')]]"
|
|
45
|
-
aria-label="[[lang.translate('navbar.help')]]"
|
|
46
|
-
pulsar="{ index: 6, i18n: 'portal.pulsar.help', position: 'bottom center'}">
|
|
47
|
-
<i18n>help.icon</i18n>
|
|
9
|
+
<div class="cell right-magnet">
|
|
10
|
+
<nav class="account">
|
|
11
|
+
<a
|
|
12
|
+
href="/conversation/conversation"
|
|
13
|
+
tooltip="navbar.messages"
|
|
14
|
+
aria-label="[[lang.translate('navbar.messages')]]"
|
|
15
|
+
>
|
|
16
|
+
<i
|
|
17
|
+
class="navbar-new-mail"
|
|
18
|
+
ng-if="nbNewMessages > 0 && me.hasWorkflow('org.entcore.conversation.controllers.ConversationController|view')"
|
|
19
|
+
>
|
|
20
|
+
<span
|
|
21
|
+
ng-class="{ 'mail-count-1': nbNewMessages < 10, 'mail-count-10': nbNewMessages >= 10 && nbNewMessages < 100, 'mail-count-100': nbNewMessages >= 100 && nbNewMessages < 1000 }"
|
|
22
|
+
>[[nbNewMessages]]</span
|
|
23
|
+
>
|
|
24
|
+
</i>
|
|
25
|
+
<i
|
|
26
|
+
class="navbar-mail"
|
|
27
|
+
ng-if="nbNewMessages == 0 && me.hasWorkflow('org.entcore.conversation.controllers.ConversationController|view')"
|
|
28
|
+
></i>
|
|
48
29
|
</a>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
class="
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
</
|
|
73
|
-
</ul>
|
|
74
|
-
</nav>
|
|
75
|
-
</div>
|
|
76
|
-
<nav class="navbar no-2d navbar-secondary navbar-expand-md" aria-label="navbar.secondary.navigation">
|
|
77
|
-
<div class="container-fluid">
|
|
78
|
-
<div class="collapse navbar-collapse" id="navbarCollapsed" ng-class="{'show' : dropdownToggle}">
|
|
79
|
-
<a class="navbar-brand d-none d-md-block" href="/timeline/timeline" aria-label="Accueil"><img class="logo"
|
|
80
|
-
src="/assets/themes/[[skin.skin]]/img/illustrations/logo.png" alt="Logo de l'ENT"></a>
|
|
81
|
-
<ul class="navbar-nav gap-8">
|
|
82
|
-
<li class="nav-item">
|
|
83
|
-
<a href="/timeline/timeline?token=[[rand]]" class="button"><svg xmlns="http://www.w3.org/2000/svg"
|
|
84
|
-
viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" color="#fff" class="d-md-none">
|
|
85
|
-
<path fill="currentColor"
|
|
86
|
-
d="M13.07 13.07V6.54h-2.14v6.53h2.14zm0 4.4v-2.2h-2.14v2.2h2.14zM24 12l-2.65 3.01.35 4.04-3.93.86-2.04 3.48L12 21.8l-3.73 1.6-2.04-3.42-3.93-.92.35-4.04L0 12l2.65-3.06-.35-3.99 3.93-.86L8.27.6 12 2.2 15.73.6l2.04 3.48 3.93.86L21.34 9z">
|
|
87
|
-
</path>
|
|
88
|
-
</svg><span class="d-inline-block">
|
|
89
|
-
<i18n>portal.header.navigation.whatsnew</i18n>
|
|
90
|
-
</span></a>
|
|
91
|
-
</li>
|
|
92
|
-
<li class="nav-item">
|
|
93
|
-
<a href="/userbook/annuaire?myClass&token=[[rand]]" class="button" pulsar-highlight="3"
|
|
94
|
-
pulsar="{ index: 3, i18n: 'portal.pulsar.myclass', position: 'bottom center'}"><svg xmlns="http://www.w3.org/2000/svg"
|
|
95
|
-
viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" color="#fff" class="d-md-none">
|
|
96
|
-
<path
|
|
97
|
-
d="M0 24.58V.53h24.05v4.28h-2.62V7.1h2.62v4.28h-2.62v2.35h2.62V18h-2.62v2.3h2.62v4.29H0zm4.64-6.85h12.12V14l-4.5-2.67q.9-.46 1.4-1.3t.53-1.85q0-1.4-1.01-2.43T10.7 4.72 8.25 5.75 7.24 8.18q0 1.03.53 1.85t1.4 1.3L4.63 14v3.73z"
|
|
98
|
-
fill="currentColor"></path>
|
|
99
|
-
</svg><span class="d-inline-block">
|
|
100
|
-
<i18n>portal.header.navigation.classMembers</i18n>
|
|
101
|
-
</span></a>
|
|
102
|
-
</li>
|
|
103
|
-
<li class="nav-item">
|
|
104
|
-
<a href="/welcome?token=[[rand]]" class="button" pulsar-highlight="4"
|
|
105
|
-
pulsar="{ index: 4, i18n: 'portal.pulsar.apps', position: 'bottom center'}"><svg width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
106
|
-
xmlns="http://www.w3.org/2000/svg" aria-hidden="true" color="#fff" class="d-md-none">
|
|
107
|
-
<path
|
|
108
|
-
d="M1.898 22.555c-.072-.145-.096-1.37-.048-2.691l.048-2.402h5.261v5.26l-2.595.049c-1.994.048-2.594 0-2.666-.216Zm7.76 0c-.049-.145-.073-1.37-.049-2.691l.072-2.402h5.238v5.26l-2.571.049c-2.018.048-2.595 0-2.69-.216Zm7.759 0c-.048-.145-.072-1.37-.048-2.691l.072-2.402h5.237v5.26l-2.57.049c-1.994.048-2.595 0-2.691-.216Zm-15.52-7.76c-.071-.168-.095-1.37-.047-2.69l.048-2.403h5.261v5.261l-2.595.048c-1.994.048-2.594 0-2.666-.216Zm7.76 0c-.048-.168-.072-1.37-.048-2.69l.072-2.403h5.238v5.261l-2.571.048c-2.018.048-2.595 0-2.69-.216Zm7.76 0c-.048-.168-.072-1.37-.048-2.69l.072-2.403h5.237v5.261l-2.57.048c-1.994.048-2.595 0-2.691-.216ZM1.897 7.011c-.071-.144-.095-1.345-.047-2.666l.048-2.402h5.261V7.18l-2.595.072c-1.994.048-2.594 0-2.666-.24Zm7.76 0c-.048-.144-.072-1.345-.048-2.666l.072-2.402h5.238V7.18l-2.571.072c-2.018.048-2.595 0-2.69-.24Zm7.76 0c-.048-.144-.072-1.345-.048-2.666l.072-2.402h5.237V7.18l-2.57.072c-1.994.048-2.595 0-2.691-.24Z"
|
|
109
|
-
fill="currentColor"></path>
|
|
110
|
-
</svg><span class="d-inline-block">
|
|
111
|
-
<i18n>portal.header.navigation.myapps</i18n>
|
|
112
|
-
</span></a>
|
|
113
|
-
</li>
|
|
114
|
-
</ul>
|
|
30
|
+
<a
|
|
31
|
+
href="/userbook/mon-compte"
|
|
32
|
+
tooltip="navbar.myaccount"
|
|
33
|
+
aria-label="[[lang.translate('navbar.myaccount')]]"
|
|
34
|
+
><i
|
|
35
|
+
class="navbar-user"
|
|
36
|
+
pulsar="{ index: 5, i18n: 'portal.pulsar.account', position: 'bottom center'}"
|
|
37
|
+
></i
|
|
38
|
+
></a>
|
|
39
|
+
<a
|
|
40
|
+
ng-if="currentLanguage == 'fr'"
|
|
41
|
+
tooltip="navbar.help"
|
|
42
|
+
aria-label="[[lang.translate('navbar.help')]]"
|
|
43
|
+
pulsar="{ index: 6, i18n: 'portal.pulsar.help', position: 'bottom center'}"
|
|
44
|
+
><i18n>help.icon</i18n></a
|
|
45
|
+
>
|
|
46
|
+
<a
|
|
47
|
+
logout
|
|
48
|
+
tooltip="navbar.disconnect"
|
|
49
|
+
aria-label="[[lang.translate('navbar.disconnect')]]"
|
|
50
|
+
><i class="navbar-shutdown"></i
|
|
51
|
+
></a>
|
|
52
|
+
<div class="clear"></div>
|
|
53
|
+
</nav>
|
|
115
54
|
</div>
|
|
116
|
-
</
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
55
|
+
</section>
|
|
56
|
+
<section class="row">
|
|
57
|
+
<a href="/timeline/timeline">
|
|
58
|
+
<img class="logo" src="/assets/themes/[[skin.skin]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
59
|
+
</a>
|
|
60
|
+
<nav class="horizontal">
|
|
61
|
+
<a
|
|
62
|
+
href="/timeline/timeline?token=[[rand]]"
|
|
63
|
+
translate
|
|
64
|
+
key="portal.header.navigation.whatsnew"
|
|
65
|
+
tabindex="1"
|
|
66
|
+
></a>
|
|
67
|
+
<a
|
|
68
|
+
href="/userbook/annuaire?myClass&token=[[rand]]"
|
|
69
|
+
translate
|
|
70
|
+
key="portal.header.navigation.classMembers"
|
|
71
|
+
tabindex="2"
|
|
72
|
+
pulsar-highlight="3"
|
|
73
|
+
pulsar="{ index: 3, i18n: 'portal.pulsar.myclass', position: 'bottom center'}"
|
|
74
|
+
></a>
|
|
75
|
+
<a
|
|
76
|
+
href="/welcome?token=[[rand]]"
|
|
77
|
+
translate
|
|
78
|
+
key="portal.header.navigation.myapps"
|
|
79
|
+
tabindex="3"
|
|
80
|
+
pulsar-highlight="4"
|
|
81
|
+
pulsar="{ index: 4, i18n: 'portal.pulsar.apps', position: 'bottom center'}"
|
|
82
|
+
></a>
|
|
83
|
+
</nav>
|
|
84
|
+
</section>
|
|
85
|
+
</header>
|
|
121
86
|
<div class="main wrapper">
|
|
122
87
|
<section class="main">
|
|
123
88
|
<div id="directory"></div>
|
|
@@ -127,4 +92,4 @@
|
|
|
127
92
|
</div>
|
|
128
93
|
</div>
|
|
129
94
|
|
|
130
|
-
<xiti></xiti>
|
|
95
|
+
<xiti></xiti>
|