Index: includes/search-form.tmpl |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/includes/search-form.tmpl |
@@ -0,0 +1,8 @@ |
+<form id="search-form" action="https://duckduckgo.com" method="GET"> |
+ <label for="search" class="sr-only">{{ "Search Adblock Plus Help" | translate("search-form-label", "Label") }}</label> |
juliandoucette
2017/08/23 14:39:04
Note: I don't know if "Label" is descriptive enoug
ire
2017/08/25 08:27:07
I'm not sure if it's the case that they may be tra
juliandoucette
2017/08/29 16:17:23
Acknowledged.
|
+ <input id="search" name="q" type="search" placeholder="{{ "Search Adblock Plus Help" | translate("search-form-label", "Label") }}"> |
+ <input type="hidden" name="sites" value="adblockplus.org"> |
+ <button type="submit"> |
+ <img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" alt="{{ "Search" | translate("search-icon-alt", "Image alt text") }}"> |
+ </button> |
+</form> |