SideNavLayoutView_tmpl.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. <ul class="sidebar-nav">
  18. <!-- <li class="sidebar-brand">
  19. <a href="{{apiBaseUrl}}/index.html"><img src="img/atlas_logo.svg" class="logo" /></a>
  20. </li> -->
  21. <!-- <ul class="tabs" style="width: 100%;" role="tablist">
  22. <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> 搜索</a></li>
  23. <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> 分类</a></li>
  24. <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> 术语表</a></li>
  25. </ul> -->
  26. </ul>
  27. <div class="tab-content">
  28. <div role="tabpanel" class="tab-pane" id="tab-classification">
  29. <div id="r_tagLayoutView"></div>
  30. </div>
  31. <div role="tabpanel" class="tab-pane" id="tab-search">
  32. <div id="r_searchLayoutView"></div>
  33. </div>
  34. <div role="tabpanel" class="tab-pane" id="tab-glossary">
  35. <div id="r_glossaryLayoutView"></div>
  36. </div>
  37. </div>