nodebb-theme-persona 12.1.1 → 12.1.3
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/less/bootstrap-flipped.css +1550 -1550
- package/less/categories.less +235 -235
- package/less/chats.less +0 -4
- package/less/flags.less +42 -42
- package/less/footer.less +17 -17
- package/less/ip-blacklist.less +6 -6
- package/less/keyframes.less +152 -152
- package/less/mixins.less +1 -1
- package/less/modules/composer-default.less +16 -16
- package/less/modules/cookie-consent.less +12 -12
- package/less/modules/morph.less +268 -268
- package/less/modules/necro-post.less +8 -8
- package/less/modules/nprogress.less +80 -80
- package/less/noscript.less +82 -82
- package/less/notifications.less +37 -37
- package/less/outgoing.less +8 -8
- package/less/persona.less +47 -47
- package/less/post-queue.less +19 -19
- package/less/register.less +75 -75
- package/less/rtl.less +132 -132
- package/less/tags.less +36 -36
- package/less/users.less +72 -72
- package/package.json +1 -1
- package/templates/account/blocks.tpl +34 -34
- package/templates/account/categories.tpl +28 -28
- package/templates/account/consent.tpl +68 -68
- package/templates/account/edit/password.tpl +31 -31
- package/templates/account/edit/username.tpl +29 -29
- package/templates/account/followers.tpl +16 -16
- package/templates/account/following.tpl +16 -16
- package/templates/account/groups.tpl +16 -16
- package/templates/account/info.tpl +230 -230
- package/templates/account/posts.tpl +18 -18
- package/templates/account/sessions.tpl +31 -31
- package/templates/account/topics.tpl +30 -30
- package/templates/account/uploads.tpl +42 -42
- package/templates/admin/plugins/persona.tpl +28 -28
- package/templates/alert.tpl +15 -15
- package/templates/category.tpl +62 -62
- package/templates/chats.tpl +16 -16
- package/templates/flags/list.tpl +71 -71
- package/templates/groups/details.tpl +272 -272
- package/templates/groups/list.tpl +46 -46
- package/templates/ip-blacklist.tpl +55 -55
- package/templates/notifications.tpl +64 -64
- package/templates/partials/account/category-item.tpl +22 -22
- package/templates/partials/buttons/newTopic.tpl +15 -15
- package/templates/partials/categories/item.tpl +46 -46
- package/templates/partials/categories/lastpost.tpl +26 -26
- package/templates/partials/category/sort.tpl +14 -14
- package/templates/partials/category/subcategory.tpl +17 -17
- package/templates/partials/category/tags.tpl +4 -4
- package/templates/partials/category/tools.tpl +80 -80
- package/templates/partials/category/watch.tpl +22 -22
- package/templates/partials/category-filter-content.tpl +16 -16
- package/templates/partials/category-filter-right.tpl +2 -2
- package/templates/partials/category-selector-right.tpl +2 -2
- package/templates/partials/change_owner_modal.tpl +22 -22
- package/templates/partials/chats-menu.tpl +40 -40
- package/templates/partials/cookie-consent.tpl +4 -4
- package/templates/partials/delete_posts_modal.tpl +18 -18
- package/templates/partials/fork_thread_modal.tpl +21 -21
- package/templates/partials/groups/list.tpl +20 -20
- package/templates/partials/groups/memberlist.tpl +39 -39
- package/templates/partials/merge_topics_modal.tpl +57 -57
- package/templates/partials/modals/flag_modal.tpl +44 -44
- package/templates/partials/modals/manage_room.tpl +10 -10
- package/templates/partials/modals/manage_room_users.tpl +6 -6
- package/templates/partials/modals/post_history.tpl +36 -36
- package/templates/partials/modals/rename_room.tpl +3 -3
- package/templates/partials/modals/votes_modal.tpl +10 -10
- package/templates/partials/move_thread_modal.tpl +16 -16
- package/templates/partials/paginator.tpl +44 -44
- package/templates/partials/post_bar.tpl +20 -20
- package/templates/partials/posts_list_item.tpl +10 -0
- package/templates/partials/quick-search-results.tpl +30 -30
- package/templates/partials/slideout-menu.tpl +4 -4
- package/templates/partials/tags_list.tpl +4 -4
- package/templates/partials/thread_tools.tpl +7 -7
- package/templates/partials/topic/badge.tpl +4 -4
- package/templates/partials/topic/deleted-message.tpl +10 -10
- package/templates/partials/topic/navigation-post.tpl +11 -11
- package/templates/partials/topic/post.tpl +105 -105
- package/templates/partials/topic/quickreply.tpl +25 -25
- package/templates/partials/topic/reply-button.tpl +26 -26
- package/templates/partials/topic/sort.tpl +9 -9
- package/templates/partials/topic/tags.tpl +4 -4
- package/templates/partials/topic/watch.tpl +20 -20
- package/templates/partials/users_list_menu.tpl +10 -10
- package/templates/popular.tpl +61 -61
- package/templates/recent.tpl +51 -51
- package/templates/reset.tpl +23 -23
- package/templates/reset_code.tpl +41 -41
- package/templates/tag.tpl +35 -35
- package/templates/tags.tpl +30 -30
- package/templates/top.tpl +61 -61
- package/templates/unread.tpl +49 -49
- package/templates/users.tpl +47 -47
- package/templates/account/edit/email.tpl +0 -30
package/templates/unread.tpl
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
2
|
-
<div data-widget-area="header">
|
|
3
|
-
{{{each widgets.header}}}
|
|
4
|
-
{{widgets.header.html}}
|
|
5
|
-
{{{end}}}
|
|
6
|
-
</div>
|
|
7
|
-
<div class="unread">
|
|
8
|
-
<div class="topic-list-header btn-toolbar">
|
|
9
|
-
<div class="pull-left">
|
|
10
|
-
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
|
11
|
-
<a href="{config.relative_path}/{selectedFilter.url}{querystring}" class="inline-block">
|
|
12
|
-
<div class="alert alert-warning hide" id="new-topics-alert"></div>
|
|
13
|
-
</a>
|
|
14
|
-
</div>
|
|
15
|
-
|
|
16
|
-
<div class="btn-group pull-right">
|
|
17
|
-
<!-- IMPORT partials/category/tools.tpl -->
|
|
18
|
-
</div>
|
|
19
|
-
|
|
20
|
-
<div class="markread btn-group pull-right {{{ if !topics.length }}}hidden{{{ end }}}">
|
|
21
|
-
<!-- IMPORT partials/category-selector-right.tpl -->
|
|
22
|
-
</div>
|
|
23
|
-
|
|
24
|
-
<!-- IMPORT partials/category-filter-right.tpl -->
|
|
25
|
-
|
|
26
|
-
<div class="btn-group pull-right bottom-sheet">
|
|
27
|
-
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
|
28
|
-
<span class="visible-sm-inline visible-md-inline visible-lg-inline">{selectedFilter.name}</span><span class="visible-xs-inline"><i class="fa fa-fw {selectedFilter.icon}"></i></span> <span class="caret"></span>
|
|
29
|
-
</button>
|
|
30
|
-
<ul class="dropdown-menu" role="menu">
|
|
31
|
-
{{{each filters}}}
|
|
32
|
-
<li role="presentation" class="category {{{if filters.selected}}}selected{{{end}}}">
|
|
33
|
-
<a role="menu-item" href="{config.relative_path}/{filters.url}"><i class="fa fa-fw <!-- IF filters.selected -->fa-check<!-- ENDIF filters.selected -->"></i>{filters.name}</a>
|
|
34
|
-
</li>
|
|
35
|
-
{{{end}}}
|
|
36
|
-
</ul>
|
|
37
|
-
</div>
|
|
38
|
-
</div>
|
|
39
|
-
|
|
40
|
-
<div class="category">
|
|
41
|
-
<div id="category-no-topics" class="alert alert-warning <!-- IF topics.length -->hidden<!-- ENDIF topics.length -->">[[unread:no_unread_topics]]</div>
|
|
42
|
-
|
|
43
|
-
<!-- IMPORT partials/topics_list.tpl -->
|
|
44
|
-
<button id="load-more-btn" class="btn btn-primary hide">[[unread:load_more]]</button>
|
|
45
|
-
<!-- IF config.usePagination -->
|
|
46
|
-
<!-- IMPORT partials/paginator.tpl -->
|
|
47
|
-
<!-- ENDIF config.usePagination -->
|
|
48
|
-
</div>
|
|
49
|
-
</div>
|
|
1
|
+
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
2
|
+
<div data-widget-area="header">
|
|
3
|
+
{{{each widgets.header}}}
|
|
4
|
+
{{widgets.header.html}}
|
|
5
|
+
{{{end}}}
|
|
6
|
+
</div>
|
|
7
|
+
<div class="unread">
|
|
8
|
+
<div class="topic-list-header btn-toolbar">
|
|
9
|
+
<div class="pull-left">
|
|
10
|
+
<!-- IMPORT partials/buttons/newTopic.tpl -->
|
|
11
|
+
<a href="{config.relative_path}/{selectedFilter.url}{querystring}" class="inline-block">
|
|
12
|
+
<div class="alert alert-warning hide" id="new-topics-alert"></div>
|
|
13
|
+
</a>
|
|
14
|
+
</div>
|
|
15
|
+
|
|
16
|
+
<div class="btn-group pull-right">
|
|
17
|
+
<!-- IMPORT partials/category/tools.tpl -->
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
<div class="markread btn-group pull-right {{{ if !topics.length }}}hidden{{{ end }}}">
|
|
21
|
+
<!-- IMPORT partials/category-selector-right.tpl -->
|
|
22
|
+
</div>
|
|
23
|
+
|
|
24
|
+
<!-- IMPORT partials/category-filter-right.tpl -->
|
|
25
|
+
|
|
26
|
+
<div class="btn-group pull-right bottom-sheet">
|
|
27
|
+
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
|
28
|
+
<span class="visible-sm-inline visible-md-inline visible-lg-inline">{selectedFilter.name}</span><span class="visible-xs-inline"><i class="fa fa-fw {selectedFilter.icon}"></i></span> <span class="caret"></span>
|
|
29
|
+
</button>
|
|
30
|
+
<ul class="dropdown-menu" role="menu">
|
|
31
|
+
{{{each filters}}}
|
|
32
|
+
<li role="presentation" class="category {{{if filters.selected}}}selected{{{end}}}">
|
|
33
|
+
<a role="menu-item" href="{config.relative_path}/{filters.url}"><i class="fa fa-fw <!-- IF filters.selected -->fa-check<!-- ENDIF filters.selected -->"></i>{filters.name}</a>
|
|
34
|
+
</li>
|
|
35
|
+
{{{end}}}
|
|
36
|
+
</ul>
|
|
37
|
+
</div>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<div class="category">
|
|
41
|
+
<div id="category-no-topics" class="alert alert-warning <!-- IF topics.length -->hidden<!-- ENDIF topics.length -->">[[unread:no_unread_topics]]</div>
|
|
42
|
+
|
|
43
|
+
<!-- IMPORT partials/topics_list.tpl -->
|
|
44
|
+
<button id="load-more-btn" class="btn btn-primary hide">[[unread:load_more]]</button>
|
|
45
|
+
<!-- IF config.usePagination -->
|
|
46
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
47
|
+
<!-- ENDIF config.usePagination -->
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
package/templates/users.tpl
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
2
|
-
|
|
3
|
-
<div data-widget-area="header">
|
|
4
|
-
{{{each widgets.header}}}
|
|
5
|
-
{{widgets.header.html}}
|
|
6
|
-
{{{end}}}
|
|
7
|
-
</div>
|
|
8
|
-
<div class="users">
|
|
9
|
-
<div class="row">
|
|
10
|
-
<div class="col-lg-6">
|
|
11
|
-
<!-- IMPORT partials/users_list_menu.tpl -->
|
|
12
|
-
</div>
|
|
13
|
-
<div class="col-xs-3 text-right">
|
|
14
|
-
<!-- IF showInviteButton -->
|
|
15
|
-
<button component="user/invite" class="btn btn-success"><i class="fa fa-users"></i> [[users:invite]]</button>
|
|
16
|
-
<!-- ENDIF showInviteButton -->
|
|
17
|
-
</div>
|
|
18
|
-
<!-- IF displayUserSearch -->
|
|
19
|
-
<div class="col-lg-3 col-xs-9">
|
|
20
|
-
<div class="search">
|
|
21
|
-
<div class="input-group">
|
|
22
|
-
<input class="form-control" id="search-user" type="text" placeholder="[[users:enter_username]]"/>
|
|
23
|
-
<span class="input-group-addon">
|
|
24
|
-
<i component="user/search/icon" class="fa fa-search"></i>
|
|
25
|
-
</span>
|
|
26
|
-
</div>
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
29
|
-
<!-- ENDIF displayUserSearch -->
|
|
30
|
-
</div>
|
|
31
|
-
|
|
32
|
-
<ul id="users-container" class="users-container">
|
|
33
|
-
<!-- IMPORT partials/users_list.tpl -->
|
|
34
|
-
<!-- IF anonymousUserCount -->
|
|
35
|
-
<li class="users-box anon-user">
|
|
36
|
-
<div class="avatar avatar-lg avatar-rounded">G</div>
|
|
37
|
-
<br/>
|
|
38
|
-
<div class="user-info">
|
|
39
|
-
<span id="online_anon_count">{anonymousUserCount}</span>
|
|
40
|
-
<span>[[global:guests]]</span>
|
|
41
|
-
</div>
|
|
42
|
-
</li>
|
|
43
|
-
<!-- ENDIF anonymousUserCount -->
|
|
44
|
-
</ul>
|
|
45
|
-
|
|
46
|
-
<!-- IMPORT partials/paginator.tpl -->
|
|
47
|
-
</div>
|
|
1
|
+
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
2
|
+
|
|
3
|
+
<div data-widget-area="header">
|
|
4
|
+
{{{each widgets.header}}}
|
|
5
|
+
{{widgets.header.html}}
|
|
6
|
+
{{{end}}}
|
|
7
|
+
</div>
|
|
8
|
+
<div class="users">
|
|
9
|
+
<div class="row">
|
|
10
|
+
<div class="col-lg-6">
|
|
11
|
+
<!-- IMPORT partials/users_list_menu.tpl -->
|
|
12
|
+
</div>
|
|
13
|
+
<div class="col-xs-3 text-right">
|
|
14
|
+
<!-- IF showInviteButton -->
|
|
15
|
+
<button component="user/invite" class="btn btn-success"><i class="fa fa-users"></i> [[users:invite]]</button>
|
|
16
|
+
<!-- ENDIF showInviteButton -->
|
|
17
|
+
</div>
|
|
18
|
+
<!-- IF displayUserSearch -->
|
|
19
|
+
<div class="col-lg-3 col-xs-9">
|
|
20
|
+
<div class="search">
|
|
21
|
+
<div class="input-group">
|
|
22
|
+
<input class="form-control" id="search-user" type="text" placeholder="[[users:enter_username]]"/>
|
|
23
|
+
<span class="input-group-addon">
|
|
24
|
+
<i component="user/search/icon" class="fa fa-search"></i>
|
|
25
|
+
</span>
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
<!-- ENDIF displayUserSearch -->
|
|
30
|
+
</div>
|
|
31
|
+
|
|
32
|
+
<ul id="users-container" class="users-container">
|
|
33
|
+
<!-- IMPORT partials/users_list.tpl -->
|
|
34
|
+
<!-- IF anonymousUserCount -->
|
|
35
|
+
<li class="users-box anon-user">
|
|
36
|
+
<div class="avatar avatar-lg avatar-rounded">G</div>
|
|
37
|
+
<br/>
|
|
38
|
+
<div class="user-info">
|
|
39
|
+
<span id="online_anon_count">{anonymousUserCount}</span>
|
|
40
|
+
<span>[[global:guests]]</span>
|
|
41
|
+
</div>
|
|
42
|
+
</li>
|
|
43
|
+
<!-- ENDIF anonymousUserCount -->
|
|
44
|
+
</ul>
|
|
45
|
+
|
|
46
|
+
<!-- IMPORT partials/paginator.tpl -->
|
|
47
|
+
</div>
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<div class="account">
|
|
2
|
-
<!-- IMPORT partials/account/header.tpl -->
|
|
3
|
-
|
|
4
|
-
<form class="form-horizontal edit-form">
|
|
5
|
-
<div class="control-group">
|
|
6
|
-
<label class="control-label" for="inputNewEmail">[[user:email]]</label>
|
|
7
|
-
<div class="controls">
|
|
8
|
-
<input class="form-control" type="text" id="inputNewEmail" placeholder="[[user:email]]" value="{email}">
|
|
9
|
-
</div>
|
|
10
|
-
</div>
|
|
11
|
-
|
|
12
|
-
<!-- disables autocomplete on FF --><input type="password" style="display:none">
|
|
13
|
-
|
|
14
|
-
<!-- IF isSelf -->
|
|
15
|
-
<div class="control-group">
|
|
16
|
-
<label class="control-label" for="inputCurrentPassword">[[user:current_password]]</label>
|
|
17
|
-
<div class="controls">
|
|
18
|
-
<input autocomplete="off" class="form-control" type="password" id="inputCurrentPassword" placeholder="[[user:current_password]]" value=""<!-- IF !hasPassword --> disabled<!-- ENDIF !hasPassword -->>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
<!-- ENDIF isSelf -->
|
|
22
|
-
|
|
23
|
-
<input type="hidden" name="uid" id="inputUID" value="{uid}" />
|
|
24
|
-
|
|
25
|
-
<br/>
|
|
26
|
-
<div class="form-actions">
|
|
27
|
-
<button id="submitBtn" class="btn btn-primary btn-block"><i class="hide fa fa-spinner fa-spin"></i> [[user:change_email]]</button>
|
|
28
|
-
</div>
|
|
29
|
-
</form>
|
|
30
|
-
</div>
|