blob: 2d4e606667cb9f2ffa6b165f5fb37da5d3b63533 [file] [log] [blame]
Sean Condona00bf382018-06-23 07:54:01 +01001<!--
2~ Copyright 2014-present Open Networking Foundation
3~
4~ Licensed under the Apache License, Version 2.0 (the "License");
5~ you may not use this file except in compliance with the License.
6~ You may obtain a copy of the License at
7~
8~ http://www.apache.org/licenses/LICENSE-2.0
9~
10~ Unless required by applicable law or agreed to in writing, software
11~ distributed under the License is distributed on an "AS IS" BASIS,
12~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13~ See the License for the specific language governing permissions and
14~ limitations under the License.
15-->
Sean Condon28ecc5f2018-06-25 12:50:16 +010016<div id="mast-top-block"></div>
17<!-- The mast-top-block is an inline display element that pushes any
18 subsequent elements down the page. It has a height of 48px
19 The mast block overlays the mast-top-block. It is is positioned
20 absolutely so that the nav component can slide in behind it when
21 not shown -->
Sean Condon83fc39f2018-04-19 18:56:13 +010022<div id="mast" align="left">
23 <span class="nav-menu-button clickable" (click)="ns.toggleNav()">
24 <img src="data/img/nav-menu-mojo.png"/>
25 </span>
26 <img class="logo" src="data/img/masthead-logo-mojo.png">
Sean Condon87b78502018-09-17 20:53:24 +010027 <onos-confirm title="{{ lionFn('ui_ok_to_update') }}" message="{{ confirmMessage }}" warning="{{ strongWarning }}" (chosen)="dOk($event)"></onos-confirm>
Sean Condon83fc39f2018-04-19 18:56:13 +010028 <div id="mast-right">
29 <nav>
30 <div class="dropdown-parent">
Sean Condon28ecc5f2018-06-25 12:50:16 +010031 <a class="clickable user-menu__name">{{ username }} <i class="dropdown-icon"></i></a>
Sean Condon83fc39f2018-04-19 18:56:13 +010032 <div class="dropdown">
Sean Condon28ecc5f2018-06-25 12:50:16 +010033 <a href="rs/logout"> {{ lionFn('logout') }} </a>
Sean Condon83fc39f2018-04-19 18:56:13 +010034 </div>
35 </div>
36 <div class="ctrl-btns">
Sean Condon28ecc5f2018-06-25 12:50:16 +010037 <div class="active clickable icon" (click)="directTo()">
38 <onos-icon iconId="query" iconSize="32" toolTip="{{ lionFn('tt_help') }}"></onos-icon>
Sean Condon83fc39f2018-04-19 18:56:13 +010039 </div>
40 </div>
41 </nav>
42
43 </div>
Sean Condon87b78502018-09-17 20:53:24 +010044</div>