nodebb-theme-persona 13.0.42 → 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/templates/partials/acceptTos.tpl +0 -9
|
@@ -1,166 +1,166 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
|
|
3
|
+
<div class="profile row">
|
|
4
|
+
<h1 class="fullname"><!-- IF fullname -->{fullname}<!-- ELSE -->{username}<!-- ENDIF fullname --></h1>
|
|
5
|
+
<h2 class="username"><!-- IF !banned -->@{username}<!-- ELSE -->[[user:banned]]<!-- ENDIF !banned --></h2>
|
|
6
|
+
<!-- IF isAdminOrGlobalModeratorOrModerator -->
|
|
7
|
+
<!-- IF banned -->
|
|
8
|
+
<div class="text-center">
|
|
9
|
+
<!-- IF banned_until -->
|
|
10
|
+
[[user:info.banned-until, {banned_until_readable}]]
|
|
11
|
+
<!-- ELSE -->
|
|
12
|
+
[[user:info.banned-permanently]]
|
|
13
|
+
<!-- ENDIF banned_until -->
|
|
14
|
+
</div>
|
|
15
|
+
<!-- ENDIF banned -->
|
|
16
|
+
<!-- ENDIF isAdminOrGlobalModeratorOrModerator -->
|
|
17
|
+
|
|
18
|
+
<!-- IF selectedGroup.length -->
|
|
19
|
+
<div class="text-center">
|
|
20
|
+
{{{each selectedGroup}}}
|
|
21
|
+
<!-- IF selectedGroup.slug -->
|
|
22
|
+
<!-- IMPORT partials/groups/badge.tpl -->
|
|
23
|
+
<!-- ENDIF selectedGroup.slug -->
|
|
24
|
+
{{{end}}}
|
|
25
|
+
</div>
|
|
26
|
+
<br/>
|
|
27
|
+
<!-- ENDIF selectedGroup.length -->
|
|
28
|
+
|
|
29
|
+
<!-- IF aboutme -->
|
|
30
|
+
<span component="aboutme" class="text-center aboutme">{aboutmeParsed}</span>
|
|
31
|
+
<!-- ENDIF aboutme -->
|
|
32
|
+
|
|
33
|
+
<div class="account-stats">
|
|
34
|
+
<!-- IF !reputation:disabled -->
|
|
35
|
+
<div class="stat">
|
|
36
|
+
<div class="human-readable-number" title="{reputation}">{reputation}</div>
|
|
37
|
+
<span class="stat-label">[[global:reputation]]</span>
|
|
26
38
|
</div>
|
|
27
|
-
|
|
28
|
-
<!-- ENDIF selectedGroup.length -->
|
|
29
|
-
|
|
30
|
-
<!-- IF aboutme -->
|
|
31
|
-
<span component="aboutme" class="text-center aboutme">{aboutmeParsed}</span>
|
|
32
|
-
<!-- ENDIF aboutme -->
|
|
33
|
-
|
|
34
|
-
<div class="account-stats">
|
|
35
|
-
<!-- IF !reputation:disabled -->
|
|
36
|
-
<div class="stat">
|
|
37
|
-
<div class="human-readable-number" title="{reputation}">{reputation}</div>
|
|
38
|
-
<span class="stat-label">[[global:reputation]]</span>
|
|
39
|
-
</div>
|
|
40
|
-
<!-- ENDIF !reputation:disabled -->
|
|
39
|
+
<!-- ENDIF !reputation:disabled -->
|
|
41
40
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
41
|
+
<div class="stat">
|
|
42
|
+
<div class="human-readable-number" title="{profileviews}">{profileviews}</div>
|
|
43
|
+
<span class="stat-label">[[user:profile_views]]</span>
|
|
44
|
+
</div>
|
|
46
45
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
<div class="stat">
|
|
47
|
+
<div><a class="human-readable-number" title="{counts.posts}" href="{config.relative_path}/user/{userslug}/posts">{counts.posts}</a></div>
|
|
48
|
+
<span class="stat-label">[[global:posts]]</span>
|
|
49
|
+
</div>
|
|
51
50
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
51
|
+
<div class="stat">
|
|
52
|
+
<div><a class="human-readable-number" title="{counts.followers}" href="{config.relative_path}/user/{userslug}/followers">{counts.followers}</a></div>
|
|
53
|
+
<span class="stat-label">[[user:followers]]</span>
|
|
54
|
+
</div>
|
|
56
55
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
</div>
|
|
56
|
+
<div class="stat">
|
|
57
|
+
<div><a class="human-readable-number" title="{counts.following}" href="{config.relative_path}/user/{userslug}/following">{counts.following}</a></div>
|
|
58
|
+
<span class="stat-label">[[user:following]]</span>
|
|
61
59
|
</div>
|
|
60
|
+
</div>
|
|
62
61
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
<div class="text-center profile-meta">
|
|
63
|
+
<span>[[user:joined]]</span>
|
|
64
|
+
<strong class="timeago" title="{joindateISO}"></strong>
|
|
66
65
|
|
|
67
|
-
|
|
68
|
-
|
|
66
|
+
<span>[[user:lastonline]]</span>
|
|
67
|
+
<strong class="timeago" title="{lastonlineISO}"></strong><br />
|
|
69
68
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
<!-- IF email -->
|
|
70
|
+
<span>[[user:email]]</span>
|
|
71
|
+
<strong><i class="fa fa-eye-slash {emailClass}" title="[[user:email_hidden]]"></i> {email}</strong>
|
|
72
|
+
<!-- ENDIF email -->
|
|
74
73
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
74
|
+
<!-- IF websiteName -->
|
|
75
|
+
<span>[[user:website]]</span>
|
|
76
|
+
<strong><a href="{websiteLink}" rel="nofollow noopener noreferrer">{websiteName}</a></strong>
|
|
77
|
+
<!-- ENDIF websiteName -->
|
|
79
78
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
79
|
+
<!-- IF location -->
|
|
80
|
+
<span>[[user:location]]</span>
|
|
81
|
+
<strong>{location}</strong>
|
|
82
|
+
<!-- ENDIF location -->
|
|
84
83
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
</div>
|
|
84
|
+
<!-- IF age -->
|
|
85
|
+
<span>[[user:age]]</span>
|
|
86
|
+
<strong>{age}</strong>
|
|
87
|
+
<!-- ENDIF age -->
|
|
90
88
|
</div>
|
|
89
|
+
</div>
|
|
91
90
|
|
|
92
91
|
|
|
93
|
-
|
|
92
|
+
<hr />
|
|
94
93
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
<div class="row">
|
|
95
|
+
<div class="col-12 account-block hidden">
|
|
96
|
+
<div class="account-picture-block text-center">
|
|
97
|
+
<span>
|
|
98
|
+
<span class="account-username"> {username}</span>
|
|
99
|
+
</span>
|
|
101
100
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
</div>
|
|
101
|
+
<!-- IF !isSelf -->
|
|
102
|
+
<a component="account/unfollow" href="#" class="btn btn-outline-secondary{{{ if !isFollowing }}} hide{{{ end }}}">[[user:unfollow]]</a>
|
|
103
|
+
<a component="account/follow" href="#" class="btn btn-primary{{{ if isFollowing }}} hide{{{ end }}}">[[user:follow]]</a>
|
|
104
|
+
<!-- ENDIF !isSelf -->
|
|
107
105
|
</div>
|
|
108
106
|
</div>
|
|
107
|
+
</div>
|
|
109
108
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
</div>
|
|
109
|
+
<!-- IF groups.length -->
|
|
110
|
+
<div class="row">
|
|
111
|
+
<div class="col-12 hidden">
|
|
112
|
+
{{{each groups}}}
|
|
113
|
+
<a href="{config.relative_path}/groups/{groups.slug}"><span class="label group-label inline-block" style="background-color: {groups.labelColor};"><!-- IF groups.icon --><i class="fa {groups.icon}"></i> <!-- ENDIF groups.icon -->{groups.userTitle}</span></a>
|
|
114
|
+
{{{end}}}
|
|
117
115
|
</div>
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
{
|
|
131
|
-
|
|
116
|
+
</div>
|
|
117
|
+
<!-- ENDIF groups.length -->
|
|
118
|
+
|
|
119
|
+
<!-- IF ips.length -->
|
|
120
|
+
<div class="row">
|
|
121
|
+
<div class="col-12 hidden">
|
|
122
|
+
<div class="card">
|
|
123
|
+
<h5 class="card-header">
|
|
124
|
+
[[global:recentips]]
|
|
125
|
+
</h5>
|
|
126
|
+
<div class="card-body">
|
|
127
|
+
{{{each ips}}}
|
|
128
|
+
<div>{ips}</div>
|
|
129
|
+
{{{end}}}
|
|
132
130
|
</div>
|
|
133
131
|
</div>
|
|
134
132
|
</div>
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
</
|
|
133
|
+
</div>
|
|
134
|
+
<!-- ENDIF ips.length -->
|
|
135
|
+
|
|
136
|
+
<div class="row">
|
|
137
|
+
{{{ if bestPosts.length }}}
|
|
138
|
+
<div class="col-lg-12 col-12">
|
|
139
|
+
<h1>[[pages:account/best, {username}]]</h1>
|
|
140
|
+
|
|
141
|
+
<div class="col-12">
|
|
142
|
+
<ul component="posts" class="posts-list list-unstyled">
|
|
143
|
+
{{{each bestPosts}}}
|
|
144
|
+
<!-- IMPORT partials/posts_list_item.tpl -->
|
|
145
|
+
{{{end}}}
|
|
146
|
+
</ul>
|
|
149
147
|
</div>
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
</
|
|
148
|
+
</div>
|
|
149
|
+
{{{ end }}}
|
|
150
|
+
{{{ if latestPosts.length}}}
|
|
151
|
+
<div class="col-lg-12 col-12">
|
|
152
|
+
<h1>[[pages:account/latest-posts, {username}]]</h1>
|
|
153
|
+
<div class="col-12">
|
|
154
|
+
<ul component="posts" class="posts-list list-unstyled">
|
|
155
|
+
{{{each latestPosts}}}
|
|
156
|
+
<!-- IMPORT partials/posts_list_item.tpl -->
|
|
157
|
+
{{{end}}}
|
|
158
|
+
</ul>
|
|
161
159
|
</div>
|
|
162
|
-
{{{ end }}}
|
|
163
160
|
</div>
|
|
164
|
-
|
|
165
|
-
<div id="user-action-alert" class="alert alert-success hide"></div>
|
|
161
|
+
{{{ end }}}
|
|
166
162
|
</div>
|
|
163
|
+
|
|
164
|
+
<div id="user-action-alert" class="alert alert-success hide"></div>
|
|
165
|
+
|
|
166
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,32 +1,32 @@
|
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
</div>
|
|
3
|
+
<!-- IF sessions.length -->
|
|
4
|
+
<div class="row">
|
|
5
|
+
<div class="col-12 col-md-12">
|
|
6
|
+
<p class="lead">[[user:sessions.description]]</p>
|
|
7
|
+
<hr />
|
|
8
|
+
<ul class="list-group" component="user/sessions">
|
|
9
|
+
{{{each sessions}}}
|
|
10
|
+
<li class="list-group-item" data-uuid="{../uuid}">
|
|
11
|
+
<div class="float-end">
|
|
12
|
+
<!-- IF isSelfOrAdminOrGlobalModerator -->
|
|
13
|
+
<!-- IF !../current -->
|
|
14
|
+
<button class="btn btn-sm btn-outline-secondary" type="button" data-action="revokeSession">Revoke Session</button>
|
|
15
|
+
<!-- ENDIF !../current -->
|
|
16
|
+
<!-- ENDIF isSelfOrAdminOrGlobalModerator -->
|
|
17
|
+
{function.userAgentIcons}
|
|
18
|
+
<i class="fa fa-circle text-<!-- IF ../current -->success<!-- ELSE -->muted<!-- ENDIF ../current -->"></i>
|
|
19
|
+
</div>
|
|
20
|
+
{../browser} {../version} on {../platform}<br />
|
|
21
|
+
<small class="timeago text-muted" title="{../datetimeISO}"></small>
|
|
22
|
+
<ul>
|
|
23
|
+
<li><strong>[[global:ip_address]]</strong>: {../ip}</li>
|
|
24
|
+
</ul>
|
|
25
|
+
</li>
|
|
26
|
+
{{{end}}}
|
|
27
|
+
</ul>
|
|
30
28
|
</div>
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
</div>
|
|
30
|
+
<!-- ENDIF sessions.length -->
|
|
31
|
+
|
|
32
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
<p>[[persona:settings.intro]]</p>
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
<hr />
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
<form id="theme-settings" role="form">
|
|
8
|
+
<div class="checkbox">
|
|
9
|
+
<label>
|
|
10
|
+
<input type="checkbox" id="persona:menus:legacy-layout" name="persona:menus:legacy-layout"> <strong>[[persona:settings.mobile-menu-side]]</strong>
|
|
11
|
+
</label>
|
|
12
|
+
</div><br />
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
14
|
+
<div class="form-group">
|
|
15
|
+
<label for="persona:navbar:autohide">[[persona:settings.autoHidingNavbar]]</label>
|
|
16
|
+
<select multiple class="form-control" name="persona:navbar:autohide" id="persona:navbar:autohide">
|
|
17
|
+
<option value="xs">[[persona:settings.autoHidingNavbar-xs]]</option>
|
|
18
|
+
<option value="sm">[[persona:settings.autoHidingNavbar-sm]]</option>
|
|
19
|
+
<option value="md">[[persona:settings.autoHidingNavbar-md]]</option>
|
|
20
|
+
<option value="lg">[[persona:settings.autoHidingNavbar-lg]]</option>
|
|
21
|
+
</select>
|
|
22
|
+
</div>
|
|
24
23
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
<button id="save" type="button" class="btn btn-primary">[[global:save_changes]]</button>
|
|
25
|
+
</form>
|
|
26
|
+
|
|
27
|
+
<!-- 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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
</div>
|
|
3
|
+
<div class="row">
|
|
4
|
+
<h1>{title}</h1>
|
|
5
|
+
<!-- IF showSort -->
|
|
6
|
+
<div class="btn-toolbar justify-content-end mb-2">
|
|
7
|
+
<div class="btn-group bottom-sheet" component="thread/sort">
|
|
8
|
+
<button class="btn btn-outline-secondary dropdown-toggle" data-bs-toggle="dropdown" type="button"><span>[[topic:sort_by]]</span> <span class="caret"></span></button>
|
|
9
|
+
<ul class="dropdown-menu dropdown-menu-end">
|
|
10
|
+
{{{each sortOptions }}}
|
|
11
|
+
<li><a class="dropdown-item" href="{config.relative_path}{sortOptions.url}"><i class="fa fa-fw {{{if sortOptions.selected}}}fa-check{{{end}}}"></i>{sortOptions.name}</a></li>
|
|
12
|
+
{{{end}}}
|
|
13
|
+
</ul>
|
|
16
14
|
</div>
|
|
17
|
-
|
|
15
|
+
</div>
|
|
16
|
+
<!-- ENDIF showSort -->
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
<!-- IF !topics.length -->
|
|
19
|
+
<div class="alert alert-warning text-center">{noItemsFoundKey}</div>
|
|
20
|
+
<!-- ENDIF !topics.length -->
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</div>
|
|
22
|
+
<div class="category">
|
|
23
|
+
<!-- IMPORT partials/topics_list.tpl -->
|
|
24
|
+
<!-- IF config.usePagination -->
|
|
25
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
26
|
+
<!-- ENDIF config.usePagination -->
|
|
29
27
|
</div>
|
|
30
28
|
</div>
|
|
29
|
+
|
|
30
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
<
|
|
4
|
-
<h1>{title}</h1>
|
|
1
|
+
<!-- IMPORT partials/account/header.tpl -->
|
|
2
|
+
<div class="row">
|
|
3
|
+
<h1>{title}</h1>
|
|
5
4
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
<!-- IF privateUploads -->
|
|
6
|
+
<div class="alert alert-info text-center">[[uploads:private-uploads-info]]</div>
|
|
7
|
+
<!-- ELSE -->
|
|
8
|
+
<div class="alert alert-info text-center">[[uploads:public-uploads-info]]</div>
|
|
9
|
+
<!-- ENDIF privateUploads -->
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
<!-- IF !uploads.length -->
|
|
12
|
+
<div class="alert alert-warning text-center">[[uploads:no-uploads-found]]</div>
|
|
13
|
+
<!-- ENDIF !uploads.length -->
|
|
15
14
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
15
|
+
<div class="col-12">
|
|
16
|
+
<table class="table table-striped">
|
|
17
|
+
<thead>
|
|
18
|
+
<tr>
|
|
19
|
+
<th></th>
|
|
20
|
+
<th></th>
|
|
21
|
+
</tr>
|
|
22
|
+
</thead>
|
|
23
|
+
<tbody>
|
|
24
|
+
{{{each uploads}}}
|
|
25
|
+
<tr data-name="{uploads.name}">
|
|
26
|
+
<td>
|
|
27
|
+
<a href="{config.relative_path}{uploads.url}">{uploads.url}</a>
|
|
28
|
+
</td>
|
|
29
|
+
<td>
|
|
30
|
+
<div class="btn-group ">
|
|
31
|
+
<button class="btn btn-danger btn-sm" data-action="delete"><i class="fa fa-trash"></i></button>
|
|
32
|
+
</div>
|
|
33
|
+
</td>
|
|
34
|
+
</tr>
|
|
35
|
+
{{{end}}}
|
|
36
|
+
</tbody>
|
|
37
|
+
</table>
|
|
39
38
|
|
|
40
|
-
|
|
41
|
-
</div>
|
|
39
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
42
40
|
</div>
|
|
43
|
-
</div>
|
|
41
|
+
</div>
|
|
42
|
+
|
|
43
|
+
<!-- IMPORT partials/account/footer.tpl -->
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
</div>
|