SearchResultLayoutView_tmpl.html 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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="position-relative">
  18. <div class="tableOverlay"></div>
  19. <!-- Not for table Loader its only for initial loading -->
  20. <div class="fontLoader" style="z-index:999">
  21. <i class="fa fa-refresh fa-spin-custom"></i>
  22. </div>
  23. <div class="ellipsis-with-margin" style="display: none;"><span class="searchResult" style=" font-size: 16px;"></span>
  24. </div>
  25. <div class="searchTable">
  26. <div class="row no-data" style="display: none;">
  27. <div class="position-relative thick-border">
  28. <div style="padding-top: 20px; " class="table-responsive tableBorder">
  29. <table class="table table-hover backgrid table-quickMenu">
  30. <tbody>
  31. <tr class="empty">
  32. <td colspan="16"><span>无记录!</span></td>
  33. </tr>
  34. </tbody>
  35. </table>
  36. </div>
  37. </div>
  38. </div>
  39. <div style="padding-top: 0px;">
  40. <div class="row form-group pagination-box filter-box" style="display: none;">
  41. <div class="col-sm-12 inline-content-fr no-padding-left">
  42. <div class="inline" data-id="colManager"></div>
  43. <div class="inline">
  44. <a href="javascript:void(0)" class="multiSelectTag assignTag btn btn-action btn-sm" style="display:none" title="指派分类" data-id="addAssignTag"><i class="fa fa-plus"></i>&nbsp;分类</a>
  45. </div>
  46. {{#unless isGlossaryView}}
  47. <div class="inline">
  48. <a href="javascript:void(0)" class="multiSelectTerm assignTerm btn btn-action btn-sm" style="display:none" title="指派术语" data-id="addAssignTerm"><i class="fa fa-plus"></i>&nbsp;术语</a>
  49. </div>
  50. {{/unless}}
  51. <div class="inline" data-id="containerCheckBox" style="display: none;">
  52. <label class="checkbox-inline btn" for="historicalentities">
  53. <input type="checkbox" data-id="checkDeletedEntity" data-value="includeDE" id="historicalentities" />
  54. <b>显示历史实体</b></label>
  55. </div>
  56. <div class="inline" data-id="containerCheckBox" style="display: none;">
  57. <label class="checkbox-inline btn" for="subclassifications">
  58. <input type="checkbox" data-id="checkSubClassification" data-value="excludeSC" id="subclassifications" />
  59. <b>排除子数据模型</b></label>
  60. </div>
  61. {{#ifCond fromView '!==' "classification"}}
  62. <div class="inline" data-id="containerCheckBox" style="display: none;">
  63. <label class="checkbox-inline btn" for="subtypes">
  64. <input type="checkbox" data-id="checkSubType" data-value="excludeST" id="subtypes" />
  65. <b>排除子类型</b></label>
  66. </div>
  67. {{/ifCond}}
  68. </div>
  69. </div>
  70. <div id="r_searchResultTableLayoutView">
  71. {{#if isSearchTab}}<h1><b>{{searchType}}</b></h1>{{/if}}
  72. <div class="entityLink" style="display:none">
  73. <p class="entityLink">搜索实体
  74. {{#if entityCreate}}
  75. or
  76. <a href="javascript:void(0)" data-id='createEntity'> 创建新实体 </a>
  77. {{/if}}
  78. </p>
  79. </div>
  80. </div>
  81. <div class="pagination-box searach-result-pagination row" style="display: none">
  82. <div class="col-sm-4">
  83. <span class="labelShowRecord pull-left" data-id="pageRecordText"> </span>
  84. </div>
  85. <div class="col-sm-8">
  86. <div class="inline-content-fr">
  87. <div class="backgrid-paginator inline">
  88. <ul class="" data-id="paginationDiv" style="display:none">
  89. <li>
  90. <button type="button" data-id="previousData" title="上一项" disabled="true">
  91. <i class="fa fa-angle-left" aria-hidden="true"></i>
  92. </button>
  93. </li>
  94. <li class="active">
  95. <a href="javascript:void(0)" data-id="activePage"></a>
  96. </li>
  97. <li>
  98. <button type="button" data-id="nextData" title="下一项">
  99. <i class="fa fa-angle-right" aria-hidden="true"></i>
  100. </button>
  101. </li>
  102. </ul>
  103. </div>
  104. <div class="inline col-sm-4" data-id="paginationDiv">
  105. <div class="input-group" data-id="goToPageDiv">
  106. <input type="text" class="form-control number-input" data-id="gotoPage" placeholder="目标页面" />
  107. <span class="input-group-btn">
  108. <button class="btn btn-default" type="button" data-id="gotoPagebtn" title="跳转至" disabled="disabled">
  109. Go!
  110. </button>
  111. </span>
  112. </div>
  113. </div>
  114. <div class="inline">
  115. <div class="inline-content">
  116. <span class="control-label-sm inline ">每页条数 :</span>
  117. <div class="inline" style="width: 80px;">
  118. <select data-id="showPage" multiple="multiple" class="form-control"> </select>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. <div class="text-center" data-id="columnEmptyInfo" style="display: none;">
  129. <h4>请选择一列或多列以查看数据</h4>
  130. </div>