SearchLayoutView_tmpl.html 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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">Basic</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">Advanced</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">
  30. <button type="button" class="btn btn-action btn-md pull-right typeLOV" title="Refresh" 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">Search By Type</span>
  38. <div class="">
  39. <div class="col-sm-12 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="Entity Attribute Filter" 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">Search By Classification</span>
  49. <div>
  50. <div class="col-sm-12 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="Tag Attribute Filter" 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">Search By Term</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 searchByText">
  67. <span class="srchTitle searchText">Search By Text</span>
  68. <input type="text" class="form-control" data-id="searchInput" placeholder="Search by text">
  69. </div>
  70. </div>
  71. <button class="btn btn-action" data-id="clearSearch">Clear</button>
  72. <button type="button" class="btn btn-atlas pull-right" data-id="searchBtn" disabled="disabled">Search</button>
  73. </div>
  74. <div id="searchResult"></div>
  75. <!--
  76. will be shown as different tab on the screen.
  77. <div class="col-sm-12">
  78. <div class="col-sm-12 well basicSaveSearch" data-id="r_saveSearchBasic"></div>
  79. </div>
  80. <div class="col-sm-12">
  81. <div class="col-sm-12 well advanceSaveSearch" data-id="r_saveSearchAdvance" style="display: none"></div>
  82. </div> -->
  83. </div>