X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=7b3eb1889d54aac4ec2d44fd0b5dc0f511d6ea17;hb=3d3d06d95ff53fdf16cce4331a0cdd7c77427fc4;hp=d39d85934ac62d6b5045cbba3d19be2bc29b5c27;hpb=b9f8c58fa8c241ad15afc5c519bda3cefdd58240;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index d39d859..7b3eb18 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,28 +1,71 @@ -
+<%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>

+ <%/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>