views/xzone.html (view raw)
1 2 3 4 5 6 7 8 9 10 11 |
{{ 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> |