| .. | .. |
|---|
| 1 | | -<td-layout> |
|---|
| 2 | | - <td-navigation-drawer #mainMenu sidenavTitle="SeCuris"> |
|---|
| 3 | | - </td-navigation-drawer> |
|---|
| 4 | | - |
|---|
| 5 | | - <md-nav-list td-sidenav-content> |
|---|
| 6 | | - <a routerLink="/packs" md-list-item (click)="closeMenu()"> |
|---|
| 7 | | - <md-icon md-list-avatar>view_compact</md-icon> |
|---|
| 8 | | - <h3 md-line i18n="menu.packs"> </h3> |
|---|
| 9 | | - <p md-line i18n="menu.packs.description"> </p> |
|---|
| 10 | | - </a> |
|---|
| 11 | | - <a routerLink="/packs" md-list-item (click)="closeMenu()"> |
|---|
| 12 | | - <md-icon md-list-avatar>view_compact</md-icon> |
|---|
| 13 | | - <h3 md-line i18n="menu.applications"> </h3> |
|---|
| 14 | | - <p md-line i18n="menu.applications.description"> </p> |
|---|
| 15 | | - </a> |
|---|
| 16 | | - <a routerLink="/packs" md-list-item (click)="closeMenu()"> |
|---|
| 17 | | - <md-icon md-list-avatar>view_compact</md-icon> |
|---|
| 18 | | - <h3 md-line i18n="menu.license_types"> </h3> |
|---|
| 19 | | - <p md-line i18n="menu.license_types.description"> </p> |
|---|
| 20 | | - </a> |
|---|
| 21 | | - <a routerLink="/packs" md-list-item (click)="closeMenu()"> |
|---|
| 22 | | - <md-icon md-list-avatar>view_compact</md-icon> |
|---|
| 23 | | - <h3 md-line i18n="menu.organizations"> </h3> |
|---|
| 24 | | - <p md-line i18n="menu.organizations.description"> </p> |
|---|
| 25 | | - </a> |
|---|
| 26 | | - <a routerLink="/packs" md-list-item (click)="closeMenu()"> |
|---|
| 27 | | - <md-icon md-list-avatar>view_compact</md-icon> |
|---|
| 28 | | - <h3 md-line i18n="menu.users"> </h3> |
|---|
| 29 | | - <p md-line i18n="menu.users.description"> </p> |
|---|
| 30 | | - </a> |
|---|
| 31 | | - </md-nav-list> |
|---|
| 32 | | - |
|---|
| 33 | | -<td-layout-nav toolbarTitle="SeCuris" logo="assets:logo-white"> |
|---|
| 34 | | - <router-outlet></router-outlet> |
|---|
| 35 | | - <td-layout-footer> |
|---|
| 36 | | - <div layout="row" layout-align="start center" flex> |
|---|
| 37 | | - <div flex layout="row" layout-align="start center">v. {{securisVersion}}</div> |
|---|
| 38 | | - <div flex layout="row" layout-align="center center"><a href="http://www.curistec.com/" target="_blank">CurisTec</a> ©2017</div> |
|---|
| 39 | | - <div flex></div> |
|---|
| 40 | | - </div> |
|---|
| 41 | | - </td-layout-footer> |
|---|
| 42 | | -</td-layout-nav> |
|---|
| 43 | | -</td-layout> |
|---|
| 44 | | - |
|---|
| 45 | | -<!--<td-layout-nav *ngIf="!isLoggedIn" toolbarTitle="SeCuris" logo="assets:logo-white"> |
|---|
| 46 | | - |
|---|
| 47 | | - <td-layout-footer> |
|---|
| 48 | | - <div layout="row" layout-align="start center" flex> |
|---|
| 49 | | - <div flex layout="row" layout-align="start center">v. {{securisVersion}}</div> |
|---|
| 50 | | - <div flex layout="row" layout-align="center center"><a href="http://www.curistec.com/" target="_blank">CurisTec</a> ©2017</div> |
|---|
| 51 | | - <div flex></div> |
|---|
| 52 | | - </div> |
|---|
| 53 | | - </td-layout-footer> |
|---|
| 54 | | -</td-layout-nav> |
|---|
| 55 | | ---> |
|---|
| 1 | + <router-outlet></router-outlet> |
|---|