1 <div *
ngIf=
"customCSS" [innerHTML]=
"customCSS"></div>
3 <hotkeys-cheatsheet></hotkeys-cheatsheet>
5 <div [ngClass]=
"{ 'user-logged-in': isUserLoggedIn(), 'user-not-logged-in': !isUserLoggedIn() }">
8 <div class=
"top-left-block" [ngClass]=
"{ 'border-bottom': isMenuDisplayed === false }">
9 <span class=
"icon icon-menu" (click)=
"toggleMenu()"></span>
11 <a id=
"peertube-title" [routerLink]=
"defaultRoute" title=
"Homepage">
12 <span class=
"icon icon-logo"></span>
13 <span class=
"instance-name">{{ instanceName }}
</span>
17 <div class=
"header-right" [ngClass]=
"{ 'border-bottom': isMenuDisplayed === false }">
18 <my-header></my-header>
22 <div class=
"sub-header-container">
23 <my-menu *
ngIf=
"isMenuDisplayed"></my-menu>
25 <div id=
"right-container" class=
"main-col container-fluid" [ngClass]=
"{ expanded: isMenuDisplayed === false }">
27 <div class=
"main-row">
28 <router-outlet></router-outlet>
32 <a href=
"https://joinpeertube.org" title=
"PeerTube website" target=
"_blank" rel=
"noopener noreferrer">PeerTube v{{ serverVersion }}
</a> -
33 <a href=
"https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title=
"PeerTube license" target=
"_blank" rel=
"noopener noreferrer">CopyLeft
2015-
2018</a>
39 <ngx-loading-bar [includeSpinner]=
"false"></ngx-loading-bar>
40 <my-confirm></my-confirm>
41 <simple-notifications [options]=
"notificationOptions"></simple-notifications>