diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:30:49 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-17 22:31:25 +0100 |
commit | 015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30 (patch) | |
tree | 81cf315da47e263a79a892428240502cf0f7d079 /views/i18n/xzone.html | |
parent | bf1a991d4337ebc15ed4e52176c8acf382ef0701 (diff) | |
download | honk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.tar.gz honk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.zip |
shorter patch names, updated README.md, new Makefile
Diffstat (limited to 'views/i18n/xzone.html')
-rw-r--r-- | views/i18n/xzone.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/views/i18n/xzone.html b/views/i18n/xzone.html deleted file mode 100644 index e2ab0d7..0000000 --- a/views/i18n/xzone.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ 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> |