aboutsummaryrefslogtreecommitdiff
path: root/i18n_views/xzone.html
blob: e2ab0d7b7832defe8e654480081f1e6a6a3c3f62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ template "header.html" . }}
<main>
<div class="info">
<form action="/ximport" method="POST">
<input type="hidden" name="CSRF" value="{{ .XCSRF }}">
<p><span class="title">{{ .i18n.Import }}</span>
<p><input tabindex=1 type="text" name="xid" autocomplete=off> - xid
<p><button tabindex=1 name="fetch" value="{{ .i18n.Fetch }}">{{ .i18n.Fetch }}</button>
</form>
</div>
{{ $i18n := .i18n }}
{{ range .Honkers }}
<section class="honk">
<p><a href="/h?xid={{ .XID }}">{{ $i18n.Honks }}</a> {{ $i18n.HonksFrom }} {{ .Handle }}
</section>
{{ end }}
</main>