diff options
| author | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
|---|---|---|
| committer | home_pc <[email protected]> | 2020-01-20 13:48:51 -0800 |
| commit | 75fa1d1810e98453960a81115d88302e276d817f (patch) | |
| tree | 92f37accb3cb041d056d00525b5830a69862631a /docs/source/_themes/groundwork/searchbox.html | |
| parent | fixed install.mel issue (diff) | |
| download | artv2-75fa1d1810e98453960a81115d88302e276d817f.tar.xz artv2-75fa1d1810e98453960a81115d88302e276d817f.zip | |
Uploading work on refactor
At this point, all components can build their skeletons. Next steps are to get components building their rigs.
Diffstat (limited to 'docs/source/_themes/groundwork/searchbox.html')
| -rw-r--r-- | docs/source/_themes/groundwork/searchbox.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/source/_themes/groundwork/searchbox.html b/docs/source/_themes/groundwork/searchbox.html new file mode 100644 index 0000000..d21e95e --- /dev/null +++ b/docs/source/_themes/groundwork/searchbox.html @@ -0,0 +1,21 @@ +{# + basic/searchbox.html + ~~~~~~~~~~~~~~~~~~~~ + + Sphinx sidebar template: quick search box. + + :copyright: Copyright 2017 by team useblocks for minor changes. + :copyright: Copyright 2007-2017 by the Sphinx team, see AUTHORS. +#} +{%- if pagename != "search" and builder != "singlehtml" %} +<div id="searchbox" style="display: none" role="search"> + <!--<h3>{{ _('Search') }}</h3>--> + <form class="search" action="{{ pathto('search') }}" method="get"> + <div id="search_input"><input type="text" name="q" placeholder="{{ _('Search')}}"/></div> + <!--<div id="search_go"><input type="submit" value="{{ _('Go') }}" /></div>--> + <input type="hidden" name="check_keywords" value="yes" /> + <input type="hidden" name="area" value="default" /> + </form> +</div> +<script type="text/javascript">$('#searchbox').show(0);</script> +{%- endif %}
\ No newline at end of file |