SearchLayoutView_tmpl.html 3.5 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="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-12 no-padding typeFilter">
  40. <select data-id="typeLOV"></select>
  41. </div>
  42. </div>
  43. </div>
  44. <div class="srchType tagBox clearfix">
  45. <span class="srchTitle">根据分类搜索</span>
  46. <div>
  47. <div class="col-sm-12 no-padding">
  48. <select data-id="tagLOV"></select>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="srchType termBox clearfix">
  53. <span class="srchTitle">根据术语搜索</span>
  54. <div class="">
  55. <div class="col-sm-12 no-padding">
  56. <select data-id="termLOV"></select>
  57. </div>
  58. </div>
  59. </div>
  60. <div class="srchType">
  61. <span class="srchTitle searchText">根据文本搜索</span>
  62. <input type="text" class="form-control" data-id="searchInput" placeholder="根据文本搜索" style="margin: 5px 0px;">
  63. </div>
  64. </div>
  65. <button class="btn btn-action" data-id="clearSearch">清空</button>
  66. <button type="button" class="btn btn-atlas pull-right" data-id="searchBtn" disabled="disabled">搜索</button>
  67. </div>
  68. <div id="searchResult"></div>
  69. <div class="col-sm-12">
  70. <div class="col-sm-12 well basicSaveSearch" data-id="r_saveSearchBasic"></div>
  71. </div>
  72. <div class="col-sm-12">
  73. <div class="col-sm-12 well advanceSaveSearch" data-id="r_saveSearchAdvance" style="display: none"></div>
  74. </div>
  75. </div>