blob: b9b1f160b91d65d312cf797c8c72989e2d9db63e [file] [log] [blame]
<!-- /********************************************************************************
* 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 v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/ -->
<nav class="navbar navbar-default navbar-fixed-top masthead overview-navbar" role="banner">
<div class="container-fluid">
<div class="navbar-header" (click)="navigateHome()">
<a class="navbar-brand">
<span class="open">Open</span>
<span class="konsequenz">KONSEQUENZ</span>
</a>
</div>
<div class="navbar-right" style="display: inline-flex;">
<button type="button" class="btn btn-link navbar-btn" (click)="navigateHome()">
<em class="fa fa-home"></em>
</button>
<a class="btn btn-link navbar-btn" target="_blank" [href]="helpUrl">
<em class="fas fa-question-circle"></em>
</a>
<span class="divider"></span>
<div class="dropdown-open nav-user nav-overview-user">
<a class="btn btn-logout dropdown-toggle" style="min-width: 160px;" data-toggle="dropdown" href="#" aria-expanded="true">
{{ userName }}
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li class="dropdown-item"><a routerLink="/logout" (click)="logout.emit()">Abmelden</a></li>
</ul>
</div>
</div>
</div>
<!-- <app-version-info class="version-info-simple"></app-version-info> -->
</nav>