nodebb-theme-persona 13.0.43 → 13.0.44
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/package.json +1 -1
- package/templates/account/blocks.tpl +27 -27
- package/templates/account/categories.tpl +23 -23
- package/templates/account/consent.tpl +58 -58
- package/templates/account/edit/password.tpl +25 -25
- package/templates/account/edit/username.tpl +21 -21
- package/templates/account/edit.tpl +115 -116
- package/templates/account/followers.tpl +12 -12
- package/templates/account/following.tpl +12 -12
- package/templates/account/groups.tpl +13 -13
- package/templates/account/info.tpl +198 -198
- package/templates/account/posts.tpl +14 -14
- package/templates/account/profile.tpl +138 -138
- package/templates/account/sessions.tpl +30 -30
- package/templates/account/theme.tpl +22 -22
- package/templates/account/topics.tpl +24 -24
- package/templates/account/uploads.tpl +38 -38
- package/templates/partials/account/footer.tpl +1 -0
- package/templates/partials/account/header.tpl +40 -39
- package/templates/partials/categories/link.tpl +10 -10
- package/theme.json +6 -6
package/package.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<div class="
|
|
5
|
-
<div class="
|
|
6
|
-
<
|
|
7
|
-
<input class="form-control" type="text" id="user-search" placeholder="[[users:enter_username]]" data-bs-toggle="dropdown" autocomplete="off"/>
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
<h1>[[pages:account/blocks, {username}]]</h1>
|
|
3
|
+
<div class="row justify-content-end mb-2">
|
|
4
|
+
<div class="col-3">
|
|
5
|
+
<div class="dropdown">
|
|
6
|
+
<input class="form-control" type="text" id="user-search" placeholder="[[users:enter_username]]" data-bs-toggle="dropdown" autocomplete="off"/>
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
</div>
|
|
17
|
-
<button class="btn btn-sm btn-primary text-nowrap" data-uid="{../uid}" data-action="toggle">[[user:block_toggle]]</button>
|
|
8
|
+
<ul class="dropdown-menu block-edit list-unstyled">
|
|
9
|
+
<li><a href="#" class="dropdown-item">[[admin/menu:search.start-typing]]</a></li>
|
|
10
|
+
{{{ each edit }}}
|
|
11
|
+
<li class="">
|
|
12
|
+
<div class="dropdown-item d-flex flex-nowrap gap-2 justify-content-between">
|
|
13
|
+
<div class="text-truncate">
|
|
14
|
+
<a href="{config.relative_path}/uid/{../uid}">{buildAvatar(edit, "24px", true)} {../username}</a>
|
|
18
15
|
</div>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
</
|
|
22
|
-
|
|
16
|
+
<button class="btn btn-sm btn-primary text-nowrap" data-uid="{../uid}" data-action="toggle">[[user:block_toggle]]</button>
|
|
17
|
+
</div>
|
|
18
|
+
</li>
|
|
19
|
+
{{{ end }}}
|
|
20
|
+
</ul>
|
|
23
21
|
</div>
|
|
24
22
|
</div>
|
|
23
|
+
</div>
|
|
25
24
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
</div>
|
|
25
|
+
<div class="users row">
|
|
26
|
+
<div class="col-12">
|
|
27
|
+
<!-- IMPORT partials/users_list.tpl -->
|
|
28
|
+
<div class="alert alert-warning text-center"<!-- IF users.length --> style="display: none;"<!-- END -->>[[user:has_no_blocks]]</div>
|
|
29
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
32
30
|
</div>
|
|
33
|
-
</div>
|
|
31
|
+
</div>
|
|
32
|
+
|
|
33
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
</ul>
|
|
17
|
-
</div>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="col-lg-12">
|
|
20
|
-
<ul class="categories list-unstyled" itemscope itemtype="http://www.schema.org/ItemList">
|
|
21
|
-
{{{each categories}}}
|
|
22
|
-
<!-- IMPORT partials/account/category-item.tpl -->
|
|
23
|
-
{{{end}}}
|
|
3
|
+
<div class="row">
|
|
4
|
+
<h1>{title}</h1>
|
|
5
|
+
<div class="col-lg-12 mb-2">
|
|
6
|
+
<div class="btn-group bottom-sheet" component="category/watch/all">
|
|
7
|
+
<button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button">
|
|
8
|
+
<span>[[user:change_all]]</span>
|
|
9
|
+
<span class="caret"></span>
|
|
10
|
+
</button>
|
|
11
|
+
<ul class="dropdown-menu">
|
|
12
|
+
<li><a class="dropdown-item" href="#" component="category/watching" data-state="watching"><i class="fa fa-fw fa-inbox"></i> [[category:watching]]<p class="help-text"><small>[[category:watching.description]]</small></p></a></li>
|
|
13
|
+
<li><a class="dropdown-item" href="#" component="category/notwatching" data-state="notwatching"><i class="fa fa-fw fa-clock-o"></i> [[category:not-watching]]<p class="help-text"><small>[[category:not-watching.description]]</small></p></a></li>
|
|
14
|
+
<li><a class="dropdown-item" href="#" component="category/ignoring" data-state="ignoring"><i class="fa fa-fw fa-eye-slash"></i> [[category:ignoring]]<p class="help-text"><small>[[category:ignoring.description]]</small></p></a></li>
|
|
24
15
|
</ul>
|
|
25
|
-
<!-- IMPORT partials/paginator.tpl -->
|
|
26
16
|
</div>
|
|
27
17
|
</div>
|
|
18
|
+
<div class="col-lg-12">
|
|
19
|
+
<ul class="categories list-unstyled" itemscope itemtype="http://www.schema.org/ItemList">
|
|
20
|
+
{{{each categories}}}
|
|
21
|
+
<!-- IMPORT partials/account/category-item.tpl -->
|
|
22
|
+
{{{end}}}
|
|
23
|
+
</ul>
|
|
24
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
25
|
+
</div>
|
|
28
26
|
</div>
|
|
27
|
+
|
|
28
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<p>[[user:consent.intro]]</p>
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
<h2>[[user:consent.title]]</h2>
|
|
3
|
+
<p class="lead">[[user:consent.lead]]</p>
|
|
4
|
+
<p>[[user:consent.intro]]</p>
|
|
6
5
|
|
|
7
|
-
|
|
6
|
+
<hr />
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
<div class="row">
|
|
9
|
+
<div class="col-sm-6">
|
|
10
|
+
<!-- IF gdpr_consent -->
|
|
11
|
+
<div class="alert alert-success">
|
|
12
|
+
<i class="fa fa-check float-end fa-3x"></i>
|
|
13
|
+
[[user:consent.received]]
|
|
14
|
+
</div>
|
|
15
|
+
<!-- ELSE -->
|
|
16
|
+
<div class="alert alert-warning">
|
|
17
|
+
[[user:consent.not_received]]
|
|
18
|
+
<br /><br />
|
|
19
|
+
<div class="text-center">
|
|
20
|
+
<button class="btn btn-warning" data-action="consent">[[user:consent.give]]</button>
|
|
15
21
|
</div>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
22
|
+
</div>
|
|
23
|
+
<!-- END -->
|
|
24
|
+
<div class="card">
|
|
25
|
+
<div class="card-body">
|
|
26
|
+
<p>[[user:consent.email_intro]]</p>
|
|
27
|
+
<!-- IF digest.enabled -->
|
|
28
|
+
<p>[[user:consent.digest_frequency, {digest.frequency}]]</p>
|
|
29
|
+
<!-- ELSE -->
|
|
30
|
+
[[user:consent.digest_off]]
|
|
31
|
+
<!-- END -->
|
|
32
|
+
|
|
20
33
|
<div class="text-center">
|
|
21
|
-
<
|
|
34
|
+
<a class="btn btn-outline-secondary" href="./settings">
|
|
35
|
+
<i class="fa fa-cog"></i>
|
|
36
|
+
[[pages:account/settings]]
|
|
37
|
+
</a>
|
|
22
38
|
</div>
|
|
23
39
|
</div>
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
<div class="col-sm-6">
|
|
43
|
+
<div class="card">
|
|
44
|
+
<div class="card-body">
|
|
45
|
+
<p><strong>[[user:consent.right_of_access]]</strong></p>
|
|
46
|
+
<p>[[user:consent.right_of_access_description]]</p>
|
|
47
|
+
<p><strong>[[user:consent.right_to_rectification]]</strong></p>
|
|
48
|
+
<p>[[user:consent.right_to_rectification_description]]</p>
|
|
49
|
+
<p><strong>[[user:consent.right_to_erasure]]</strong></p>
|
|
50
|
+
<p>[[user:consent.right_to_erasure_description]]</p>
|
|
51
|
+
<p><strong>[[user:consent.right_to_data_portability]]</strong></p>
|
|
52
|
+
<p>[[user:consent.right_to_data_portability_description]]</p>
|
|
33
53
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
54
|
+
<div class="btn-group-vertical d-grid">
|
|
55
|
+
<a data-action="export-profile" class="btn btn-outline-secondary">
|
|
56
|
+
<i class="fa fa-download"></i> [[user:consent.export_profile]]
|
|
57
|
+
</a>
|
|
58
|
+
<a data-action="export-posts" class="btn btn-outline-secondary">
|
|
59
|
+
<i class="fa fa-download"></i> [[user:consent.export_posts]]
|
|
60
|
+
</a>
|
|
61
|
+
<a data-action="export-uploads" class="btn btn-outline-secondary">
|
|
62
|
+
<i class="fa fa-download"></i> [[user:consent.export_uploads]]
|
|
63
|
+
</a>
|
|
40
64
|
</div>
|
|
41
65
|
</div>
|
|
42
66
|
</div>
|
|
43
|
-
|
|
44
|
-
<div class="card">
|
|
45
|
-
<div class="card-body">
|
|
46
|
-
<p><strong>[[user:consent.right_of_access]]</strong></p>
|
|
47
|
-
<p>[[user:consent.right_of_access_description]]</p>
|
|
48
|
-
<p><strong>[[user:consent.right_to_rectification]]</strong></p>
|
|
49
|
-
<p>[[user:consent.right_to_rectification_description]]</p>
|
|
50
|
-
<p><strong>[[user:consent.right_to_erasure]]</strong></p>
|
|
51
|
-
<p>[[user:consent.right_to_erasure_description]]</p>
|
|
52
|
-
<p><strong>[[user:consent.right_to_data_portability]]</strong></p>
|
|
53
|
-
<p>[[user:consent.right_to_data_portability_description]]</p>
|
|
67
|
+
</div>
|
|
54
68
|
|
|
55
|
-
|
|
56
|
-
<a data-action="export-profile" class="btn btn-outline-secondary">
|
|
57
|
-
<i class="fa fa-download"></i> [[user:consent.export_profile]]
|
|
58
|
-
</a>
|
|
59
|
-
<a data-action="export-posts" class="btn btn-outline-secondary">
|
|
60
|
-
<i class="fa fa-download"></i> [[user:consent.export_posts]]
|
|
61
|
-
</a>
|
|
62
|
-
<a data-action="export-uploads" class="btn btn-outline-secondary">
|
|
63
|
-
<i class="fa fa-download"></i> [[user:consent.export_uploads]]
|
|
64
|
-
</a>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
</div>
|
|
68
|
-
</div>
|
|
69
|
-
</div>
|
|
69
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
<form class="edit-form">
|
|
4
|
+
<!-- disables autocomplete on FF --><input type="password" style="display:none">
|
|
6
5
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
6
|
+
<!-- IF isSelf -->
|
|
7
|
+
<div class="mb-2">
|
|
8
|
+
<label class="form-label fw-bold" for="inputCurrentPassword">[[user:current_password]]</label>
|
|
9
|
+
<input autocomplete="off" class="form-control" type="password" id="inputCurrentPassword" placeholder="[[user:current_password]]" value=""<!-- IF !hasPassword --> disabled<!-- ENDIF !hasPassword -->>
|
|
10
|
+
</div>
|
|
11
|
+
<!-- ENDIF isSelf -->
|
|
13
12
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
<div class="mb-2">
|
|
14
|
+
<label class="form-label fw-bold" for="inputNewPassword">[[user:new_password]]</label>
|
|
15
|
+
<input class="form-control" type="password" id="inputNewPassword" placeholder="[[user:password]]" value="">
|
|
16
|
+
<span class="form-feedback" id="password-notify"></span>
|
|
17
|
+
</div>
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
<div class="mb-2">
|
|
20
|
+
<label class="form-label fw-bold" for="inputNewPasswordAgain">[[user:confirm_password]]</label>
|
|
21
|
+
<input class="form-control" type="password" id="inputNewPasswordAgain" placeholder="[[user:confirm_password]]" value="">
|
|
22
|
+
<span class="form-feedback" id="password-confirm-notify"></span>
|
|
23
|
+
</div>
|
|
25
24
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
25
|
+
<div class="form-actions">
|
|
26
|
+
<button id="changePasswordBtn" class="btn btn-primary btn-block"><i class="hide fa fa-spinner fa-spin"></i> [[user:change_password]]</button>
|
|
27
|
+
</div>
|
|
28
|
+
</form>
|
|
29
|
+
|
|
30
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
3
2
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
3
|
+
<form class="form-horizontal edit-form">
|
|
4
|
+
<div class="mb-2">
|
|
5
|
+
<label class="form-label fw-bold" for="inputNewUsername">[[user:username]]</label>
|
|
6
|
+
<input class="form-control" type="text" id="inputNewUsername" placeholder="[[user:username]]" value="{username}">
|
|
7
|
+
</div>
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
<!-- disables autocomplete on FF --><input type="password" style="display:none">
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
<!-- IF isSelf -->
|
|
12
|
+
<div class="mb-2">
|
|
13
|
+
<label class="form-label fw-bold" for="inputCurrentPassword">[[user:current_password]]</label>
|
|
14
|
+
<input autocomplete="off" class="form-control" type="password" id="inputCurrentPassword" placeholder="[[user:current_password]]" value=""<!-- IF !hasPassword --> disabled<!-- ENDIF !hasPassword -->>
|
|
15
|
+
</div>
|
|
16
|
+
<!-- ENDIF isSelf -->
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
<input type="hidden" name="uid" id="inputUID" value="{uid}" />
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
20
|
+
<br/>
|
|
21
|
+
<div class="form-actions">
|
|
22
|
+
<button id="submitBtn" class="btn btn-primary btn-block"><i class="hide fa fa-spinner fa-spin"></i> [[user:change_username]]</button>
|
|
23
|
+
</div>
|
|
24
|
+
</form>
|
|
25
|
+
|
|
26
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,135 +1,134 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<div class="
|
|
5
|
-
<div class="
|
|
6
|
-
<div class="
|
|
7
|
-
<div class="
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<!-- ENDIF picture -->
|
|
14
|
-
</div>
|
|
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 -->
|
|
15
13
|
</div>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
14
|
+
</div>
|
|
15
|
+
<ul class="list-group mb-3">
|
|
16
|
+
<!-- IF allowProfilePicture -->
|
|
17
|
+
<a component="profile/change/picture" href="#" class="list-group-item">[[user:change_picture]]</a>
|
|
18
|
+
<!-- ENDIF allowProfilePicture -->
|
|
19
|
+
<!-- IF !username:disableEdit -->
|
|
20
|
+
<a href="{config.relative_path}/user/{userslug}/edit/username" class="list-group-item">[[user:change_username]]</a>
|
|
21
|
+
<!-- ENDIF !username:disableEdit -->
|
|
22
|
+
<!-- IF !email:disableEdit -->
|
|
23
|
+
<a href="{config.relative_path}/user/{userslug}/edit/email" class="list-group-item">[[user:change_email]]</a>
|
|
24
|
+
<!-- ENDIF !email:disableEdit -->
|
|
25
|
+
<!-- IF canChangePassword -->
|
|
26
|
+
<a href="{config.relative_path}/user/{userslug}/edit/password" class="list-group-item">[[user:change_password]]</a>
|
|
27
|
+
<!-- ENDIF canChangePassword -->
|
|
28
|
+
{{{each editButtons}}}
|
|
29
|
+
<a href="{config.relative_path}{editButtons.link}" class="list-group-item">{editButtons.text}</a>
|
|
30
|
+
{{{end}}}
|
|
31
|
+
</ul>
|
|
33
32
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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 -->
|
|
41
40
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
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 -->
|
|
47
46
|
|
|
48
|
-
</div>
|
|
49
47
|
</div>
|
|
48
|
+
</div>
|
|
50
49
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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 -->
|
|
63
62
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
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>
|
|
68
67
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
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>
|
|
73
72
|
|
|
74
|
-
|
|
75
|
-
|
|
73
|
+
<div class="mb-2">
|
|
74
|
+
<label class="form-label fw-bold" for="groupTitle">[[user:grouptitle]]</label>
|
|
76
75
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
76
|
+
<select class="form-select" id="groupTitle" name="groupTitle" <!-- IF allowMultipleBadges --> size="{groupSelectSize}" multiple<!-- ENDIF allowMultipleBadges -->>
|
|
77
|
+
<option value="">[[user:no-group-title]]</option>
|
|
78
|
+
{{{each groups}}}
|
|
79
|
+
<!-- IF groups.userTitleEnabled -->
|
|
80
|
+
<option value="{groups.displayName}" <!-- IF groups.selected -->selected<!-- ENDIF groups.selected -->>{groups.userTitle}</option>
|
|
81
|
+
<!-- ENDIF groups.userTitleEnabled -->
|
|
82
|
+
{{{end}}}
|
|
83
|
+
</select>
|
|
84
|
+
<!-- IF allowMultipleBadges -->
|
|
85
|
+
<span>[[user:group-order-help]]</span>
|
|
86
|
+
<i role="button" component="group/order/up" class="fa fa-chevron-up"></i> <i role="button" component="group/order/down" class="fa fa-chevron-down"></i>
|
|
87
|
+
<!-- ENDIF -->
|
|
88
|
+
</div>
|
|
90
89
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
90
|
+
<!-- IF allowAboutMe -->
|
|
91
|
+
<div class="mb-2">
|
|
92
|
+
<label class="form-label fw-bold" for="aboutme">[[user:aboutme]]</label> <small><label id="aboutMeCharCountLeft"></label></small>
|
|
93
|
+
<textarea class="form-control" id="aboutme" name="aboutme" rows="5">{aboutme}</textarea>
|
|
94
|
+
</div>
|
|
95
|
+
<!-- ENDIF allowAboutMe -->
|
|
97
96
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
97
|
+
<!-- IF allowSignature -->
|
|
98
|
+
<!-- IF !disableSignatures -->
|
|
99
|
+
<div class="mb-2">
|
|
100
|
+
<label class="form-label fw-bold" for="signature">[[user:signature]]</label> <small><label id="signatureCharCountLeft"></label></small>
|
|
101
|
+
<textarea class="form-control" id="signature" name="signature" rows="5">{signature}</textarea>
|
|
102
|
+
</div>
|
|
103
|
+
<!-- ENDIF !disableSignatures -->
|
|
104
|
+
<!-- ENDIF allowSignature -->
|
|
106
105
|
|
|
107
|
-
|
|
108
|
-
|
|
106
|
+
<a id="submitBtn" href="#" class="btn btn-primary">[[global:save_changes]]</a>
|
|
107
|
+
</form>
|
|
109
108
|
|
|
110
|
-
|
|
111
|
-
|
|
109
|
+
<hr class="visible-xs visible-sm"/>
|
|
110
|
+
</div>
|
|
112
111
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
</div>
|
|
128
|
-
{{{end}}}
|
|
112
|
+
<!-- IF sso.length -->
|
|
113
|
+
<div class="col-md-4 col-sm-4">
|
|
114
|
+
<label>[[user:sso.title]]</label>
|
|
115
|
+
<div class="list-group">
|
|
116
|
+
{{{each sso}}}
|
|
117
|
+
<div class="list-group-item">
|
|
118
|
+
<!-- IF ../deauthUrl -->
|
|
119
|
+
<a data-component="{../component}" class="btn btn-outline-secondary btn-sm float-end" href="{../deauthUrl}">[[user:sso.dissociate]]</a>
|
|
120
|
+
<!-- END -->
|
|
121
|
+
<a data-component="{../component}" href="{../url}" target="<!-- IF ../associated -->_blank<!-- ELSE -->_top<!-- ENDIF ../associated -->">
|
|
122
|
+
<!-- IF ../icon --><i class="fa {../icon}"></i><!-- ENDIF ../icon -->
|
|
123
|
+
<!-- IF ../associated -->[[user:sso.associated]]<!-- ELSE -->[[user:sso.not-associated]]<!-- ENDIF ../associated -->
|
|
124
|
+
{../name}
|
|
125
|
+
</a>
|
|
129
126
|
</div>
|
|
127
|
+
{{{end}}}
|
|
130
128
|
</div>
|
|
131
|
-
<!-- ENDIF sso.length -->
|
|
132
129
|
</div>
|
|
133
|
-
|
|
134
|
-
</div>
|
|
130
|
+
<!-- ENDIF sso.length -->
|
|
131
|
+
</div>
|
|
132
|
+
<!-- IF sso.length --></div><!-- ENDIF sso.length -->
|
|
135
133
|
|
|
134
|
+
<!-- IMPORT partials/account/footer.tpl -->
|