| 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> |
| + <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> |