2017-07-12 12:35:07 +00:00
|
|
|
<!-- TOOLBAR: Above -->
|
|
|
|
<ng-container *ngIf="layoutSettings.toolbar === 'above'">
|
2017-07-12 14:34:32 +00:00
|
|
|
<fuse-toolbar class="above"></fuse-toolbar>
|
2017-07-12 12:35:07 +00:00
|
|
|
</ng-container>
|
|
|
|
<!-- / TOOLBAR: Above -->
|
|
|
|
|
|
|
|
<div id="wrapper">
|
|
|
|
|
2017-07-27 15:05:50 +00:00
|
|
|
<fuse-navbar *ngIf="layoutSettings.navigation === 'left'"></fuse-navbar>
|
2017-07-12 14:34:32 +00:00
|
|
|
|
2017-07-27 15:05:50 +00:00
|
|
|
<div class="content-wrapper">
|
2017-07-12 14:34:32 +00:00
|
|
|
|
2017-07-27 15:05:50 +00:00
|
|
|
<!-- TOOLBAR: Below -->
|
|
|
|
<ng-container *ngIf="layoutSettings.toolbar === 'below'">
|
|
|
|
<fuse-toolbar class="below"></fuse-toolbar>
|
|
|
|
</ng-container>
|
|
|
|
<!-- / TOOLBAR: Below -->
|
2017-07-12 14:34:32 +00:00
|
|
|
|
2017-07-27 15:05:50 +00:00
|
|
|
<fuse-content perfect-scrollbar></fuse-content>
|
2017-07-12 14:34:32 +00:00
|
|
|
|
2017-07-27 15:05:50 +00:00
|
|
|
<!-- FOOTER: Below -->
|
|
|
|
<ng-container *ngIf="layoutSettings.footer === 'below'">
|
|
|
|
<fuse-footer class="below"></fuse-footer>
|
|
|
|
</ng-container>
|
|
|
|
<!-- / FOOTER: Below -->
|
2017-07-12 14:34:32 +00:00
|
|
|
|
2017-07-27 15:05:50 +00:00
|
|
|
</div>
|
2017-07-12 14:34:32 +00:00
|
|
|
|
2017-07-27 15:05:50 +00:00
|
|
|
<fuse-navbar *ngIf="layoutSettings.navigation === 'right'"></fuse-navbar>
|
2017-07-12 14:34:32 +00:00
|
|
|
|
2017-07-12 12:35:07 +00:00
|
|
|
</div>
|
2017-07-12 14:34:32 +00:00
|
|
|
|
|
|
|
<!-- FOOTER: Above -->
|
|
|
|
<ng-container *ngIf="layoutSettings.footer === 'above'">
|
|
|
|
<fuse-footer class="above"></fuse-footer>
|
|
|
|
</ng-container>
|
|
|
|
<!-- FOOTER: Above -->
|