commit 7288779664358c40c63358fe649edebf24203442 parent 347ee0fd750380ad7825cb94328a2087a7f55238 Author: Peter Kosyh <p.kosyh@gmail.com> Date: Thu, 10 Sep 2020 16:23:55 +0300 reset tpl Diffstat:
| A | ii-node/tpl/reset.tpl | | | 20 | ++++++++++++++++++++ |
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/ii-node/tpl/reset.tpl b/ii-node/tpl/reset.tpl @@ -0,0 +1,20 @@ +{{template "header.tpl" $}} +<form method="post" enctype="application/x-www-form-urlencoded" action="/register"> +<table id="login" cellspacing=0 cellpadding=0> + +<tr class="odd"><td> +<input type="text" name="auth" class="login" placeholder="authstr" value="{{.User.Secret}}"><br> +</td></tr> + +<tr class="even"><td> +<input type="password" name="password" class="passwd" placeholder="password"><br> +</td></tr> + +<tr class="odd"><td class="links"> +<button class="form-button">Register</button> +</td></tr> + +</table> + +</form> +{{template "footer.tpl"}}