aboutsummaryrefslogtreecommitdiff
path: root/i18n_views/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'i18n_views/login.html')
-rw-r--r--i18n_views/login.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n_views/login.html b/i18n_views/login.html
new file mode 100644
index 0000000..e5ea195
--- /dev/null
+++ b/i18n_views/login.html
@@ -0,0 +1,12 @@
+{{ template "header.html" . }}
+<main>
+<div class="info">
+{{ .LoginMsg }}
+<form action="/dologin" method="POST">
+ <p><input tabindex=1 type="text" name="username" autocomplete=off> -
+ {{ .i18n.Username }}
+ <p><input tabindex=1 type="password" name="password"> - {{ .i18n.Pwd }}
+ <p><button tabindex=1 name="login" value="login">{{ .i18n.Login }}</button>
+</form>
+</div>
+</main>