ode-csslib-openent-moncollege 3.0.13 → 3.1.0
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 +154 -111
- package/dist/skins/default/theme.css +5 -5
- package/dist/skins/default/theme.css.map +1 -1
- package/dist/skins/dyslexic/theme.css +5 -5
- 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 -2
package/dist/portal.html
CHANGED
|
@@ -18,6 +18,159 @@
|
|
|
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" data-community ng-if="me.hasWorkflow('net.atos.entng.community.controllers.CommunityController|view')">
|
|
100
|
+
<a class="nav-link dropdown-item" href="/community" i18n-title="navbar.community"
|
|
101
|
+
ng-click="ctrl.trackEvent($event, {detail:{'open':'community'} })">
|
|
102
|
+
<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>
|
|
103
|
+
|
|
104
|
+
<span class="nav-text"><i18n>navbar.community</i18n></span>
|
|
105
|
+
</a>
|
|
106
|
+
</li>
|
|
107
|
+
<li class="nav-item position-relative popover-trigger" id=":r3:" aria-haspopup="true"
|
|
108
|
+
aria-expanded="false"
|
|
109
|
+
ng-if="me.hasWorkflow('fr.openent.searchengine.controllers.SearchEngineController|view')">
|
|
110
|
+
<a href="/searchengine" i18n-title="navbar.search" class="nav-link dropdown-item">
|
|
111
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
112
|
+
aria-hidden="true" class="icon search">
|
|
113
|
+
<path
|
|
114
|
+
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"
|
|
115
|
+
fill="currentColor"></path>
|
|
116
|
+
</svg>
|
|
117
|
+
<span class="nav-text">
|
|
118
|
+
<i18n>navbar.search</i18n>
|
|
119
|
+
</span>
|
|
120
|
+
</a>
|
|
121
|
+
<div aria-labelledby=":r3:" class="popover position-absolute top-100 start-50 translate-middle-x"
|
|
122
|
+
role="tooltip" ng-controller="SearchPortal">
|
|
123
|
+
<div class="search-text input-group py-8 px-12">
|
|
124
|
+
<input id="my-search-input" class="form-control form-control-sm" type="text" name="my-search-input"
|
|
125
|
+
ng-model="mysearch" ng-keyup="launchSearch($event);" /><button aria-label="navbar.search"
|
|
126
|
+
class="btn btn-filled btn-primary btn-sm btn-icon btn-sm btn-search btn-sm"
|
|
127
|
+
i18n-title="navbar.search" ng-click="launchSearch('link');">
|
|
128
|
+
<span><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" width="24"
|
|
129
|
+
height="24" aria-hidden="true">
|
|
130
|
+
<path fill="currentColor" fill-rule="evenodd"
|
|
131
|
+
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"
|
|
132
|
+
clip-rule="evenodd"></path>
|
|
133
|
+
</svg></span>
|
|
134
|
+
</button>
|
|
135
|
+
</div>
|
|
136
|
+
</div>
|
|
137
|
+
</li>
|
|
138
|
+
<li class="nav-item">
|
|
139
|
+
<a href="/userbook/mon-compte" tooltip="navbar.myaccount"
|
|
140
|
+
pulsar="{ index: 4, i18n: 'portal.pulsar.account', position: 'bottom center'}"
|
|
141
|
+
class="nav-link dropdown-item d-none d-sm-block">
|
|
142
|
+
<div class="avatar avatar-sm rounded-circle bg-white">
|
|
143
|
+
<img data-ng-src="[[avatar ? avatar+'?thumbnail=48x48' : '']]" id="my-photo" alt="[[avatar.username]]" />
|
|
144
|
+
</div>
|
|
145
|
+
<span class="nav-text">
|
|
146
|
+
<i18n>navbar.myaccount</i18n>
|
|
147
|
+
</span>
|
|
148
|
+
</a>
|
|
149
|
+
</li>
|
|
150
|
+
<li class="nav-item">
|
|
151
|
+
<hr class="dropdown-divider" />
|
|
152
|
+
</li>
|
|
153
|
+
<li class="nav-item">
|
|
154
|
+
<a logout tooltip="navbar.disconnect" class="nav-link dropdown-item">
|
|
155
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
156
|
+
aria-hidden="true" class="icon logout">
|
|
157
|
+
<path
|
|
158
|
+
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"
|
|
159
|
+
fill="currentColor"></path>
|
|
160
|
+
</svg>
|
|
161
|
+
<span class="nav-text">
|
|
162
|
+
<i18n>navbar.disconnect</i18n>
|
|
163
|
+
</span>
|
|
164
|
+
</a>
|
|
165
|
+
</li>
|
|
166
|
+
</ul>
|
|
167
|
+
</div>
|
|
168
|
+
</li>
|
|
169
|
+
</ul>
|
|
170
|
+
</div>
|
|
171
|
+
</nav>
|
|
172
|
+
</header>
|
|
173
|
+
|
|
21
174
|
<div class="material main wrapper">
|
|
22
175
|
<section class="main">
|
|
23
176
|
<div id="directory"></div>
|
|
@@ -25,115 +178,5 @@
|
|
|
25
178
|
</section>
|
|
26
179
|
</div>
|
|
27
180
|
|
|
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
|
-
|
|
138
181
|
<xiti></xiti>
|
|
139
|
-
<connector-lightbox></connector-lightbox>
|
|
182
|
+
<connector-lightbox></connector-lightbox>
|