X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=0760525f8870875ca7b9a609e706544ae84bf4a1;hb=90c85f39570270b879e2d3020fe95231410f57c6;hp=a1d80d27acce783950ea78251e35568b05c79986;hpb=3d0dbd535f8efee946c17454a22bd24d954946d6;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index a1d80d2..0760525 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,15 +1,29 @@ -
+<%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 +41,51 @@
+

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

+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+

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

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

-
+<%include include/tail.html>