X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=ddc08a905a84de1018f298359c87e415e5ef3eda;hp=edc3b384ff68524682812fd2a843b501ed743c54;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=7bb372a4dcd7ba15992d54c36e17255b61fafcc5 diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index edc3b38..ddc08a9 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,16 +1,142 @@ <%include include/head.html> @@ -19,10 +145,6 @@

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

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

- <%if changed> -

<%= Page.EditProfile.Page.Status.Changed|l10n|html>

- <%/if> -
@@ -58,8 +180,65 @@ +

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

+ +

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

+ + +
- + +
+ +

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

+ +

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

+ + <%foreach fields field fieldLoop> +
+
<% field.name|html>
+ +
+
+
+
+
+
+ + <%if fieldLoop.last> +
+ +
+ <%/if> + <%/foreach> + +
+ +
+ + + +

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

+ + <%if duplicateFieldName> +

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

+ <%/if> + +
+ + +