AdminAuditTableLayoutView_tmpl.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. <div class="tab-content admin-details">
  18. <div id="tab-audit" role="adminaudit">
  19. <div id="r_auditTableLayoutView">
  20. <div class="fontLoader-relative">
  21. <i class="fa fa-refresh fa-spin-custom"></i>
  22. </div>
  23. <div class="position-relative">
  24. <div class="tableOverlay"></div>
  25. <!-- Not for table Loader its only for initial loading -->
  26. <div class="fontLoader">
  27. <i class="fa fa-refresh fa-spin-custom"></i>
  28. </div>
  29. <div class="attributeResultContainer form-group ">
  30. <button class="btn-action btn-sm attribute-filter-text" data-id='adminAttrFilter'> <i class="fa fa-angle-right"></i> 过滤器</button>
  31. <div class="attribute-filter-container hide">
  32. <div class="panel panel-default expand_collapse_panel-icon" data-id="adminRegion">
  33. <div class="panel-heading" data-toggle="collapse" href="#collapseAdmin" aria-expanded="true">
  34. <h4 class="panel-title">
  35. <a>管理员</a>
  36. </h4>
  37. <div class="btn-group pull-right">
  38. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  39. </div>
  40. </div>
  41. <div id="collapseAdmin" class="panel-collapse collapse in">
  42. <div class="panel-body">
  43. <div id='r_attributeQueryBuilderAdmin' class='attribute-querybuilder'>
  44. <div class='fontLoader-relative show'><i class='fa fa-refresh fa-spin-custom'></i></div>
  45. </div>
  46. </div>
  47. </div>
  48. </div>
  49. <div class='attribute-result-footer'>
  50. <div type="ok" class="btn btn-atlas ok search" data-id='attrApply'>应用</div>
  51. <div type="ok" class="btn btn-atlas ok" data-id='attrClose'>关闭</div>
  52. </div>
  53. </div>
  54. </div>
  55. <div class="auditTable" style="display: none">
  56. <div class='attr-filter-overlay hide'></div>
  57. <div id="r_adminAuditTableLayoutView"></div>
  58. </div>
  59. </div>
  60. </div>
  61. <div class="no-data" data-id="showDefault">
  62. <div class="position-relative thick-border">
  63. <div style="padding-top: 20px; " class="table-responsive tableBorder">
  64. <table class="table table-hover backgrid table-quickMenu">
  65. <tbody>
  66. <tr class="empty">
  67. <td colspan="16"><span>无记录!</span></td>
  68. </tr>
  69. </tbody>
  70. </table>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. </div>