krz/skunky-art

Alternative privacy frontend for DeviantArt.

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

v1.3.6: static/html/header.htm · raw

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