1.2.5原版

This commit is contained in:
anian
2026-03-10 17:17:32 +08:00
commit af82232813
163 changed files with 35269 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html>
<html
xmlns:th="https://www.thymeleaf.org"
th:replace="~{modules/gateway_fragments_layout:: layout(title = |#{title(${username})} - ${site.title}|, head = null, body = ~{::body})}"
>
<th:block th:fragment="body">
<div class="gateway-wrapper">
<div th:replace="~{modules/gateway_fragments_logo::logo}"></div>
<div class="halo-form-wrapper">
<h1 class="form-title" th:text="#{title(${username})}"></h1>
<form th:replace="~{gateway_fragments/password_reset_email_reset::form}"></form>
</div>
<div th:replace="~{gateway_fragments/common::languageSwitcher}"></div>
</div>
</th:block>
</html>
@@ -0,0 +1 @@
title=为 {0} 修改密码
@@ -0,0 +1 @@
title=Change password for @{0}
@@ -0,0 +1 @@
title=Cambiar Contraseña para {0}
@@ -0,0 +1 @@
title=為 {0} 修改密碼
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<html
xmlns:th="https://www.thymeleaf.org"
th:replace="~{modules/gateway_fragments_layout:: layout(title = |#{title} - ${site.title}|, head = null, body = ~{::body})}"
>
<th:block th:fragment="body">
<div class="gateway-wrapper">
<div th:replace="~{modules/gateway_fragments_logo::logo}"></div>
<div class="halo-form-wrapper">
<h1 class="form-title" th:text="${sent} ? #{sent.title} : #{title}"></h1>
<form th:replace="~{gateway_fragments/password_reset_email_send::form}"></form>
<div th:replace="~{gateway_fragments/common::passwordResetMethods}"></div>
</div>
<div th:replace="~{gateway_fragments/common::languageSwitcher}"></div>
</div>
</th:block>
</html>
@@ -0,0 +1,2 @@
title=重置密码
sent.title=已发送重置密码的邮件
@@ -0,0 +1,2 @@
title=Reset password
sent.title=Password reset email has been sent
@@ -0,0 +1,2 @@
title=Restablecer Contraseña
sent.title=Correo de Restablecimiento de Contraseña Enviado
@@ -0,0 +1,2 @@
title=重置密碼
sent.title=已發送重置密碼的郵件