dash: v0.14.12 new theme AngelKanade

This commit is contained in:
naiba
2023-04-09 00:28:21 +08:00
parent a46ef02709
commit 61a14d204b
13 changed files with 411 additions and 26 deletions

View File

@@ -0,0 +1,25 @@
{{define "theme-angel-kanade/viewpassword"}}
{{template "theme-angel-kanade/header" .}}
{{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>
{{template "theme-angel-kanade/footer" .}}
{{end}}