all repos — honk @ 2c882ef2329ec7d1a66ebc2a33f4f626184b6ea9

my fork of honk

views/xzone.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
{{ template "header.html" . }}
<main>
<div class="info">
<form action="/ximport" method="POST">
<input type="hidden" name="CSRF" value="{{ .XCSRF }}">
<p><span class="title">import</span>
<p><input tabindex=1 type="text" name="xid" autocomplete=off> - xid
<p><input tabindex=1 type="submit" name="fetch" value="fetch">
</form>
</div>
{{ range .Honkers }}
<section class="honk">
<p><a href="/h?xid={{ . }}">honks</a> by {{ . }}
</section>
{{ end }}
</main>