From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- templates/user/settings/profile.tmpl | 166 +++++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 templates/user/settings/profile.tmpl (limited to 'templates/user/settings/profile.tmpl') diff --git a/templates/user/settings/profile.tmpl b/templates/user/settings/profile.tmpl new file mode 100644 index 0000000..a092a42 --- /dev/null +++ b/templates/user/settings/profile.tmpl @@ -0,0 +1,166 @@ +{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings profile")}} +
+

+ {{ctx.Locale.Tr "settings.public_profile"}} +

+
+

{{ctx.Locale.Tr "settings.profile_desc"}}

+
+ {{.CsrfTokenHtml}} +
+ + + {{if or (not .SignedUser.IsLocal) .IsReverseProxy}} +

{{ctx.Locale.Tr "settings.password_username_disabled"}}

+ {{end}} +
+
+ + +
+
+ + + +
+
+ +

{{.SignedUser.Email}}

+
+
+ + +
+
+ + +
+
+ + +
+ +
+ + +
+ +
+ +
+ + +
+ +
+
+ + +
+ {{ctx.Locale.Tr "settings.keep_email_private_popup" .SignedUser.GetPlaceholderEmail}} +
+ +
+
+ + +
+ {{ctx.Locale.Tr "settings.keep_activity_private.description" (printf "/%s?tab=activity" .SignedUser.Name)}} +
+ +
+ +
+ +
+
+
+ +

+ {{ctx.Locale.Tr "settings.avatar"}} +

+
+
+ {{.CsrfTokenHtml}} + {{if not .DisableGravatar}} +
+
+ + +
+
+
+ + +
+ {{end}} + +
+
+ + +
+
+ +
+ + +
+ +
+ + +
+
+
+
+{{template "user/settings/layout_footer" .}} -- cgit v1.2.3