mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
16 lines
347 B
Plaintext
16 lines
347 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">×</span>
|
|
<div id="hc-search-results"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
hcSearchCategory("docs_origin", "<%= version %>");
|
|
</script>
|