nodebb-theme-persona 13.3.29 → 13.3.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc +2 -2
- package/README.md +20 -20
- package/lib/controllers.js +24 -24
- package/library.js +97 -97
- package/package.json +52 -52
- package/plugin.json +20 -20
- package/public/.eslintrc +2 -2
- package/public/admin.js +15 -15
- package/public/modules/autohidingnavbar.js +220 -220
- package/public/modules/mobile-menu.js +190 -190
- package/public/modules/taskbar.js +65 -65
- package/public/persona.js +257 -257
- package/public/settings.js +53 -53
- package/scss/account.scss +336 -336
- package/scss/categories.scss +205 -205
- package/scss/category.scss +161 -161
- package/scss/chats.scss +14 -14
- package/scss/flags.scss +42 -42
- package/scss/footer.scss +16 -16
- package/scss/groups.scss +166 -166
- package/scss/header.scss +361 -361
- package/scss/keyframes.scss +152 -152
- package/scss/mixins.scss +129 -129
- package/scss/mobile.scss +331 -331
- package/scss/modules/composer.scss +20 -20
- package/scss/modules/cookie-consent.scss +12 -12
- package/scss/modules/fab.scss +32 -32
- package/scss/modules/morph.scss +268 -268
- package/scss/modules/necro-post.scss +8 -8
- package/scss/modules/nprogress.scss +80 -80
- package/scss/modules/taskbar.scss +160 -160
- package/scss/modules/user-menu.scss +7 -7
- package/scss/modules/usercard.scss +64 -64
- package/scss/noscript.scss +80 -80
- package/scss/overrides.scss +39 -39
- package/scss/persona.scss +34 -35
- package/scss/posts_list.scss +127 -127
- package/scss/search.scss +48 -48
- package/scss/style.scss +256 -270
- package/scss/tags.scss +10 -10
- package/scss/topic.scss +571 -571
- package/scss/topics_list.scss +16 -16
- package/scss/variables.scss +6 -6
- package/templates/account/blocks.tpl +46 -46
- package/templates/account/categories.tpl +28 -28
- package/templates/account/consent.tpl +68 -68
- package/templates/account/edit/password.tpl +29 -29
- package/templates/account/edit/username.tpl +25 -25
- package/templates/account/edit.tpl +136 -136
- package/templates/account/followers.tpl +17 -17
- package/templates/account/following.tpl +17 -17
- package/templates/account/groups.tpl +16 -16
- package/templates/account/info.tpl +291 -291
- package/templates/account/posts.tpl +18 -18
- package/templates/account/profile.tpl +166 -166
- package/templates/account/sessions.tpl +31 -31
- package/templates/account/settings.tpl +251 -251
- package/templates/account/tags.tpl +9 -9
- package/templates/account/theme.tpl +25 -25
- package/templates/account/topics.tpl +29 -29
- package/templates/account/uploads.tpl +42 -42
- package/templates/admin/plugins/persona.tpl +24 -24
- package/templates/categories.tpl +31 -31
- package/templates/category.tpl +63 -63
- package/templates/flags/detail.tpl +208 -208
- package/templates/flags/list.tpl +71 -71
- package/templates/footer.tpl +11 -11
- package/templates/groups/details.tpl +77 -77
- package/templates/groups/list.tpl +48 -48
- package/templates/groups/members.tpl +5 -5
- package/templates/header.tpl +47 -47
- package/templates/modules/taskbar.tpl +2 -2
- package/templates/modules/usercard.tpl +36 -36
- package/templates/notifications.tpl +66 -66
- package/templates/partials/account/category-item.tpl +23 -23
- package/templates/partials/account/header.tpl +47 -47
- package/templates/partials/account/menu.tpl +108 -108
- package/templates/partials/breadcrumbs.tpl +18 -18
- package/templates/partials/buttons/newTopic.tpl +22 -22
- package/templates/partials/categories/item.tpl +60 -60
- package/templates/partials/categories/lastpost.tpl +26 -26
- package/templates/partials/category/filter-dropdown-content.tpl +31 -31
- package/templates/partials/category/selector-dropdown-content.tpl +32 -32
- package/templates/partials/category/sort.tpl +14 -14
- package/templates/partials/category/subcategory.tpl +17 -17
- package/templates/partials/category/tags.tpl +3 -3
- package/templates/partials/category/tools.tpl +86 -86
- package/templates/partials/category/watch.tpl +55 -55
- package/templates/partials/chats-menu.tpl +40 -40
- package/templates/partials/cookie-consent.tpl +4 -4
- package/templates/partials/flags/filters.tpl +173 -173
- package/templates/partials/groups/admin.tpl +200 -200
- package/templates/partials/groups/filter-dropdown-content.tpl +24 -24
- package/templates/partials/groups/list.tpl +20 -20
- package/templates/partials/groups/memberlist.tpl +42 -42
- package/templates/partials/header/chats.tpl +18 -18
- package/templates/partials/header/notifications.tpl +18 -18
- package/templates/partials/header/search.tpl +24 -24
- package/templates/partials/header/user-menu.tpl +96 -96
- package/templates/partials/menu.tpl +128 -128
- package/templates/partials/notifications_list.tpl +30 -30
- package/templates/partials/paginator.tpl +44 -44
- package/templates/partials/post_bar.tpl +20 -20
- package/templates/partials/posts_list.tpl +7 -7
- package/templates/partials/posts_list_item.tpl +31 -31
- package/templates/partials/quick-search-results.tpl +33 -33
- package/templates/partials/search-filters.tpl +183 -183
- package/templates/partials/search-results.tpl +54 -54
- package/templates/partials/slideout-menu.tpl +4 -4
- package/templates/partials/tags/filter-dropdown-content.tpl +33 -33
- package/templates/partials/tags/watch.tpl +35 -35
- package/templates/partials/tags_list.tpl +4 -4
- package/templates/partials/toast.tpl +19 -19
- package/templates/partials/topic/event.tpl +12 -12
- package/templates/partials/topic/navigation-post.tpl +11 -11
- package/templates/partials/topic/navigator.tpl +39 -39
- package/templates/partials/topic/necro-post.tpl +2 -2
- package/templates/partials/topic/post-menu-list.tpl +132 -132
- package/templates/partials/topic/post-menu.tpl +4 -4
- package/templates/partials/topic/post.tpl +128 -128
- package/templates/partials/topic/quickreply.tpl +28 -28
- package/templates/partials/topic/reply-button.tpl +26 -26
- package/templates/partials/topic/selection-tooltip.tpl +2 -2
- package/templates/partials/topic/sort.tpl +9 -9
- package/templates/partials/topic/stats.tpl +11 -11
- package/templates/partials/topic/tags.tpl +2 -2
- package/templates/partials/topic/tools.tpl +7 -7
- package/templates/partials/topic/topic-menu-list.tpl +74 -74
- package/templates/partials/topic/watch.tpl +47 -47
- package/templates/partials/topic-filters.tpl +11 -11
- package/templates/partials/topic-terms.tpl +11 -11
- package/templates/partials/topics_list.tpl +117 -117
- package/templates/partials/users/filter-dropdown-content.tpl +20 -20
- package/templates/partials/users/item.tpl +43 -43
- package/templates/partials/users_list.tpl +14 -14
- package/templates/partials/users_list_menu.tpl +20 -20
- package/templates/popular.tpl +35 -35
- package/templates/recent.tpl +37 -37
- package/templates/search.tpl +47 -47
- package/templates/tag.tpl +34 -34
- package/templates/tags.tpl +32 -32
- package/templates/top.tpl +35 -35
- package/templates/topic.tpl +129 -129
- package/templates/unread.tpl +37 -37
- package/templates/users.tpl +34 -34
- package/scss/register.scss +0 -71
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
-
<!-- IF sso.length --><div><!-- ENDIF sso.length -->
|
|
3
|
-
<div class="row">
|
|
4
|
-
<div class="col-md-3 col-sm-4">
|
|
5
|
-
<div class="account-picture-block text-center">
|
|
6
|
-
<div class="row mb-3">
|
|
7
|
-
<div class="col-12 hidden-xs">
|
|
8
|
-
<!-- IF picture -->
|
|
9
|
-
<img id="user-current-picture" class="avatar avatar-rounded" style="--avatar-size: 128px;" src="{picture}" />
|
|
10
|
-
<!-- ELSE -->
|
|
11
|
-
<div class="avatar avatar-rounded" style="background-color: {icon:bgColor}; --avatar-size: 128px;">{icon:text}</div>
|
|
12
|
-
<!-- ENDIF picture -->
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
<ul class="list-group mb-3">
|
|
16
|
-
{{{ if allowProfilePicture }}}
|
|
17
|
-
<li class="list-group-item"><a component="profile/change/picture" href="#" class="text-decoration-none text-reset">[[user:change-picture]]</a></li>
|
|
18
|
-
{{{ end }}}
|
|
19
|
-
{{{ if !username:disableEdit }}}
|
|
20
|
-
<li class="list-group-item"><a href="{config.relative_path}/user/{userslug}/edit/username" class="text-decoration-none text-reset">[[user:change-username]]</a></li>
|
|
21
|
-
{{{ end }}}
|
|
22
|
-
{{{ if !email:disableEdit }}}
|
|
23
|
-
<li class="list-group-item"><a href="{config.relative_path}/user/{userslug}/edit/email" class="text-decoration-none text-reset">[[user:change-email]]</a></li>
|
|
24
|
-
{{{ end }}}
|
|
25
|
-
{{{ if canChangePassword }}}
|
|
26
|
-
<li class="list-group-item"><a href="{config.relative_path}/user/{userslug}/edit/password" class="text-decoration-none text-reset">[[user:change-password]]</a></li>
|
|
27
|
-
{{{ end }}}
|
|
28
|
-
{{{ each editButtons }}}
|
|
29
|
-
<li class="list-group-item"><a href="{config.relative_path}{./link}" class="text-decoration-none text-reset">{./text}</a></li>
|
|
30
|
-
{{{ end }}}
|
|
31
|
-
</ul>
|
|
32
|
-
|
|
33
|
-
<!-- IF config.requireEmailConfirmation -->
|
|
34
|
-
<!-- IF email -->
|
|
35
|
-
<!-- IF isSelf -->
|
|
36
|
-
<a id="confirm-email" href="#" class="btn btn-warning <!-- IF email:confirmed -->hide<!-- ENDIF email:confirmed -->">[[user:confirm-email]]</a><br/><br/>
|
|
37
|
-
<!-- ENDIF isSelf -->
|
|
38
|
-
<!-- ENDIF email -->
|
|
39
|
-
<!-- ENDIF config.requireEmailConfirmation -->
|
|
40
|
-
|
|
41
|
-
<!-- IF allowAccountDelete -->
|
|
42
|
-
<!-- IF isSelf -->
|
|
43
|
-
<a id="deleteAccountBtn" href="#" class="btn btn-danger">[[user:delete-account]]</a><br/><br/>
|
|
44
|
-
<!-- ENDIF isSelf -->
|
|
45
|
-
<!-- ENDIF allowAccountDelete -->
|
|
46
|
-
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
|
|
50
|
-
<div class="<!-- IF !sso.length -->col-md-9 col-sm-8<!-- ELSE -->col-md-5 col-sm-4<!-- ENDIF !sso.length -->">
|
|
51
|
-
<form role="form" component="profile/edit/form">
|
|
52
|
-
<div class="mb-2">
|
|
53
|
-
<label class="form-label fw-bold" for="fullname">[[user:fullname]]</label>
|
|
54
|
-
<input class="form-control" type="text" id="fullname" name="fullname" placeholder="[[user:fullname]]" value="{fullname}">
|
|
55
|
-
</div>
|
|
56
|
-
<!-- IF allowWebsite -->
|
|
57
|
-
<div class="mb-2">
|
|
58
|
-
<label class="form-label fw-bold" for="website">[[user:website]]</label>
|
|
59
|
-
<input class="form-control" type="text" id="website" name="website" placeholder="http://..." value="{website}">
|
|
60
|
-
</div>
|
|
61
|
-
<!-- ENDIF allowWebsite -->
|
|
62
|
-
|
|
63
|
-
<div class="mb-2">
|
|
64
|
-
<label class="form-label fw-bold" for="location">[[user:location]]</label>
|
|
65
|
-
<input class="form-control" type="text" id="location" name="location" placeholder="[[user:location]]" value="{location}">
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
<div class="mb-2">
|
|
69
|
-
<label class="form-label fw-bold" for="birthday">[[user:birthday]]</label>
|
|
70
|
-
<input class="form-control" type="date" id="birthday" name="birthday" value="{birthday}" placeholder="mm/dd/yyyy">
|
|
71
|
-
</div>
|
|
72
|
-
|
|
73
|
-
<div class="mb-2">
|
|
74
|
-
<label class="form-label fw-bold" for="groupTitle">[[user:grouptitle]]</label>
|
|
75
|
-
|
|
76
|
-
<div class="d-flex flex-column gap-2" component="group/badge/list">
|
|
77
|
-
{{{ each groups }}}
|
|
78
|
-
<div component="group/badge/item" class="d-flex gap-2 justify-content-between align-items-center" data-value="{./displayName}" data-selected="{./selected}">
|
|
79
|
-
<!-- IMPORT partials/groups/badge.tpl -->
|
|
80
|
-
<div class="d-flex gap-1">
|
|
81
|
-
<button component="group/toggle/hide" type="button" class="btn-ghost-sm {{{ if !./selected }}}hidden{{{ end }}}" title="[[user:hide-group-title]]"><i class="fa fa-fw fa-eye"></i></button>
|
|
82
|
-
<button component="group/toggle/show" type="button" class="btn-ghost-sm {{{ if ./selected }}}hidden{{{ end }}}" title="[[user:show-group-title]]"><i class="fa fa-fw fa-eye-slash"></i></button>
|
|
83
|
-
{{{ if allowMultipleBadges }}}
|
|
84
|
-
<button component="group/order/up" type="button" class="btn-ghost-sm" title="[[user:order-group-up]]"><i class="fa fa-fw fa-chevron-up"></i></button>
|
|
85
|
-
<button component="group/order/down" type="button" class="btn-ghost-sm" title="[[user:order-group-down]]"><i class="fa fa-fw fa-chevron-down"></i></button>
|
|
86
|
-
{{{ end }}}
|
|
87
|
-
</div>
|
|
88
|
-
</div>
|
|
89
|
-
{{{ end }}}
|
|
90
|
-
</div>
|
|
91
|
-
</div>
|
|
92
|
-
|
|
93
|
-
<!-- IF allowAboutMe -->
|
|
94
|
-
<div class="mb-2">
|
|
95
|
-
<label class="form-label fw-bold" for="aboutme">[[user:aboutme]]</label> <small><label id="aboutMeCharCountLeft"></label></small>
|
|
96
|
-
<textarea class="form-control" id="aboutme" name="aboutme" rows="5">{aboutme}</textarea>
|
|
97
|
-
</div>
|
|
98
|
-
<!-- ENDIF allowAboutMe -->
|
|
99
|
-
|
|
100
|
-
<!-- IF allowSignature -->
|
|
101
|
-
<!-- IF !disableSignatures -->
|
|
102
|
-
<div class="mb-2">
|
|
103
|
-
<label class="form-label fw-bold" for="signature">[[user:signature]]</label> <small><label id="signatureCharCountLeft"></label></small>
|
|
104
|
-
<textarea class="form-control" id="signature" name="signature" rows="5">{signature}</textarea>
|
|
105
|
-
</div>
|
|
106
|
-
<!-- ENDIF !disableSignatures -->
|
|
107
|
-
<!-- ENDIF allowSignature -->
|
|
108
|
-
|
|
109
|
-
<a id="submitBtn" href="#" class="btn btn-primary">[[global:save-changes]]</a>
|
|
110
|
-
</form>
|
|
111
|
-
|
|
112
|
-
<hr class="visible-xs visible-sm"/>
|
|
113
|
-
</div>
|
|
114
|
-
|
|
115
|
-
<!-- IF sso.length -->
|
|
116
|
-
<div class="col-md-4 col-sm-4">
|
|
117
|
-
<label>[[user:sso.title]]</label>
|
|
118
|
-
<div class="list-group">
|
|
119
|
-
{{{each sso}}}
|
|
120
|
-
<div class="list-group-item">
|
|
121
|
-
<!-- IF ../deauthUrl -->
|
|
122
|
-
<a data-component="{../component}" class="btn btn-outline-secondary btn-sm float-end" href="{../deauthUrl}">[[user:sso.dissociate]]</a>
|
|
123
|
-
<!-- END -->
|
|
124
|
-
<a data-component="{../component}" href="{{{ if ./url }}}{./url}{{{ else }}}#{{{ end }}}" target="<!-- IF ../associated -->_blank<!-- ELSE -->_top<!-- ENDIF ../associated -->">
|
|
125
|
-
<!-- IF ../icon --><i class="fa {../icon}"></i><!-- ENDIF ../icon -->
|
|
126
|
-
<!-- IF ../associated -->[[user:sso.associated]]<!-- ELSE -->[[user:sso.not-associated]]<!-- ENDIF ../associated -->
|
|
127
|
-
{../name}
|
|
128
|
-
</a>
|
|
129
|
-
</div>
|
|
130
|
-
{{{end}}}
|
|
131
|
-
</div>
|
|
132
|
-
</div>
|
|
133
|
-
<!-- ENDIF sso.length -->
|
|
134
|
-
</div>
|
|
135
|
-
<!-- IF sso.length --></div><!-- ENDIF sso.length -->
|
|
136
|
-
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
<!-- IF sso.length --><div><!-- ENDIF sso.length -->
|
|
3
|
+
<div class="row">
|
|
4
|
+
<div class="col-md-3 col-sm-4">
|
|
5
|
+
<div class="account-picture-block text-center">
|
|
6
|
+
<div class="row mb-3">
|
|
7
|
+
<div class="col-12 hidden-xs">
|
|
8
|
+
<!-- IF picture -->
|
|
9
|
+
<img id="user-current-picture" class="avatar avatar-rounded" style="--avatar-size: 128px;" src="{picture}" />
|
|
10
|
+
<!-- ELSE -->
|
|
11
|
+
<div class="avatar avatar-rounded" style="background-color: {icon:bgColor}; --avatar-size: 128px;">{icon:text}</div>
|
|
12
|
+
<!-- ENDIF picture -->
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
<ul class="list-group mb-3">
|
|
16
|
+
{{{ if allowProfilePicture }}}
|
|
17
|
+
<li class="list-group-item"><a component="profile/change/picture" href="#" class="text-decoration-none text-reset">[[user:change-picture]]</a></li>
|
|
18
|
+
{{{ end }}}
|
|
19
|
+
{{{ if !username:disableEdit }}}
|
|
20
|
+
<li class="list-group-item"><a href="{config.relative_path}/user/{userslug}/edit/username" class="text-decoration-none text-reset">[[user:change-username]]</a></li>
|
|
21
|
+
{{{ end }}}
|
|
22
|
+
{{{ if !email:disableEdit }}}
|
|
23
|
+
<li class="list-group-item"><a href="{config.relative_path}/user/{userslug}/edit/email" class="text-decoration-none text-reset">[[user:change-email]]</a></li>
|
|
24
|
+
{{{ end }}}
|
|
25
|
+
{{{ if canChangePassword }}}
|
|
26
|
+
<li class="list-group-item"><a href="{config.relative_path}/user/{userslug}/edit/password" class="text-decoration-none text-reset">[[user:change-password]]</a></li>
|
|
27
|
+
{{{ end }}}
|
|
28
|
+
{{{ each editButtons }}}
|
|
29
|
+
<li class="list-group-item"><a href="{config.relative_path}{./link}" class="text-decoration-none text-reset">{./text}</a></li>
|
|
30
|
+
{{{ end }}}
|
|
31
|
+
</ul>
|
|
32
|
+
|
|
33
|
+
<!-- IF config.requireEmailConfirmation -->
|
|
34
|
+
<!-- IF email -->
|
|
35
|
+
<!-- IF isSelf -->
|
|
36
|
+
<a id="confirm-email" href="#" class="btn btn-warning <!-- IF email:confirmed -->hide<!-- ENDIF email:confirmed -->">[[user:confirm-email]]</a><br/><br/>
|
|
37
|
+
<!-- ENDIF isSelf -->
|
|
38
|
+
<!-- ENDIF email -->
|
|
39
|
+
<!-- ENDIF config.requireEmailConfirmation -->
|
|
40
|
+
|
|
41
|
+
<!-- IF allowAccountDelete -->
|
|
42
|
+
<!-- IF isSelf -->
|
|
43
|
+
<a id="deleteAccountBtn" href="#" class="btn btn-danger">[[user:delete-account]]</a><br/><br/>
|
|
44
|
+
<!-- ENDIF isSelf -->
|
|
45
|
+
<!-- ENDIF allowAccountDelete -->
|
|
46
|
+
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
49
|
+
|
|
50
|
+
<div class="<!-- IF !sso.length -->col-md-9 col-sm-8<!-- ELSE -->col-md-5 col-sm-4<!-- ENDIF !sso.length -->">
|
|
51
|
+
<form role="form" component="profile/edit/form">
|
|
52
|
+
<div class="mb-2">
|
|
53
|
+
<label class="form-label fw-bold" for="fullname">[[user:fullname]]</label>
|
|
54
|
+
<input class="form-control" type="text" id="fullname" name="fullname" placeholder="[[user:fullname]]" value="{fullname}">
|
|
55
|
+
</div>
|
|
56
|
+
<!-- IF allowWebsite -->
|
|
57
|
+
<div class="mb-2">
|
|
58
|
+
<label class="form-label fw-bold" for="website">[[user:website]]</label>
|
|
59
|
+
<input class="form-control" type="text" id="website" name="website" placeholder="http://..." value="{website}">
|
|
60
|
+
</div>
|
|
61
|
+
<!-- ENDIF allowWebsite -->
|
|
62
|
+
|
|
63
|
+
<div class="mb-2">
|
|
64
|
+
<label class="form-label fw-bold" for="location">[[user:location]]</label>
|
|
65
|
+
<input class="form-control" type="text" id="location" name="location" placeholder="[[user:location]]" value="{location}">
|
|
66
|
+
</div>
|
|
67
|
+
|
|
68
|
+
<div class="mb-2">
|
|
69
|
+
<label class="form-label fw-bold" for="birthday">[[user:birthday]]</label>
|
|
70
|
+
<input class="form-control" type="date" id="birthday" name="birthday" value="{birthday}" placeholder="mm/dd/yyyy">
|
|
71
|
+
</div>
|
|
72
|
+
|
|
73
|
+
<div class="mb-2">
|
|
74
|
+
<label class="form-label fw-bold" for="groupTitle">[[user:grouptitle]]</label>
|
|
75
|
+
|
|
76
|
+
<div class="d-flex flex-column gap-2" component="group/badge/list">
|
|
77
|
+
{{{ each groups }}}
|
|
78
|
+
<div component="group/badge/item" class="d-flex gap-2 justify-content-between align-items-center" data-value="{./displayName}" data-selected="{./selected}">
|
|
79
|
+
<!-- IMPORT partials/groups/badge.tpl -->
|
|
80
|
+
<div class="d-flex gap-1">
|
|
81
|
+
<button component="group/toggle/hide" type="button" class="btn-ghost-sm {{{ if !./selected }}}hidden{{{ end }}}" title="[[user:hide-group-title]]"><i class="fa fa-fw fa-eye"></i></button>
|
|
82
|
+
<button component="group/toggle/show" type="button" class="btn-ghost-sm {{{ if ./selected }}}hidden{{{ end }}}" title="[[user:show-group-title]]"><i class="fa fa-fw fa-eye-slash"></i></button>
|
|
83
|
+
{{{ if allowMultipleBadges }}}
|
|
84
|
+
<button component="group/order/up" type="button" class="btn-ghost-sm" title="[[user:order-group-up]]"><i class="fa fa-fw fa-chevron-up"></i></button>
|
|
85
|
+
<button component="group/order/down" type="button" class="btn-ghost-sm" title="[[user:order-group-down]]"><i class="fa fa-fw fa-chevron-down"></i></button>
|
|
86
|
+
{{{ end }}}
|
|
87
|
+
</div>
|
|
88
|
+
</div>
|
|
89
|
+
{{{ end }}}
|
|
90
|
+
</div>
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
<!-- IF allowAboutMe -->
|
|
94
|
+
<div class="mb-2">
|
|
95
|
+
<label class="form-label fw-bold" for="aboutme">[[user:aboutme]]</label> <small><label id="aboutMeCharCountLeft"></label></small>
|
|
96
|
+
<textarea class="form-control" id="aboutme" name="aboutme" rows="5">{aboutme}</textarea>
|
|
97
|
+
</div>
|
|
98
|
+
<!-- ENDIF allowAboutMe -->
|
|
99
|
+
|
|
100
|
+
<!-- IF allowSignature -->
|
|
101
|
+
<!-- IF !disableSignatures -->
|
|
102
|
+
<div class="mb-2">
|
|
103
|
+
<label class="form-label fw-bold" for="signature">[[user:signature]]</label> <small><label id="signatureCharCountLeft"></label></small>
|
|
104
|
+
<textarea class="form-control" id="signature" name="signature" rows="5">{signature}</textarea>
|
|
105
|
+
</div>
|
|
106
|
+
<!-- ENDIF !disableSignatures -->
|
|
107
|
+
<!-- ENDIF allowSignature -->
|
|
108
|
+
|
|
109
|
+
<a id="submitBtn" href="#" class="btn btn-primary">[[global:save-changes]]</a>
|
|
110
|
+
</form>
|
|
111
|
+
|
|
112
|
+
<hr class="visible-xs visible-sm"/>
|
|
113
|
+
</div>
|
|
114
|
+
|
|
115
|
+
<!-- IF sso.length -->
|
|
116
|
+
<div class="col-md-4 col-sm-4">
|
|
117
|
+
<label>[[user:sso.title]]</label>
|
|
118
|
+
<div class="list-group">
|
|
119
|
+
{{{each sso}}}
|
|
120
|
+
<div class="list-group-item">
|
|
121
|
+
<!-- IF ../deauthUrl -->
|
|
122
|
+
<a data-component="{../component}" class="btn btn-outline-secondary btn-sm float-end" href="{../deauthUrl}">[[user:sso.dissociate]]</a>
|
|
123
|
+
<!-- END -->
|
|
124
|
+
<a data-component="{../component}" href="{{{ if ./url }}}{./url}{{{ else }}}#{{{ end }}}" target="<!-- IF ../associated -->_blank<!-- ELSE -->_top<!-- ENDIF ../associated -->">
|
|
125
|
+
<!-- IF ../icon --><i class="fa {../icon}"></i><!-- ENDIF ../icon -->
|
|
126
|
+
<!-- IF ../associated -->[[user:sso.associated]]<!-- ELSE -->[[user:sso.not-associated]]<!-- ENDIF ../associated -->
|
|
127
|
+
{../name}
|
|
128
|
+
</a>
|
|
129
|
+
</div>
|
|
130
|
+
{{{end}}}
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
<!-- ENDIF sso.length -->
|
|
134
|
+
</div>
|
|
135
|
+
<!-- IF sso.length --></div><!-- ENDIF sso.length -->
|
|
136
|
+
|
|
137
137
|
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
-
|
|
3
|
-
<div class="users row">
|
|
4
|
-
<div class="col-12">
|
|
5
|
-
<h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
|
|
6
|
-
|
|
7
|
-
<!-- IMPORT partials/users_list.tpl -->
|
|
8
|
-
|
|
9
|
-
<!-- IF !users.length -->
|
|
10
|
-
<div class="alert alert-warning text-center">[[user:has-no-follower]]</div>
|
|
11
|
-
<!-- ENDIF !users.length -->
|
|
12
|
-
|
|
13
|
-
<!-- IMPORT partials/paginator.tpl -->
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
|
|
17
|
-
<!-- IMPORT partials/account/footer.tpl -->
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
|
|
3
|
+
<div class="users row">
|
|
4
|
+
<div class="col-12">
|
|
5
|
+
<h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
|
|
6
|
+
|
|
7
|
+
<!-- IMPORT partials/users_list.tpl -->
|
|
8
|
+
|
|
9
|
+
<!-- IF !users.length -->
|
|
10
|
+
<div class="alert alert-warning text-center">[[user:has-no-follower]]</div>
|
|
11
|
+
<!-- ENDIF !users.length -->
|
|
12
|
+
|
|
13
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
-
|
|
3
|
-
<div class="users row">
|
|
4
|
-
<div class="col-12">
|
|
5
|
-
<h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
|
|
6
|
-
|
|
7
|
-
<!-- IMPORT partials/users_list.tpl -->
|
|
8
|
-
|
|
9
|
-
<!-- IF !users.length -->
|
|
10
|
-
<div class="alert alert-warning text-center">[[user:follows-no-one]]</div>
|
|
11
|
-
<!-- ENDIF !users.length -->
|
|
12
|
-
|
|
13
|
-
<!-- IMPORT partials/paginator.tpl -->
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
|
|
17
|
-
<!-- IMPORT partials/account/footer.tpl -->
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
|
|
3
|
+
<div class="users row">
|
|
4
|
+
<div class="col-12">
|
|
5
|
+
<h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
|
|
6
|
+
|
|
7
|
+
<!-- IMPORT partials/users_list.tpl -->
|
|
8
|
+
|
|
9
|
+
<!-- IF !users.length -->
|
|
10
|
+
<div class="alert alert-warning text-center">[[user:follows-no-one]]</div>
|
|
11
|
+
<!-- ENDIF !users.length -->
|
|
12
|
+
|
|
13
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
-
|
|
3
|
-
<div class="row">
|
|
4
|
-
<h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
|
|
5
|
-
|
|
6
|
-
<div class="col-12 groups list">
|
|
7
|
-
<div component="groups/container" id="groups-list" class="row">
|
|
8
|
-
<!-- IF !groups.length -->
|
|
9
|
-
<div class="alert alert-warning text-center">[[groups:no-groups-found]]</div>
|
|
10
|
-
<!-- ELSE -->
|
|
11
|
-
<!-- IMPORT partials/groups/list.tpl -->
|
|
12
|
-
<!-- ENDIF !groups.length -->
|
|
13
|
-
</div>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
|
|
3
|
+
<div class="row">
|
|
4
|
+
<h1 class="fs-2">[[pages:{template.name}, {username}]]</h1>
|
|
5
|
+
|
|
6
|
+
<div class="col-12 groups list">
|
|
7
|
+
<div component="groups/container" id="groups-list" class="row">
|
|
8
|
+
<!-- IF !groups.length -->
|
|
9
|
+
<div class="alert alert-warning text-center">[[groups:no-groups-found]]</div>
|
|
10
|
+
<!-- ELSE -->
|
|
11
|
+
<!-- IMPORT partials/groups/list.tpl -->
|
|
12
|
+
<!-- ENDIF !groups.length -->
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
17
|
<!-- IMPORT partials/account/footer.tpl -->
|