X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=d2dc61a100d2e366c9f575869840b55cfe8099e8;hb=e8ca06ebeb10e411775f3e835c14f8009c767e0d;hp=af926658708b8b12cf1f8c35bee6f733c952c089;hpb=861afcbbf8614375bf1359cdd80047686e93c2cc;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index af92665..d2dc61a 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,15 +1,41 @@ <%include include/head.html> + +

<%= Page.EditProfile.Page.Title|l10n|html>

-
<%= Page.EditProfile.Page.Description|l10n|html>
-
<%= Page.EditProfile.Page.Hint.Optionality|l10n|html>
+

<%= Page.EditProfile.Page.Description|l10n|html>

+

<%= Page.EditProfile.Page.Hint.Optionality|l10n|html>

<%if changed> -
<%= Page.EditProfile.Page.Status.Changed|l10n|html>
+

<%= Page.EditProfile.Page.Status.Changed|l10n|html>

<%/if> -
+
@@ -27,19 +53,27 @@
-
- +

<%= Page.EditProfile.Birthday.Title|l10n|html>

+ +
+ +
- +
+ + +
-

<%= Page.EditProfile.Backup.Title|l10n|html>

+
+ + +
-
<%= Page.EditProfile.Backup.Description|l10n|html>
+
+ +
-
- -
<%include include/tail.html>