ode-csslib-openent-cd13 3.4.7 → 3.4.10-develop-pedago.202604011541
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
CHANGED
|
@@ -115,7 +115,15 @@
|
|
|
115
115
|
<a class="nav-link dropdown-item" href="/community" i18n-title="navbar.community"
|
|
116
116
|
ng-click="ctrl.trackEvent($event, {detail:{'open':'community'} })">
|
|
117
117
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" aria-hidden="true" class="icon community"><path fill="currentColor" d="M19.935 17.51c.725 0 1.348.264 1.868.792.52.529.78 1.162.78 1.898 0 .737-.26 1.37-.78 1.898-.52.529-1.135.793-1.844.793-.71 0-1.333-.264-1.869-.793a2.52 2.52 0 0 1-.78-1.922c0-.288.063-.6.19-.936l-3.997-2.931c-.773.8-1.703 1.2-2.79 1.2-1.089 0-2.019-.392-2.791-1.176-.773-.785-1.167-1.738-1.183-2.86 0-.143.024-.352.071-.624l-3.168-1.057a1.248 1.248 0 0 1-.852.337c-.378 0-.693-.129-.946-.385a1.315 1.315 0 0 1-.378-.96c0-.385.126-.698.378-.938.253-.24.568-.368.946-.384.316 0 .584.104.804.312.221.208.37.457.45.745l3.192 1.08a3.798 3.798 0 0 1 1.443-1.56 3.839 3.839 0 0 1 2.033-.577c.82 0 1.577.248 2.27.745l4.706-4.781c-.252-.48-.378-.921-.378-1.321 0-.737.26-1.37.78-1.898.52-.529 1.143-.793 1.869-.793.725 0 1.34.264 1.844.793.505.528.765 1.16.78 1.898a2.417 2.417 0 0 1-.78 1.873c-.536.513-1.159.777-1.868.793-.41 0-.844-.136-1.3-.408l-4.707 4.804c.49.705.733 1.474.733 2.307 0 .592-.134 1.177-.402 1.753l3.997 2.907c.52-.416 1.08-.624 1.679-.624Z"></path></svg>
|
|
118
|
-
|
|
118
|
+
|
|
119
|
+
<span class="nav-text"><i18n>navbar.community</i18n></span>
|
|
120
|
+
</a>
|
|
121
|
+
</li>
|
|
122
|
+
<li class="nav-item" data-community ng-if="me.hasWorkflow('community.access')">
|
|
123
|
+
<a class="nav-link dropdown-item" href="/communities" i18n-title="navbar.community"
|
|
124
|
+
ng-click="ctrl.trackEvent($event, {detail:{'open':'communities'} })">
|
|
125
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 50 50" fill="none" aria-hidden="true" class="icon communities"><path fill="currentColor" d="M25.807 33.165c4.726.17 8 3.997 8 8.5 0 .984-.795 1.775-1.775 1.775H18.977a1.774 1.774 0 0 1-1.776-1.775v-.201h-.004a8.303 8.303 0 0 1 8.61-8.299M8.61 24.451c4.726.17 8.001 3.997 8.001 8.5 0 .984-.796 1.776-1.775 1.776H1.776A1.774 1.774 0 0 1 0 32.95v-.201a8.303 8.303 0 0 1 8.61-8.299M41.61 24.006c4.499.162 8.001 3.996 8.001 8.5 0 .984-.796 1.775-1.775 1.775H34.779a1.774 1.774 0 0 1-1.775-1.775v-.201H33a8.303 8.303 0 0 1 8.61-8.3M25.142 20a5.143 5.143 0 1 1 0 10.285 5.143 5.143 0 0 1 0-10.285M8.308 11.627a5.141 5.141 0 1 1 0 10.282 5.141 5.141 0 0 1 0-10.282M41.691 11.627a5.142 5.142 0 1 1 .001 10.284 5.142 5.142 0 0 1 0-10.284M24.997 5.557a5.143 5.143 0 1 1 0 10.285 5.143 5.143 0 0 1 0-10.285"></path></svg>
|
|
126
|
+
|
|
119
127
|
<span class="nav-text"><i18n>navbar.community</i18n></span>
|
|
120
128
|
</a>
|
|
121
129
|
</li>
|
|
@@ -184,13 +192,13 @@
|
|
|
184
192
|
</ul>
|
|
185
193
|
</div>
|
|
186
194
|
</nav>
|
|
187
|
-
</header>
|
|
195
|
+
</header>
|
|
188
196
|
|
|
189
|
-
<div class="material main wrapper">
|
|
197
|
+
<div class="material main wrapper">
|
|
190
198
|
<section class="main">
|
|
191
199
|
<div id="directory"></div>
|
|
192
200
|
<div ng-transclude class="twelve cell"></div>
|
|
193
201
|
</section>
|
|
194
|
-
</div>
|
|
202
|
+
</div>
|
|
195
203
|
|
|
196
|
-
<connector-lightbox></connector-lightbox>
|
|
204
|
+
<connector-lightbox></connector-lightbox>
|