| <!------------------------------------------------------------------------------- |
| * Copyright (c) 2020 Contributors to the Eclipse Foundation |
| * |
| * See the NOTICE file(s) distributed with this work for additional |
| * information regarding copyright ownership. |
| * |
| * This program and the accompanying materials are made available under the |
| * terms of the Eclipse Public License 2.0 which is available at |
| * http://www.eclipse.org/legal/epl-2.0 |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| --------------------------------------------------------------------------------> |
| |
| <div class="page-header"> |
| |
| <div class="page-header-menu"> |
| <a [routerLinkActiveOptions]="{exact: true}" |
| [routerLinkActive]="'page-header-title-active'" |
| [routerLink]="'/'" |
| class="page-header-title cursor-pointer user-select-none"> |
| <img alt="" class="page-header-title-logo" src="./assets/logo.png"> |
| |
| <span class="page-header-title-open"> |
| open |
| </span> |
| |
| <span class="page-header-title-konsequenz"> |
| KONSEQUENZ |
| </span> |
| </a> |
| |
| <div *ngIf="!appMenuHidden" class="page-header-menu"> |
| <app-drop-down-menu (appLogOut)="logOut()"> |
| {{appUserName}} |
| </app-drop-down-menu> |
| </div> |
| |
| </div> |
| |
| <div class="page-header-border"></div> |
| </div> |
| |