Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/search-form.tmpl

Issue 29516622: Issue 5511 - Create Product Help Home Template for help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Addressed first comments Created Aug. 28, 2017, 2:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « includes/layout/header.tmpl ('k') | pages/adblockplus/adblock-plus-breaks-the-websites-i-visit.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « includes/layout/header.tmpl ('k') | pages/adblockplus/adblock-plus-breaks-the-websites-i-visit.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld