X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=761d3a66352bdb3103db7ec9a44bea5c65386b36;hb=eddd26c55e5896a706a0bf8c635d354b97e1dc6d;hp=85a5e74d6cda0fa111142b442280e04d2c993e82;hpb=4c8a0c10d45005c0a7e55aeff8534ae652c1a0e2;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 85a5e74..761d3a6 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,15 +1,26 @@ -
+<%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,6 +38,34 @@
+
+ +
+ +
+ +

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

+ +

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

+

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

+

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

+ +
+ + +
+
+ + +
+ +

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

+ +

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

+ +
+ +
-
+<%include include/tail.html>