mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-24 03:48:49 +00: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>
|