2016-07-07 18:03:32 +02:00
|
|
|
<!--
|
|
|
|
Copyright (c) 2016 VMware, Inc. All Rights Reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
2016-05-10 12:43:52 +02:00
|
|
|
<nav class="navbar navbar-default navbar-custom" ng-controller="HeaderController as vm">
|
2016-05-14 18:11:28 +02:00
|
|
|
<div class="container container-custom">
|
2016-04-11 10:07:16 +02:00
|
|
|
<!-- Brand and toggle get grouped for better mobile display -->
|
|
|
|
<div class="navbar-header">
|
|
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-harbor-navbar-collapse-1" aria-expanded="false">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
2016-06-21 12:42:53 +02:00
|
|
|
<a class="navbar-brand" href="//vm.defaultUrl//"><img class="img-responsive" src="/static/resources/img/Harbor_Logo_rec.png" alt="Harbor's Logo"/></a>
|
2016-04-11 10:07:16 +02:00
|
|
|
</div>
|
|
|
|
<!-- Collect the nav links, forms, and other content for toggling -->
|
2016-05-10 12:43:52 +02:00
|
|
|
<div class="collapse navbar-collapse" id="bs-harbor-navbar-collapse-1">
|
2016-05-20 11:43:47 +02:00
|
|
|
<optional-menu login-status="//vm.loginStatus//"></optional-menu>
|
2016-05-09 19:48:05 +02:00
|
|
|
<ul class="nav navbar-nav navbar-right">
|
|
|
|
<li>
|
|
|
|
<navigation-header></navigation-header>
|
|
|
|
</li>
|
2016-04-11 10:07:16 +02:00
|
|
|
<li>
|
2016-05-19 06:50:32 +02:00
|
|
|
<search-input search-input='vm.searchInput'></search-input>
|
2016-05-09 19:48:05 +02:00
|
|
|
</li>
|
2016-04-11 10:07:16 +02:00
|
|
|
</ul>
|
|
|
|
</div><!-- /.navbar-collapse -->
|
|
|
|
</div><!-- /.container-fluid -->
|
|
|
|
</nav>
|