aboutsummaryrefslogtreecommitdiffstats
path: root/templates/shared/search/input.tmpl
blob: 75bed07b80b08d1a5c65e81135cd2ca1378a882e (plain)
1
2
3
4
{{/* Value - value of the search field (for search results page) */}}
{{/* Disabled (optional) - if search field has to be disabled */}}
{{/* Placeholder (optional) - placeholder text to be used */}}
<input type="search" name="q"{{with .Value}} value="{{.}}"{{end}} maxlength="255" spellcheck="false" placeholder="{{with .Placeholder}}{{.}}{{else}}{{ctx.Locale.Tr "search.search"}}{{end}}"{{if .Disabled}} disabled{{end}}>