You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
342 B

{{ 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>
</main>