mirror of
https://github.com/iv-org/invidious
synced 2025-09-19 00:57:05 +02:00
10 lines
422 B
Plaintext
10 lines
422 B
Plaintext
<form class="pure-form" action="/search" method="get">
|
|
<fieldset>
|
|
<input type="search" id="searchbox" autocomplete="off" autocorrect="off"
|
|
autocapitalize="none" spellcheck="false" <% if autofocus %>autofocus<% end %>
|
|
name="q" placeholder="<%= translate(locale, "search") %>"
|
|
title="<%= translate(locale, "search") %>"
|
|
value="<%= env.get?("search").try {|x| HTML.escape(x.as(String)) } %>">
|
|
</fieldset>
|
|
</form>
|