diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2021-02-18 17:25:32 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-02-18 17:25:32 +0100 |
commit | 4e513641d311f1a3895a13efb45179e7b88e5b6d (patch) | |
tree | 6f9bdd76b46072f7a2fbe42ce5f4cbbd8491a561 /v0.9.5/views/i18n/xzone.html | |
parent | c9129233298e6586e2242fd6892cd84531390b83 (diff) | |
download | honk_custom-4e513641d311f1a3895a13efb45179e7b88e5b6d.tar.gz honk_custom-4e513641d311f1a3895a13efb45179e7b88e5b6d.zip |
now this branch will work on tip
Diffstat (limited to 'v0.9.5/views/i18n/xzone.html')
-rw-r--r-- | v0.9.5/views/i18n/xzone.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/v0.9.5/views/i18n/xzone.html b/v0.9.5/views/i18n/xzone.html deleted file mode 100644 index e2ab0d7..0000000 --- a/v0.9.5/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> |