ode-csslib-openent-moncollege 3.0.13-dev-produit.202306051749 → 3.0.13
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 +111 -146
- package/dist/skins/default/theme.css +4 -4
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/dyslexic/theme.css +4 -4
- package/dist/skins/dyslexic/theme.css.map +1 -1
- package/dist/template/portal/conversation-unread.html +9 -9
- package/dist/version.txt +2 -2
- package/package.json +3 -4
package/dist/portal.html
CHANGED
|
@@ -18,151 +18,6 @@
|
|
|
18
18
|
~
|
|
19
19
|
-->
|
|
20
20
|
|
|
21
|
-
<header class="header 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" tooltip="navbar.home">
|
|
30
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
31
|
-
aria-hidden="true" color="#fff">
|
|
32
|
-
<path
|
|
33
|
-
d="M20.584 13.536v7.458c0 .28-.098.512-.294.699a1.062 1.062 0 0 1-.667.307H13.91v-5.978h-3.817V22H4.383a.848.848 0 0 1-.668-.307 1.162 1.162 0 0 1-.293-.699v-7.569l8.567-7.375 8.568 7.375c.018.018.027.055.027.111Zm3.31-1.09-.908 1.146a.543.543 0 0 1-.32.168h-.054a.59.59 0 0 1-.32-.084L11.989 4.682 1.687 13.676a.505.505 0 0 1-.347.084.544.544 0 0 1-.32-.168l-.935-1.145a.524.524 0 0 1-.08-.363.589.589 0 0 1 .16-.335l10.703-9.33c.32-.28.694-.419 1.121-.419.427 0 .81.14 1.148.419l3.63 3.156V2.56c0-.15.044-.27.133-.363a.458.458 0 0 1 .347-.14h2.856c.143 0 .258.046.347.14a.504.504 0 0 1 .134.363v6.34l3.256 2.85c.107.074.16.186.16.335 0 .149-.036.27-.107.363Z"
|
|
34
|
-
fill="currentColor"></path>
|
|
35
|
-
</svg>
|
|
36
|
-
<span class="nav-text">
|
|
37
|
-
<i18n>navbar.home</i18n>
|
|
38
|
-
</span>
|
|
39
|
-
</a>
|
|
40
|
-
</li>
|
|
41
|
-
<li class="nav-item position-relative popover-trigger" id=":r2:" aria-haspopup="true" aria-expanded="false"
|
|
42
|
-
pulsar="{ index: 3, i18n: 'portal.pulsar.apps', position: 'bottom center'}">
|
|
43
|
-
<a href="/welcome" i18n-title="navbar.applications" class="nav-link" ng-click="openApps($event)">
|
|
44
|
-
<svg tooltip="navbar.applications" width="24" height="24" viewBox="0 0 24 24" fill="none"
|
|
45
|
-
xmlns="http://www.w3.org/2000/svg" aria-hidden="true" color="#fff">
|
|
46
|
-
<path
|
|
47
|
-
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"
|
|
48
|
-
fill="currentColor"></path>
|
|
49
|
-
</svg>
|
|
50
|
-
<span class="nav-text">
|
|
51
|
-
<i18n>navbar.applications</i18n>
|
|
52
|
-
</span>
|
|
53
|
-
</a>
|
|
54
|
-
<div aria-labelledby=":r2:" class="popover position-absolute top-100 start-50 translate-middle-x top-100"
|
|
55
|
-
role="tooltip">
|
|
56
|
-
<div class="popover-body">
|
|
57
|
-
<div class="widget-body d-flex flex-wrap">
|
|
58
|
-
<div class="text-dark" ng-if="me.bookmarkedApps.length === 0">
|
|
59
|
-
<i18n>navbar.myapps.more</i18n>
|
|
60
|
-
</div>
|
|
61
|
-
<a class="bookmarked-app" connector-lightbox-trigger="app" ng-repeat="app in me.bookmarkedApps">
|
|
62
|
-
<i class="[[app.icon]]" ng-if="app.icon.indexOf('/') === -1" tooltip="[[app.displayName]]"></i>
|
|
63
|
-
<img skin-src="[[app.icon]]" ng-if="app.icon.indexOf('/') !== -1" tooltip="[[app.displayName]]" />
|
|
64
|
-
</a>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
<div class="popover-footer widget-footer border-top border-ghost">
|
|
68
|
-
<div class="widget-footer">
|
|
69
|
-
<div class="widget-footer-action">
|
|
70
|
-
<a href="/welcome" class="link">
|
|
71
|
-
<i18n>plus</i18n>
|
|
72
|
-
</a>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
</li>
|
|
78
|
-
<li class="nav-item">
|
|
79
|
-
<span ng-include="template.containers.portal.conversationUnread"></span>
|
|
80
|
-
</li>
|
|
81
|
-
<li class="nav-item">
|
|
82
|
-
<a href="#" tooltip="navbar.help" pulsar="{ index: 5, i18n: 'portal.pulsar.help', position: 'bottom center'}"
|
|
83
|
-
class="nav-link" aria-label="navbar.help" ng-if="currentLanguage == 'fr'">
|
|
84
|
-
<i18n>help.icon</i18n>
|
|
85
|
-
</a>
|
|
86
|
-
</li>
|
|
87
|
-
<li class="nav-item">
|
|
88
|
-
<div class="dropdown">
|
|
89
|
-
<button class="nav-link btn btn-naked d-md-none" type="button" aria-controls="dropdown-navbar"
|
|
90
|
-
aria-expanded="false" aria-label="navbar.open.menu" ng-click="dropdownToggle = !dropdownToggle">
|
|
91
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
92
|
-
aria-hidden="true" class="icon rafter-down" color="#fff">
|
|
93
|
-
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
94
|
-
d="M4.012 7.871a1.5 1.5 0 0 1 2.117.141L12 14.722l5.871-6.71a1.5 1.5 0 1 1 2.258 1.976l-7 8a1.5 1.5 0 0 1-2.258 0l-7-8a1.5 1.5 0 0 1 .141-2.117Z"
|
|
95
|
-
fill="currentColor"></path>
|
|
96
|
-
</svg>
|
|
97
|
-
</button>
|
|
98
|
-
<ul class="dropdown-menu dropdown-menu-end" id="dropdown-navbar" ng-class="{'show' : dropdownToggle}">
|
|
99
|
-
<li class="nav-item position-relative popover-trigger" id=":r3:" aria-haspopup="true"
|
|
100
|
-
aria-expanded="false"
|
|
101
|
-
ng-if="me.hasWorkflow('fr.openent.searchengine.controllers.SearchEngineController|view')">
|
|
102
|
-
<a href="/searchengine" i18n-title="navbar.search" class="nav-link dropdown-item">
|
|
103
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
104
|
-
aria-hidden="true" class="icon search">
|
|
105
|
-
<path
|
|
106
|
-
d="M1.27 11.552a7.745 7.745 0 0 1 0-4.156c.38-1.377 1.095-2.579 2.149-3.604a7.928 7.928 0 0 1 2.716-1.777c1.02-.4 2.074-.6 3.161-.6 1.07 0 2.115.2 3.136.6 1.02.4 1.926.993 2.716 1.777a7.904 7.904 0 0 1 1.902 2.86 7.812 7.812 0 0 1 .518 3.29 7.647 7.647 0 0 1-.889 3.171c.461.129.865.36 1.21.697l4.297 4.156c.576.56.864 1.241.864 2.042 0 .801-.288 1.482-.864 2.042-.576.56-1.276.841-2.099.841-.823 0-1.523-.28-2.099-.84l-4.272-4.18a2.423 2.423 0 0 1-.74-1.178 8.302 8.302 0 0 1-3.68.84c-1.087 0-2.14-.2-3.16-.6a8.102 8.102 0 0 1-2.717-1.753 7.854 7.854 0 0 1-2.149-3.628Zm2.495-2.066c0 1.49.535 2.755 1.605 3.796 1.086 1.04 2.395 1.561 3.926 1.561 1.515 0 2.807-.52 3.877-1.561 1.07-1.041 1.613-2.307 1.63-3.796.016-1.49-.527-2.755-1.63-3.796-1.087-1.057-2.379-1.585-3.877-1.585-1.515 0-2.823.528-3.926 1.585C4.3 6.731 3.765 7.996 3.765 9.486Z"
|
|
107
|
-
fill="currentColor"></path>
|
|
108
|
-
</svg>
|
|
109
|
-
<span class="nav-text">
|
|
110
|
-
<i18n>navbar.search</i18n>
|
|
111
|
-
</span>
|
|
112
|
-
</a>
|
|
113
|
-
<div aria-labelledby=":r3:" class="popover position-absolute top-100 start-50 translate-middle-x"
|
|
114
|
-
role="tooltip" ng-controller="SearchPortal">
|
|
115
|
-
<div class="search-text input-group py-8 px-12">
|
|
116
|
-
<input id="my-search-input" class="form-control form-control-sm" type="text" name="my-search-input"
|
|
117
|
-
ng-model="mysearch" ng-keyup="launchSearch($event);" /><button aria-label="navbar.search"
|
|
118
|
-
class="btn btn-filled btn-primary btn-sm btn-icon btn-sm btn-search btn-sm"
|
|
119
|
-
i18n-title="navbar.search" ng-click="launchSearch('link');">
|
|
120
|
-
<span><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="24"
|
|
121
|
-
height="24" aria-hidden="true">
|
|
122
|
-
<path fill="currentColor" fill-rule="evenodd"
|
|
123
|
-
d="M4 10a7 7 0 1 1 14 0 7 7 0 0 1-14 0Zm7-9a9 9 0 1 0 5.7 15.96 1 1 0 0 0 .24.4l4.35 4.35a1 1 0 0 0 1.42-1.42l-4.35-4.35a1 1 0 0 0-.4-.24A9 9 0 0 0 11 1Z"
|
|
124
|
-
clip-rule="evenodd"></path>
|
|
125
|
-
</svg></span>
|
|
126
|
-
</button>
|
|
127
|
-
</div>
|
|
128
|
-
</div>
|
|
129
|
-
</li>
|
|
130
|
-
<li class="nav-item">
|
|
131
|
-
<a href="/userbook/mon-compte" tooltip="navbar.myaccount"
|
|
132
|
-
pulsar="{ index: 4, i18n: 'portal.pulsar.account', position: 'bottom center'}"
|
|
133
|
-
class="nav-link dropdown-item d-none d-sm-block">
|
|
134
|
-
<div class="avatar avatar-sm rounded-circle bg-white">
|
|
135
|
-
<img data-ng-src="[[avatar ? avatar+'?thumbnail=48x48' : '']]" id="my-photo" alt="[[avatar.username]]" />
|
|
136
|
-
</div>
|
|
137
|
-
<span class="nav-text">
|
|
138
|
-
<i18n>navbar.myaccount</i18n>
|
|
139
|
-
</span>
|
|
140
|
-
</a>
|
|
141
|
-
</li>
|
|
142
|
-
<li class="nav-item">
|
|
143
|
-
<hr class="dropdown-divider" />
|
|
144
|
-
</li>
|
|
145
|
-
<li class="nav-item">
|
|
146
|
-
<a logout tooltip="navbar.disconnect" class="nav-link dropdown-item">
|
|
147
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
148
|
-
aria-hidden="true" class="icon logout">
|
|
149
|
-
<path
|
|
150
|
-
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"
|
|
151
|
-
fill="currentColor"></path>
|
|
152
|
-
</svg>
|
|
153
|
-
<span class="nav-text">
|
|
154
|
-
<i18n>navbar.disconnect</i18n>
|
|
155
|
-
</span>
|
|
156
|
-
</a>
|
|
157
|
-
</li>
|
|
158
|
-
</ul>
|
|
159
|
-
</div>
|
|
160
|
-
</li>
|
|
161
|
-
</ul>
|
|
162
|
-
</div>
|
|
163
|
-
</nav>
|
|
164
|
-
</header>
|
|
165
|
-
|
|
166
21
|
<div class="material main wrapper">
|
|
167
22
|
<section class="main">
|
|
168
23
|
<div id="directory"></div>
|
|
@@ -170,5 +25,115 @@
|
|
|
170
25
|
</section>
|
|
171
26
|
</div>
|
|
172
27
|
|
|
28
|
+
<header class="main height-marker" ng-controller="Account">
|
|
29
|
+
<section class="navbar row">
|
|
30
|
+
<div class="mobile-nav-opener"></div>
|
|
31
|
+
<div class="cell">
|
|
32
|
+
<a href="/timeline/timeline">
|
|
33
|
+
<img class="logo" src="/assets/themes/[[skin.skin]]/img/illustrations/logo.png" alt="Logo de l'ENT">
|
|
34
|
+
</a>
|
|
35
|
+
</div>
|
|
36
|
+
</section>
|
|
37
|
+
<section class="row">
|
|
38
|
+
<nav class="horizontal">
|
|
39
|
+
<a href="/timeline/timeline" tooltip="navbar.home"
|
|
40
|
+
><i class="home"></i
|
|
41
|
+
></a>
|
|
42
|
+
<a
|
|
43
|
+
class="zero-mobile community-button"
|
|
44
|
+
href="/community"
|
|
45
|
+
tooltip="navbar.community"
|
|
46
|
+
ng-if="me.hasWorkflow('net.atos.entng.community.controllers.CommunityController|view')"
|
|
47
|
+
><i class="community"></i
|
|
48
|
+
></a>
|
|
49
|
+
<popover>
|
|
50
|
+
<a
|
|
51
|
+
href="/welcome"
|
|
52
|
+
tooltip="navbar.applications"
|
|
53
|
+
pulsar="{ index: 3, i18n: 'portal.pulsar.apps', position: 'bottom center'}"
|
|
54
|
+
popover-opener
|
|
55
|
+
ng-click="openApps($event)"
|
|
56
|
+
>
|
|
57
|
+
<i class="apps"></i>
|
|
58
|
+
</a>
|
|
59
|
+
<popover-content>
|
|
60
|
+
<div class="content">
|
|
61
|
+
<div class="my-apps row">
|
|
62
|
+
<div ng-if="me.bookmarkedApps.length === 0">
|
|
63
|
+
<i18n>navbar.myapps.more</i18n>
|
|
64
|
+
</div>
|
|
65
|
+
<div class="bookmarked-app" ng-repeat="app in me.bookmarkedApps">
|
|
66
|
+
<a connector-lightbox-trigger="app">
|
|
67
|
+
<i
|
|
68
|
+
class="[[app.icon]]"
|
|
69
|
+
ng-if="app.icon.indexOf('/') === -1"
|
|
70
|
+
tooltip="[[app.displayName]]"
|
|
71
|
+
></i>
|
|
72
|
+
<img
|
|
73
|
+
skin-src="[[app.icon]]"
|
|
74
|
+
ng-if="app.icon.indexOf('/') !== -1"
|
|
75
|
+
tooltip="[[app.displayName]]"
|
|
76
|
+
/>
|
|
77
|
+
</a>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="more row">
|
|
81
|
+
<a href="/welcome"><i18n>plus</i18n></a>
|
|
82
|
+
</div>
|
|
83
|
+
</div>
|
|
84
|
+
</popover-content>
|
|
85
|
+
</popover>
|
|
86
|
+
<span ng-include="template.containers.portal.conversationUnread"></span>
|
|
87
|
+
<popover
|
|
88
|
+
class="searchengine"
|
|
89
|
+
ng-if="me.hasWorkflow('fr.openent.searchengine.controllers.SearchEngineController|view')"
|
|
90
|
+
>
|
|
91
|
+
<a
|
|
92
|
+
href="/searchengine"
|
|
93
|
+
popover-opener
|
|
94
|
+
ng-click="openApps($event)"
|
|
95
|
+
tooltip="navbar.search"
|
|
96
|
+
>
|
|
97
|
+
<i class="searchengine"></i>
|
|
98
|
+
</a>
|
|
99
|
+
<popover-content class="searchPortal" ng-controller="SearchPortal">
|
|
100
|
+
<div class="content searchContent">
|
|
101
|
+
<div class="search-text row">
|
|
102
|
+
<input
|
|
103
|
+
type="text"
|
|
104
|
+
class="searchInput"
|
|
105
|
+
name="mysearch"
|
|
106
|
+
ng-model="mysearch"
|
|
107
|
+
ng-keyup="launchSearch($event);"
|
|
108
|
+
/>
|
|
109
|
+
<button class="searchButton" ng-click="launchSearch('link');">
|
|
110
|
+
<i18n>ok</i18n>
|
|
111
|
+
</button>
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
</popover-content>
|
|
115
|
+
</popover>
|
|
116
|
+
<a
|
|
117
|
+
ng-if="currentLanguage == 'fr'"
|
|
118
|
+
tooltip="navbar.help"
|
|
119
|
+
pulsar="{ index: 5, i18n: 'portal.pulsar.help', position: 'bottom center'}"
|
|
120
|
+
>
|
|
121
|
+
<i18n>help.icon</i18n>
|
|
122
|
+
</a>
|
|
123
|
+
<a
|
|
124
|
+
href="/userbook/mon-compte"
|
|
125
|
+
tooltip="navbar.myaccount"
|
|
126
|
+
pulsar="{ index: 4, i18n: 'portal.pulsar.account', position: 'bottom center'}"
|
|
127
|
+
>
|
|
128
|
+
<img
|
|
129
|
+
data-ng-src="[[avatar ? avatar+'?thumbnail=48x48' : '']]"
|
|
130
|
+
id="my-photo"
|
|
131
|
+
/>
|
|
132
|
+
</a>
|
|
133
|
+
<a logout tooltip="navbar.disconnect"><i class="disconnect"></i></a>
|
|
134
|
+
</nav>
|
|
135
|
+
</section>
|
|
136
|
+
</header>
|
|
137
|
+
|
|
173
138
|
<xiti></xiti>
|
|
174
|
-
<connector-lightbox></connector-lightbox>
|
|
139
|
+
<connector-lightbox></connector-lightbox>
|