krz/skunky-art

Alternative privacy frontend for DeviantArt.

clone: git clone https://gitbay.org/krz/skunky-art.git

main: static/html/header.htm · raw

 1{{define "header"}}
 2<header>
 3    <h1><a href="">{{T "nav.home"}}</a> | <a href="dd">DD</a> {{if eq .Endpoint "dd"}}| <a href="{{.Endpoint}}?atom=true">{{T "nav.rss"}}</a>{{end}}</h1>
 4    <form method="get" action="search">
 5        <input type="text" name="q" aria-label="Search query" placeholder="{{T "search.placeholder"}}" autocomplete="off" autocapitalize="none" spellcheck="false" value="{{.QueryRaw}}">
 6        <select name="type" aria-label="Search type">
 7            <option value="all">{{T "search.all"}}</option>
 8            <option value="tag">{{T "search.tag"}}</option>
 9            <option value="r">{{T "search.groups"}}</option>
10        </select>
11        <button type="submit">{{T "search.submit"}}</button>
12    </form>
13</header>
14{{end}}