Index: includes/searchform.tmpl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/includes/searchform.tmpl |
@@ -0,0 +1,8 @@ |
+<form id="searchform" action="https://duckduckgo.com" method="GET"> |
+ <label for="search" class="sr-only">{{ "Search Adblock Plus Help" | translate("searchform-label", "Label") }}</label> |
+ <input id="search" name="q" type="search" placeholder="{{ "Search Adblock Plus Help" | translate("searchform-label", "Label") }}"> |
+ <input type="hidden" name="sites" value="adblockplus.org"> |
+ <button type="submit"> |
+ <img src="/img/png/searchIcon.png" srcset="/img/png/searchIcon.png, /img/svg/searchIcon.svg 2x" alt="{{ "Search" | translate("search-icon-alt", "Image alt text") }}"> |
juliandoucette
2017/07/19 18:03:33
NIT: I wonder if "Submit (search|query)" makes mor
ire
2017/07/21 10:23:26
I think the submit buttons on most search forms ju
juliandoucette
2017/07/24 21:08:07
Acknowledged.
|
+ </button> |
+</form> |