mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-12 04:21:47 +03:00
8 lines
333 B
HTML
8 lines
333 B
HTML
|
{%- if pagename != "search" %}
|
||
|
<form class="navbar-search pull-right" style="margin-bottom:-3px;" action="{{ pathto('search') }}" method="get">
|
||
|
<input type="text" name="q" placeholder="Search" />
|
||
|
<input type="hidden" name="check_keywords" value="yes" />
|
||
|
<input type="hidden" name="area" value="default" />
|
||
|
</form>
|
||
|
{%- endif %}
|