ode-csslib-openent 3.4.13-develop-integration.202607091143 → 3.4.13-develop-integration.202607191539
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-v2.html +167 -0
- package/dist/version.txt +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
~ Copyright © WebServices pour l'Éducation, 2014
|
|
3
|
+
~
|
|
4
|
+
~ This file is part of ENT Core. ENT Core is a versatile ENT engine based on the JVM.
|
|
5
|
+
~
|
|
6
|
+
~ This program is free software; you can redistribute it and/or modify
|
|
7
|
+
~ it under the terms of the GNU Affero General Public License as
|
|
8
|
+
~ published by the Free Software Foundation (version 3 of the License).
|
|
9
|
+
~
|
|
10
|
+
~ For the sake of explanation, any module that communicate over native
|
|
11
|
+
~ Web protocols, such as HTTP, with ENT Core is outside the scope of this
|
|
12
|
+
~ license and could be license under its own terms. This is merely considered
|
|
13
|
+
~ normal use of ENT Core, and does not fall under the heading of "covered work".
|
|
14
|
+
~
|
|
15
|
+
~ This program is distributed in the hope that it will be useful,
|
|
16
|
+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
17
|
+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
18
|
+
~
|
|
19
|
+
-->
|
|
20
|
+
|
|
21
|
+
<header class="header header-v2 no-1d" ng-controller="Account">
|
|
22
|
+
<nav class="navbar navbar-expand-md">
|
|
23
|
+
<div class="container-fluid">
|
|
24
|
+
<a class="navbar-brand d-none d-md-block" href="/timeline/timeline">
|
|
25
|
+
<img class="logo" src="/assets/themes/[[skin.skin]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
26
|
+
</a>
|
|
27
|
+
<ul class="navbar-nav">
|
|
28
|
+
<li class="nav-item">
|
|
29
|
+
<a href="/timeline/timeline" class="nav-link" i18n-title="navbar.home" data-testid="header-home-button">
|
|
30
|
+
<svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
31
|
+
<g clip-path="url(#icon-home-beta_svg__a)">
|
|
32
|
+
<path fill="#383838" d="M15.183.28a1.334 1.334 0 0 1 1.636 0l12 9.335c.325.252.515.64.515 1.052v14.666a4 4 0 0 1-4 4H6.668a4 4 0 0 1-4-4V10.667c0-.411.19-.8.515-1.052zM5.334 11.32v14.014a1.335 1.335 0 0 0 1.334 1.334h4v-12c0-.736.597-1.334 1.333-1.334h8c.736 0 1.333.598 1.333 1.334v12h4a1.335 1.335 0 0 0 1.334-1.334V11.32L16.001 3.023zm8 15.348h5.334V16h-5.334z"></path>
|
|
33
|
+
</g>
|
|
34
|
+
<defs>
|
|
35
|
+
<clipPath id="icon-home-beta_svg__a"><path fill="#fff" d="M0 0h32v32H0z"></path></clipPath>
|
|
36
|
+
</defs>
|
|
37
|
+
</svg>
|
|
38
|
+
<span class="nav-text">
|
|
39
|
+
<i18n>navbar.home</i18n>
|
|
40
|
+
</span>
|
|
41
|
+
</a>
|
|
42
|
+
</li>
|
|
43
|
+
<li class="nav-item" ng-if="me.hasWorkflow('net.atos.entng.community.controllers.CommunityController|view')">
|
|
44
|
+
<a href="/communities" class="nav-link" i18n-title="navbar.community" data-testid="header-community-button">
|
|
45
|
+
<svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="icon community">
|
|
46
|
+
<g stroke-miterlimit="10" stroke-width="2.667" clip-path="url(#icon-communities-beta_svg__a)">
|
|
47
|
+
<path fill="#FEECFE" stroke="#E26AE2" d="M19.96 5.803a3.803 3.803 0 1 0-7.605 0 3.803 3.803 0 0 0 7.606 0Z"></path>
|
|
48
|
+
<path stroke="#E26AE2" d="M9.668 11.861a3.803 3.803 0 1 0-7.606 0 3.803 3.803 0 0 0 7.606 0ZM30.254 11.861a3.803 3.803 0 1 0-7.606 0 3.803 3.803 0 0 0 7.606 0Z"></path>
|
|
49
|
+
<path stroke="#FC94FF" d="M6.389 18.847a5.25 5.25 0 0 1 5.248 5.248v6.837H1.14v-6.837a5.25 5.25 0 0 1 5.248-5.248ZM25.637 18.847a5.25 5.25 0 0 1 5.248 5.248v6.837H20.389v-6.837a5.25 5.25 0 0 1 5.248-5.248Z"></path>
|
|
50
|
+
<path fill="#FEECFE" stroke="#E26AE2" d="M16.158 12.955a5.25 5.25 0 0 1 5.248 5.248v12.73H10.91v-12.73a5.25 5.25 0 0 1 5.248-5.248Z"></path>
|
|
51
|
+
</g>
|
|
52
|
+
<defs>
|
|
53
|
+
<clipPath id="icon-communities-beta_svg__a"><path fill="#fff" d="M0 0h32v32H0z"></path></clipPath>
|
|
54
|
+
</defs>
|
|
55
|
+
</svg>
|
|
56
|
+
<span class="nav-text">
|
|
57
|
+
<i18n>navbar.community</i18n>
|
|
58
|
+
</span>
|
|
59
|
+
</a>
|
|
60
|
+
</li>
|
|
61
|
+
<li class="nav-item" ng-if="me.hasWorkflow('org.entcore.conversation.controllers.ConversationController|view')">
|
|
62
|
+
<a href="/conversation/conversation" class="nav-link position-relative" i18n-title="conversation" data-testid="header-messagerie-button">
|
|
63
|
+
<svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
64
|
+
<g clip-path="url(#icon-messages-beta_svg__a)">
|
|
65
|
+
<path stroke="#E5A800" stroke-miterlimit="10" stroke-width="2.667" d="m5.93 10.246-4.8 3.088v12.267a5.335 5.335 0 0 0 5.334 5.333h24.534v-17.6l-4.689-3.013"></path>
|
|
66
|
+
<path fill="#FCF3CF" d="M26.196 15.468v-14.4H5.93v14.4"></path>
|
|
67
|
+
<path stroke="#FFC403" stroke-miterlimit="10" stroke-width="2.667" d="M26.196 15.468v-14.4H5.93v14.4"></path>
|
|
68
|
+
<path stroke="#E5A800" stroke-miterlimit="10" stroke-width="2.667" d="M9.13 5.334h13.867M10.197 9.6h11.734M1.13 13.334l14.934 8.533 14.933-8.533"></path>
|
|
69
|
+
</g>
|
|
70
|
+
<defs>
|
|
71
|
+
<clipPath id="icon-messages-beta_svg__a"><path fill="#fff" d="M0 0h32v32H0z"></path></clipPath>
|
|
72
|
+
</defs>
|
|
73
|
+
</svg>
|
|
74
|
+
<span class="badge bg-warning" ng-if="nbNewMessages">[[nbNewMessages]]</span>
|
|
75
|
+
<span class="nav-text">
|
|
76
|
+
<i18n>conversation</i18n>
|
|
77
|
+
</span>
|
|
78
|
+
</a>
|
|
79
|
+
</li>
|
|
80
|
+
|
|
81
|
+
<!-- Carbonio preauth link -->
|
|
82
|
+
<li class="nav-item" ng-if="me.hasWorkflow('org.entcore.auth.controllers.CarbonioPreauthController|preauth')">
|
|
83
|
+
<a class="nav-link position-relative" href="/auth/carbonio/preauth" i18n-title="conversation" target="_blank"
|
|
84
|
+
data-testid="header-messagerie-button">
|
|
85
|
+
<svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
86
|
+
<g clip-path="url(#icon-messages-beta_svg__a-carbonio)">
|
|
87
|
+
<path stroke="#E5A800" stroke-miterlimit="10" stroke-width="2.667" d="m5.93 10.246-4.8 3.088v12.267a5.335 5.335 0 0 0 5.334 5.333h24.534v-17.6l-4.689-3.013"></path>
|
|
88
|
+
<path fill="#FCF3CF" d="M26.196 15.468v-14.4H5.93v14.4"></path>
|
|
89
|
+
<path stroke="#FFC403" stroke-miterlimit="10" stroke-width="2.667" d="M26.196 15.468v-14.4H5.93v14.4"></path>
|
|
90
|
+
<path stroke="#E5A800" stroke-miterlimit="10" stroke-width="2.667" d="M9.13 5.334h13.867M10.197 9.6h11.734M1.13 13.334l14.934 8.533 14.933-8.533"></path>
|
|
91
|
+
</g>
|
|
92
|
+
<defs>
|
|
93
|
+
<clipPath id="icon-messages-beta_svg__a-carbonio"><path fill="#fff" d="M0 0h32v32H0z"></path></clipPath>
|
|
94
|
+
</defs>
|
|
95
|
+
</svg>
|
|
96
|
+
<span class="nav-text">
|
|
97
|
+
<i18n>conversation</i18n>
|
|
98
|
+
</span>
|
|
99
|
+
</a>
|
|
100
|
+
</li>
|
|
101
|
+
|
|
102
|
+
<li class="nav-item">
|
|
103
|
+
<a href="/welcome" class="nav-link" i18n-title="navbar.applications" data-testid="header-my-apps-button">
|
|
104
|
+
<svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
105
|
+
<g stroke="#1C1C73" stroke-miterlimit="10" stroke-width="2.667" clip-path="url(#icon-my-apps-beta_svg__a)">
|
|
106
|
+
<path d="M31.117 1H19v12.117h12.117zM13.207 18.884H1.09V31h12.117zM1 1.084c6.688 0 12.117 5.43 12.117 12.117H1zM30.934 18.884H18.816V31h12.118z"></path>
|
|
107
|
+
</g>
|
|
108
|
+
<defs>
|
|
109
|
+
<clipPath id="icon-my-apps-beta_svg__a"><path fill="#fff" d="M0 0h32v32H0z"></path></clipPath>
|
|
110
|
+
</defs>
|
|
111
|
+
</svg>
|
|
112
|
+
<span class="nav-text">
|
|
113
|
+
<i18n>navbar.applications</i18n>
|
|
114
|
+
</span>
|
|
115
|
+
</a>
|
|
116
|
+
</li>
|
|
117
|
+
|
|
118
|
+
<li class="nav-item">
|
|
119
|
+
<button type="button" class="nav-link btn btn-naked notification-button" aria-label="notifications">
|
|
120
|
+
<svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
121
|
+
<path stroke="#1C1C73" stroke-miterlimit="10" stroke-width="2.667" d="M13.363 5.348a2.726 2.726 0 1 1 5.383-.622q0 .423-.12.808M19.886 25.184a3.919 3.919 0 1 1-7.559-.26"></path>
|
|
122
|
+
<path stroke="#1C1C73" stroke-miterlimit="10" stroke-width="2.667" d="M28.62 18.901H4.058v6.682h24.56z"></path>
|
|
123
|
+
<path stroke="#1C1C73" stroke-miterlimit="10" stroke-width="2.667" d="M16.189 4.889c5.639 0 10.22 4.581 10.22 10.22v3.794H5.97V15.11c0-5.639 4.581-10.22 10.22-10.22Z"></path>
|
|
124
|
+
</svg>
|
|
125
|
+
</button>
|
|
126
|
+
</li>
|
|
127
|
+
|
|
128
|
+
<li class="nav-item position-relative popover-trigger" id="header-user-menu" aria-haspopup="true" aria-expanded="false"
|
|
129
|
+
data-testid="header-user-menu-button">
|
|
130
|
+
<a href="/userbook/mon-compte" i18n-title="navbar.myaccount" class="nav-link" data-testid="header-user-profile-button">
|
|
131
|
+
<div class="avatar avatar-sm rounded-circle bg-white">
|
|
132
|
+
<img data-ng-src="[[avatar ? avatar+'?thumbnail=48x48' : '']]" id="my-photo" alt="[[avatar.username]]" />
|
|
133
|
+
</div>
|
|
134
|
+
<span class="nav-text">
|
|
135
|
+
<i18n>navbar.myaccount</i18n>
|
|
136
|
+
</span>
|
|
137
|
+
</a>
|
|
138
|
+
<div aria-labelledby="header-user-menu" class="popover position-absolute top-100 start-50 translate-middle-x"
|
|
139
|
+
role="tooltip">
|
|
140
|
+
<div class="popover-body">
|
|
141
|
+
<a logout class="nav-link dropdown-item" data-testid="header-logout-button">
|
|
142
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
143
|
+
aria-hidden="true" class="icon logout">
|
|
144
|
+
<path
|
|
145
|
+
d="M22.995 13.153c0 1.393-.29 2.722-.872 3.987a10.627 10.627 0 0 1-2.336 3.292c-.975.929-2.147 1.665-3.516 2.21-1.369.544-2.79.817-4.26.817-1.472 0-2.9-.273-4.287-.817-1.386-.545-2.55-1.281-3.49-2.21a12.338 12.338 0 0 1-2.362-3.291A8.11 8.11 0 0 1 1 13.152c0-1.634.385-3.164 1.155-4.589.77-1.425 1.848-2.634 3.234-3.627.411-.289.873-.4 1.386-.337.514.064.907.289 1.181.673.308.368.428.793.36 1.273-.07.48-.309.857-.72 1.13a6.993 6.993 0 0 0-2.155 2.426 6.383 6.383 0 0 0-.18 5.717 6.98 6.98 0 0 0 1.566 2.186c.65.609 1.428 1.097 2.335 1.466a7.498 7.498 0 0 0 2.85.552 7.31 7.31 0 0 0 2.823-.552 8.296 8.296 0 0 0 2.36-1.466 6.04 6.04 0 0 0 1.567-2.186c.359-.849.547-1.738.564-2.666 0-1.09-.256-2.107-.77-3.051-.513-.945-1.232-1.754-2.156-2.427a1.752 1.752 0 0 1-.719-1.129c-.085-.464.035-.889.36-1.273.29-.384.693-.609 1.206-.673.514-.064.967.048 1.36.337 1.386.977 2.464 2.186 3.234 3.627a9.599 9.599 0 0 1 1.155 4.589ZM13.833 2.846v8.6c0 .465-.18.866-.54 1.202-.359.336-.786.505-1.283.505-.496 0-.932-.169-1.309-.505-.376-.336-.556-.737-.539-1.201v-8.6c0-.465.18-.865.54-1.202.359-.336.795-.504 1.308-.504.514 0 .941.168 1.284.504.342.337.521.737.539 1.201Z"
|
|
146
|
+
fill="currentColor"></path>
|
|
147
|
+
</svg>
|
|
148
|
+
<span class="nav-text">
|
|
149
|
+
<i18n>navbar.disconnect</i18n>
|
|
150
|
+
</span>
|
|
151
|
+
</a>
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
</li>
|
|
155
|
+
</ul>
|
|
156
|
+
</div>
|
|
157
|
+
</nav>
|
|
158
|
+
</header>
|
|
159
|
+
|
|
160
|
+
<div class="material main wrapper">
|
|
161
|
+
<section class="main">
|
|
162
|
+
<div id="directory"></div>
|
|
163
|
+
<div ng-transclude class="twelve cell"></div>
|
|
164
|
+
</section>
|
|
165
|
+
</div>
|
|
166
|
+
|
|
167
|
+
<connector-lightbox></connector-lightbox>
|
package/dist/version.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
entcore-css-lib 18/02/2026 17:35:11
|
|
2
|
-
ode-csslib-openent
|
|
2
|
+
ode-csslib-openent 19/07/2026 15:39:19
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ode-csslib-openent",
|
|
3
|
-
"version": "3.4.13-develop-integration.
|
|
3
|
+
"version": "3.4.13-develop-integration.202607191539",
|
|
4
4
|
"description": "Open ENT theme by Edifice",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"prettier:all": "npm run prettier:write && npm run prettier:check",
|
|
46
46
|
"release:clean": "rimraf ${DIST_DIR}",
|
|
47
47
|
"release:dependencies": "cpr node_modules/entcore-css-lib/assets/ ${DIST_DIR}/ -o",
|
|
48
|
-
"release:prepare": "npm run release:clean && npm run release:dependencies && cpr template/ ${DIST_DIR}/template/ -o && cpr portal.html ${DIST_DIR}/ -o && cpr assets/ ${DIST_DIR}/ -o",
|
|
48
|
+
"release:prepare": "npm run release:clean && npm run release:dependencies && cpr template/ ${DIST_DIR}/template/ -o && cpr portal.html ${DIST_DIR}/ -o && cpr portal-v2.html ${DIST_DIR}/ -o && cpr assets/ ${DIST_DIR}/ -o",
|
|
49
49
|
"release:build": "npm run release:prepare && SKIN=default npm run sass:build:release",
|
|
50
50
|
"watch": "sass --watch --style compressed --load-path=node_modules/ --no-source-map scss/index.scss ../recette/assets/themes/cg77/skins/default/theme.css"
|
|
51
51
|
}
|