X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=1408e62350b01af002df6ab1023f771da8bc7fdf;hb=361453d9f99f1580ec79b6618bddd6a379523318;hp=4c3c5b82fb2285f40a7fbcfd0c87dd613836f0e1;hpb=67b673e281bf9a08b104e1d07be4e7ea9090e973;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 4c3c5b8..1408e62 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,8 +1,60 @@ -
+<%include include/head.html>

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

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

<%= 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>