SearchLayoutView_tmpl.html 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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="row row-margin-bottom">
  18. <div class="col-sm-12" style="margin:15px 0px;">
  19. <div class="row">
  20. <div class="col-sm-9" style="margin-top: 5px;">
  21. <span class="pull-left">基础</span>
  22. <label class="switch pull-left">
  23. <input type="checkbox" class="switch-input" name="queryType" value="text" />
  24. <span class="switch-slider"></span>
  25. </label>
  26. <span class="pull-left">高级</span>
  27. <span class="advancedInfo" data-id="advancedInfo"><i class="fa fa-question-circle-o"></i></span>
  28. </div>
  29. <div class="col-sm-3 filter-btn-wrapper">
  30. <button type="button" class="btn btn-action btn-sm pull-right typeLOV" title="刷新" data-id="refreshBtn"><i class="fa fa-refresh"></i></button>
  31. </div>
  32. </div>
  33. </div>
  34. <div class="col-sm-12 form-group">
  35. <div class="form-group">
  36. <div class="srchType clearfix">
  37. <span class="srchTitle">根据类型搜索</span>
  38. <div class="">
  39. <div class="col-sm-10 no-padding typeFilter">
  40. <select data-id="typeLOV"></select>
  41. </div>
  42. <div class="col-sm-2 no-padding typeFilterBtn">
  43. <button type="button" class="btn btn-action btn-md pull-right typeLOV active" title="类型属性过滤器" data-id="typeAttrFilter"><i class="fa fa-filter"></i></button>
  44. </div>
  45. </div>
  46. </div>
  47. <div class="srchType tagBox clearfix">
  48. <span class="srchTitle">根据分类搜索</span>
  49. <div>
  50. <div class="col-sm-10 no-padding">
  51. <select data-id="tagLOV"></select>
  52. </div>
  53. <div class="col-sm-2 no-padding">
  54. <button type="button" class="btn btn-action btn-md pull-right active" title="标签属性过滤器" data-id="tagAttrFilter"><i class="fa fa-filter"></i></button>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="srchType termBox clearfix">
  59. <span class="srchTitle">根据术语搜索</span>
  60. <div class="">
  61. <div class="col-sm-12 no-padding">
  62. <select data-id="termLOV"></select>
  63. </div>
  64. </div>
  65. </div>
  66. <div class="srchType">
  67. <span class="srchTitle searchText">根据文本搜索</span>
  68. <input type="text" class="form-control" data-id="searchInput" placeholder="根据文本搜索" style="margin: 5px 0px;">
  69. </div>
  70. </div>
  71. <button class="btn btn-action" data-id="clearSearch">清空</button>
  72. <button type="button" class="btn btn-atlas pull-right" data-id="searchBtn" disabled="disabled">搜索</button>
  73. </div>
  74. <div id="searchResult"></div>
  75. <div class="col-sm-12">
  76. <div class="col-sm-12 well basicSaveSearch" data-id="r_saveSearchBasic"></div>
  77. </div>
  78. <div class="col-sm-12">
  79. <div class="col-sm-12 well advanceSaveSearch" data-id="r_saveSearchAdvance" style="display: none"></div>
  80. </div>
  81. </div>