Header.html 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!--
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. -->
  17. <header class="clearfix atlas-header">
  18. <table>
  19. <tr>
  20. <td>
  21. <ul class="nav navbar-nav">
  22. <a href="#/"><img src="img/atlas_logo_beta.svg" class="logo"></a>
  23. </ul>
  24. </td>
  25. <td class="global-search-container">
  26. <div id="r_globalSearchLayoutView"></div>
  27. </td>
  28. <td>
  29. <div class="btn-group pull-right header-menu">
  30. <table class="header-menu">
  31. <tr>
  32. <td><a class="show-stat" href="javascript:void(0);" title="Statistics"><i class="fa fa-bar-chart"></i></a></td>
  33. <td class="user-dropdown">
  34. <table data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  35. <tr>
  36. <td style="padding: 0;"><a style="padding-right: 0;" href="javascript:void(0);"><i class="fa fa-user user-circle "></i>
  37. </a>
  38. </td>
  39. <td style="padding-left: 0;">
  40. <span class="userName"></span>
  41. </td>
  42. </tr>
  43. </table>
  44. <ul class="dropdown-menu pull-right multi-level" role="menu" aria-labelledby="dropdownMenu">
  45. <li><a href="javascript:void(0)" data-id='administrator'>Administration</a></li>
  46. <li class="dropdown-submenu">
  47. <a tabindex="-1" href="javascript:void(0)">Help</span></a>
  48. <ul class="dropdown-menu">
  49. <li><a target="_blank" href="http://atlas.apache.org/">Documentation</a></li>
  50. <li><a target="_blank" href="{{apiDocUrl}}">API Documentation</a></li>
  51. <li class="aboutAtlas"><a href="javascript:void(0)">About</a></li>
  52. {{#if isDebugMetricsEnabled}}
  53. <li class="show-debug"><a href="javascript:void(0)" data-id="showDebug">Debug</a></li>
  54. {{/if}}
  55. </ul>
  56. </li>
  57. <li class="divider"></li>
  58. <li><a data-id="uiSwitch" href="javascript:void(0)">Switch to Classic</a></li>
  59. <li><a data-id="signOut" href="javascript:void(0)"><i class="fa fa-sign-out"></i>Logout</a></li>
  60. </ul>
  61. </td>
  62. </tr>
  63. </table>
  64. </td>
  65. </tr>
  66. </table>
  67. </header>
  68. <div id="r_filterBrowserLayoutView"></div>