mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
a7e1003c41
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 lines
327 B
HTML
9 lines
327 B
HTML
{%- if pagename != "search" %}
|
|
<form action="{{ pathto('search') }}" method="get">
|
|
<div class="form-group">
|
|
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
</div>
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
{%- endif %}
|