mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-28 13:45:43 +00:00
084d7b3468
* Adding magnifying glass to search field. Signed-off-by: Kevin Putnam <kevin.putnam@intel.com> * Moved magnifying glass to the left and shifted text to right in search field. Signed-off-by: Kevin Putnam <kevin.putnam@intel.com> * Embedded image in css to avoid sticky path issues. Signed-off-by: Kevin Putnam <kevin.putnam@intel.com> * Reverting to relative path to .css Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
9 lines
407 B
HTML
9 lines
407 B
HTML
{%- if builder != 'singlehtml' %}
|
|
<div role="search">
|
|
<form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
|
|
<input type="text" name="q" id="clear-docs-search" placeholder="{{ _('Search documentation') }}" results="0"/>
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
</div>
|
|
{%- endif %} |