| 12345678910111213141516171819202122232425262728293031323334353637 | <!-- * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements.  See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You 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.--><ul class="sidebar-nav">    <li class="sidebar-brand">        <a href="{{apiBaseUrl}}/index.html"><i class="fa fa-globe"></i> Apache Atlas</a>    </li>    <ul class="tabs" style="width: 100%;" role="tablist">        <li role="presentation" class="tab col-sm-3"><a href="#tab-search" aria-controls="tab-search" data-name="tab-search" role="tab" data-toggle="tab" class=""><i class="fa fa-search"></i> Search</a></li>        <li role="presentation" class="tab col-sm-5"><a href="#tab-classification" aria-controls="tab-classification" data-name="tab-classification" role="tab" data-toggle="tab"><i class="fa fa-tags"></i> Classification</a></li>        <li role="presentation" class="tab col-sm-4"><a href="#tab-glossary" aria-controls="tab-glossary" data-name="tab-glossary" role="tab" data-toggle="tab"><i class="fa fa-folder-open"></i> Glossary</a></li>    </ul></ul><div class="tab-content">    <div role="tabpanel" class="tab-pane" id="tab-classification">        <div id="r_tagLayoutView"></div>    </div>    <div role="tabpanel" class="tab-pane" id="tab-search">        <div id="r_searchLayoutView"></div>    </div>    <div role="tabpanel" class="tab-pane" id="tab-glossary">        <div id="r_glossaryLayoutView"></div>    </div></div>
 |