X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FeditProfile.html;h=ddc08a905a84de1018f298359c87e415e5ef3eda;hp=918b0c1b78dd553bb75128fd932a4458f55f5ac3;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=0ac0337b61614cf23833f866fd8f0568d0f7bf58 diff --git a/src/main/resources/templates/editProfile.html b/src/main/resources/templates/editProfile.html index 918b0c1..ddc08a9 100644 --- a/src/main/resources/templates/editProfile.html +++ b/src/main/resources/templates/editProfile.html @@ -1,7 +1,14 @@ <%include include/head.html> @@ -66,10 +180,67 @@ +

<%= 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> + +
+ + + +
+
<%include include/tail.html>