2023-04-08 12:28:21 -04:00
|
|
|
{{define "theme-angel-kanade/viewpassword"}}
|
|
|
|
{{template "theme-angel-kanade/header" .}}
|
2023-04-08 11:57:28 -04:00
|
|
|
{{if ts .CustomCode}}
|
|
|
|
{{.CustomCode|safe}}
|
|
|
|
{{end}}
|
|
|
|
<div class="login nb-container">
|
|
|
|
<div class="ui center aligned grid">
|
|
|
|
<div class="column">
|
|
|
|
<h2 class="ui image header">
|
|
|
|
<img src="static/logo.svg?v20210804" class="image">
|
|
|
|
<div class="content">
|
|
|
|
{{tr "VerifyPassword"}}
|
|
|
|
</div>
|
|
|
|
</h2>
|
|
|
|
<form action="/view-password" method="POST" class="ui form">
|
|
|
|
<div class="field">
|
|
|
|
<input type="password" name="Password">
|
|
|
|
</div>
|
|
|
|
<button class="ui nezha-primary-btn button" type="submit">{{tr "Confirm"}}</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-04-08 12:28:21 -04:00
|
|
|
{{template "theme-angel-kanade/footer" .}}
|
2023-04-08 11:57:28 -04:00
|
|
|
{{end}}
|