X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=fea58a8ee1ce1865726ea5f08a4456819ed3ce0f;hb=60926d0dc3b2139029c3fcb0b3d28caccf4b83b3;hp=75d5da808cfbb02c497a03913bacd6f187f70bd5;hpb=bd895dd145f53be1972f7d6130ae90daa17a4d35;p=Sone.git diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 75d5da8..fea58a8 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,24 +1,149 @@ <%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.Page.Description|l10n|html>

+

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

@@ -38,34 +163,67 @@ -
- +

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

+ +
+ +
- +
+ + +
+ +
+ + +
+ +
+ +
-

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

+

<%= Page.EditProfile.Fields.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.Fields.Description|l10n|html>

-
- - -
-
- - -
+ <%foreach fields field fieldLoop> +
+
<% field.name|html>
+ +
+
+
+
+
+
-

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

+ <%if fieldLoop.last> +
+ +
+ <%/if> + <%/foreach> -
<%= Page.EditProfile.Backup.Description|l10n|html>
+ -
+ - + + +

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

+ + <%if duplicateFieldName> +

<%= Page.EditProfile.Error.DuplicateFieldName|l10n|replace needle="{fieldName}" replacementKey="fieldName"|html>

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