1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/_templates/_search_origin.html.erb
Jiří Fiala ee15c5a873 search: avoid iframe
* avoids search iframe for sensible rendering on iOS devices
* modifies the main search page in similar manner

Signed-off-by: Jiri Fiala <jfiala@redhat.com>
2019-07-01 16:40:57 +02:00

22 lines
678 B
Plaintext

<div id="hc-search">
<input id="hc-search-input" type="text">
<button id="hc-search-btn">Search</button>
</div>
<div id="hc-search-modal">
<div id="hc-modal-content">
<span id="hc-modal-close">&times;</span>
<div id="hc-search-results-wrapper">
<div id="hc-search-results"></div>
<div id="hc-search-progress-indicator" class="text-center search-progress-indicator"><i class="fa fa-circle-o-notch fa-spin" style="font-size:42px"></i></div>
<div class="text-center">
<button id="hc-search-more-btn">Show more results</button>
</div>
</div>
</div>
</div>
<script>
hcSearchCategory("docs_origin", "<%= version %>");
</script>