nodebb-theme-persona 12.1.6 → 12.1.8
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/README.md +16 -14
- package/{scss/account.scss → less/account.less} +97 -13
- package/less/bootstrap/.csscomb.json +297 -0
- package/less/bootstrap/.csslintrc +19 -0
- package/less/bootstrap/alerts.less +73 -0
- package/less/bootstrap/badges.less +66 -0
- package/less/bootstrap/bootstrap.less +50 -0
- package/less/bootstrap/breadcrumbs.less +26 -0
- package/less/bootstrap/button-groups.less +243 -0
- package/less/bootstrap/buttons.less +160 -0
- package/less/bootstrap/carousel.less +269 -0
- package/less/bootstrap/close.less +34 -0
- package/less/bootstrap/code.less +69 -0
- package/less/bootstrap/component-animations.less +33 -0
- package/less/bootstrap/dropdowns.less +214 -0
- package/less/bootstrap/forms.less +574 -0
- package/less/bootstrap/glyphicons.less +305 -0
- package/less/bootstrap/grid.less +84 -0
- package/less/bootstrap/input-groups.less +166 -0
- package/less/bootstrap/jumbotron.less +50 -0
- package/less/bootstrap/labels.less +64 -0
- package/less/bootstrap/list-group.less +124 -0
- package/less/bootstrap/media.less +61 -0
- package/less/bootstrap/mixins/alerts.less +14 -0
- package/less/bootstrap/mixins/background-variant.less +8 -0
- package/less/bootstrap/mixins/border-radius.less +18 -0
- package/less/bootstrap/mixins/buttons.less +52 -0
- package/less/bootstrap/mixins/center-block.less +7 -0
- package/less/bootstrap/mixins/clearfix.less +22 -0
- package/less/bootstrap/mixins/forms.less +85 -0
- package/less/bootstrap/mixins/gradients.less +59 -0
- package/less/bootstrap/mixins/grid-framework.less +91 -0
- package/less/bootstrap/mixins/grid.less +122 -0
- package/less/bootstrap/mixins/hide-text.less +21 -0
- package/less/bootstrap/mixins/image.less +33 -0
- package/less/bootstrap/mixins/labels.less +12 -0
- package/less/bootstrap/mixins/list-group.less +29 -0
- package/less/bootstrap/mixins/nav-divider.less +10 -0
- package/less/bootstrap/mixins/nav-vertical-align.less +9 -0
- package/less/bootstrap/mixins/opacity.less +8 -0
- package/less/bootstrap/mixins/pagination.less +23 -0
- package/less/bootstrap/mixins/panels.less +24 -0
- package/less/bootstrap/mixins/progress-bar.less +10 -0
- package/less/bootstrap/mixins/reset-filter.less +8 -0
- package/less/bootstrap/mixins/resize.less +6 -0
- package/less/bootstrap/mixins/responsive-visibility.less +15 -0
- package/less/bootstrap/mixins/size.less +10 -0
- package/less/bootstrap/mixins/tab-focus.less +9 -0
- package/less/bootstrap/mixins/table-row.less +28 -0
- package/less/bootstrap/mixins/text-emphasis.less +8 -0
- package/less/bootstrap/mixins/text-overflow.less +8 -0
- package/less/bootstrap/mixins/vendor-prefixes.less +227 -0
- package/less/bootstrap/mixins.less +39 -0
- package/less/bootstrap/modals.less +150 -0
- package/less/bootstrap/navbar.less +660 -0
- package/less/bootstrap/navs.less +242 -0
- package/less/bootstrap/normalize.less +427 -0
- package/less/bootstrap/pager.less +54 -0
- package/less/bootstrap/pagination.less +88 -0
- package/less/bootstrap/panels.less +265 -0
- package/less/bootstrap/popovers.less +135 -0
- package/less/bootstrap/print.less +107 -0
- package/less/bootstrap/progress-bars.less +87 -0
- package/less/bootstrap/responsive-embed.less +35 -0
- package/less/bootstrap/responsive-utilities.less +194 -0
- package/less/bootstrap/scaffolding.less +162 -0
- package/less/bootstrap/tables.less +234 -0
- package/less/bootstrap/theme.less +273 -0
- package/less/bootstrap/thumbnails.less +36 -0
- package/less/bootstrap/tooltip.less +102 -0
- package/less/bootstrap/type.less +302 -0
- package/less/bootstrap/utilities.less +55 -0
- package/less/bootstrap/variables.less +861 -0
- package/less/bootstrap/wells.less +29 -0
- package/less/bootstrap-flipped.css +1550 -0
- package/{scss/categories.scss → less/categories.less} +40 -10
- package/{scss/category.scss → less/category.less} +75 -26
- package/{scss/chats.scss → less/chats.less} +88 -35
- package/{scss/flags.scss → less/flags.less} +3 -3
- package/{scss/footer.scss → less/footer.less} +1 -0
- package/{scss/groups.scss → less/groups.less} +38 -14
- package/{scss/header.scss → less/header.less} +139 -63
- package/{scss/helpers.scss → less/helpers.less} +0 -0
- package/less/ip-blacklist.less +7 -0
- package/{scss/keyframes.scss → less/keyframes.less} +0 -0
- package/{scss/mixins.scss → less/mixins.less} +59 -17
- package/{scss/mobile.scss → less/mobile.less} +18 -13
- package/{scss/modules/alerts.scss → less/modules/alerts.less} +21 -21
- package/less/modules/bottom-sheet.less +60 -0
- package/{scss/modules/composer-default.scss → less/modules/composer-default.less} +2 -2
- package/{scss/modules/cookie-consent.scss → less/modules/cookie-consent.less} +1 -1
- package/{scss/modules/fab.scss → less/modules/fab.less} +2 -2
- package/{scss/modules/morph.scss → less/modules/morph.less} +1 -1
- package/{scss/modules/necro-post.scss → less/modules/necro-post.less} +0 -0
- package/less/modules/nprogress.less +80 -0
- package/{scss/modules/taskbar.scss → less/modules/taskbar.less} +10 -11
- package/{scss/modules/usercard.scss → less/modules/usercard.less} +0 -0
- package/{scss/noscript.scss → less/noscript.less} +7 -5
- package/less/notifications.less +38 -0
- package/{scss/outgoing.scss → less/outgoing.less} +0 -0
- package/{scss/persona.scss → less/persona.less} +13 -1
- package/less/post-queue.less +19 -0
- package/{scss/posts_list.scss → less/posts_list.less} +14 -11
- package/{scss/register.scss → less/register.less} +7 -2
- package/less/rtl.less +132 -0
- package/less/search.less +96 -0
- package/{scss/style.scss → less/style.less} +47 -23
- package/less/tags.less +37 -0
- package/{scss/topic.scss → less/topic.less} +94 -57
- package/less/topics_list.less +16 -0
- package/less/users.less +73 -0
- package/{scss/variables.scss → less/variables.less} +3 -3
- package/package.json +2 -2
- package/public/persona.js +22 -11
- package/templates/account/blocks.tpl +26 -24
- package/templates/account/categories.tpl +6 -6
- package/templates/account/consent.tpl +10 -10
- package/templates/account/edit/password.tpl +10 -8
- package/templates/account/edit/username.tpl +10 -6
- package/templates/account/edit.tpl +23 -23
- package/templates/account/followers.tpl +3 -3
- package/templates/account/following.tpl +3 -3
- package/templates/account/groups.tpl +2 -2
- package/templates/account/info.tpl +72 -67
- package/templates/account/posts.tpl +1 -1
- package/templates/account/profile.tpl +18 -20
- package/templates/account/sessions.tpl +3 -3
- package/templates/account/settings.tpl +81 -93
- package/templates/account/topics.tpl +5 -5
- package/templates/account/uploads.tpl +2 -2
- package/templates/admin/plugins/persona.tpl +3 -3
- package/templates/alert.tpl +15 -0
- package/templates/category.tpl +14 -15
- package/templates/chat.tpl +9 -16
- package/templates/chats.tpl +3 -5
- package/templates/flags/detail.tpl +80 -86
- package/templates/flags/list.tpl +4 -4
- package/templates/footer.tpl +1 -1
- package/templates/groups/details.tpl +218 -23
- package/templates/groups/list.tpl +9 -11
- package/templates/groups/members.tpl +4 -1
- package/templates/header.tpl +4 -10
- package/templates/ip-blacklist.tpl +20 -22
- package/templates/login.tpl +14 -17
- package/templates/modules/taskbar.tpl +1 -1
- package/templates/modules/usercard.tpl +2 -2
- package/templates/notifications.tpl +38 -40
- package/templates/partials/acceptTos.tpl +8 -8
- package/templates/partials/account/category-item.tpl +5 -6
- package/templates/partials/account/header.tpl +2 -2
- package/templates/partials/account/menu.tpl +37 -37
- package/templates/partials/breadcrumbs.tpl +1 -1
- package/templates/partials/buttons/newTopic.tpl +3 -10
- package/templates/partials/categories/item.tpl +10 -24
- package/templates/partials/categories/lastpost.tpl +3 -3
- package/templates/partials/categories/link.tpl +10 -10
- package/templates/partials/category/sort.tpl +7 -7
- package/templates/partials/category/subcategory.tpl +3 -3
- package/templates/partials/category/tags.tpl +5 -3
- package/templates/partials/category/tools.tpl +16 -16
- package/templates/partials/category/watch.tpl +10 -8
- package/templates/partials/category-filter-content.tpl +5 -17
- package/templates/partials/category-filter-right.tpl +1 -1
- package/templates/partials/category-selector-content.tpl +4 -17
- package/templates/partials/category-selector-right.tpl +1 -1
- package/templates/partials/change_owner_modal.tpl +22 -0
- package/templates/partials/chats/message-window.tpl +8 -10
- package/templates/partials/chats/message.tpl +11 -11
- package/templates/partials/chats/options.tpl +8 -8
- package/templates/partials/chats/recent_room.tpl +1 -1
- package/templates/partials/chats/system-message.tpl +1 -1
- package/templates/partials/chats/user.tpl +1 -1
- package/templates/partials/chats-menu.tpl +11 -11
- package/templates/partials/cookie-consent.tpl +1 -1
- package/templates/partials/delete_posts_modal.tpl +19 -0
- package/templates/partials/flags/filters.tpl +32 -34
- package/templates/partials/fork_thread_modal.tpl +22 -0
- package/templates/partials/groups/list.tpl +6 -6
- package/templates/partials/groups/memberlist.tpl +10 -11
- package/templates/partials/menu.tpl +156 -149
- package/templates/partials/merge_topics_modal.tpl +58 -0
- package/templates/partials/modals/change_picture_modal.tpl +73 -0
- package/templates/partials/modals/flag_modal.tpl +45 -0
- package/templates/partials/modals/manage_room.tpl +11 -0
- package/templates/partials/modals/manage_room_users.tpl +7 -0
- package/templates/partials/modals/post_history.tpl +36 -0
- package/templates/partials/modals/rename_room.tpl +4 -0
- package/templates/partials/modals/upload_file_modal.tpl +44 -0
- package/templates/partials/modals/upload_picture_from_url_modal.tpl +17 -0
- package/templates/partials/modals/votes_modal.tpl +10 -0
- package/templates/partials/move_thread_modal.tpl +17 -0
- package/templates/partials/notifications_list.tpl +2 -2
- package/templates/partials/paginator.tpl +21 -21
- package/templates/partials/post_bar.tpl +4 -4
- package/templates/partials/posts_list.tpl +1 -1
- package/templates/partials/posts_list_item.tpl +2 -2
- package/templates/partials/quick-search-results.tpl +11 -14
- package/templates/partials/slideout-menu.tpl +1 -1
- package/templates/partials/tags_list.tpl +3 -3
- package/templates/partials/thread_tools.tpl +4 -4
- package/templates/partials/topic/badge.tpl +5 -0
- package/templates/partials/topic/deleted-message.tpl +2 -2
- package/templates/partials/topic/event.tpl +2 -2
- package/templates/partials/topic/navigation-post.tpl +3 -3
- package/templates/partials/topic/navigator.tpl +7 -7
- package/templates/partials/topic/necro-post.tpl +1 -1
- package/templates/partials/topic/post-menu-list.tpl +23 -26
- package/templates/partials/topic/post-menu.tpl +3 -3
- package/templates/partials/topic/post.tpl +44 -49
- package/templates/partials/topic/quickreply.tpl +3 -3
- package/templates/partials/topic/reply-button.tpl +3 -3
- package/templates/partials/topic/sort.tpl +5 -5
- package/templates/partials/topic/tags.tpl +5 -3
- package/templates/partials/topic/topic-menu-list.tpl +16 -18
- package/templates/partials/topic/watch.tpl +10 -11
- package/templates/partials/topics_list.tpl +25 -27
- package/templates/partials/users_list.tpl +10 -22
- package/templates/partials/users_list_menu.tpl +9 -19
- package/templates/popular.tpl +35 -9
- package/templates/post-queue.tpl +35 -42
- package/templates/recent.tpl +24 -10
- package/templates/register.tpl +17 -17
- package/templates/registerComplete.tpl +10 -14
- package/templates/reset.tpl +5 -7
- package/templates/reset_code.tpl +9 -9
- package/templates/search.tpl +87 -100
- package/templates/tag.tpl +10 -8
- package/templates/tags.tpl +3 -5
- package/templates/top.tpl +35 -9
- package/templates/topic.tpl +10 -8
- package/templates/tos.tpl +4 -4
- package/templates/unread.tpl +22 -10
- package/templates/users.tpl +20 -7
- package/theme.json +6 -6
- package/theme.less +2 -0
- package/scss/modules/nprogress.scss +0 -80
- package/scss/overrides.scss +0 -44
- package/scss/search.scss +0 -39
- package/scss/tags.scss +0 -11
- package/scss/topics_list.scss +0 -17
- package/templates/partials/groups/admin.tpl +0 -195
- package/templates/partials/groups/badge.tpl +0 -1
- package/templates/partials/toast.tpl +0 -14
- package/templates/partials/topic/tag.tpl +0 -1
- package/templates/partials/topic-filters.tpl +0 -12
- package/templates/partials/topic-terms.tpl +0 -12
- package/theme.scss +0 -1
|
@@ -1,113 +1,55 @@
|
|
|
1
|
-
<div class="
|
|
2
|
-
<button type="button" class="navbar-
|
|
3
|
-
<i class="fa fa-lg fa-fw fa-bars unread-count" ></i>
|
|
4
|
-
<span component="unread/icon" class="notification-icon fa fa-fw fa-book unread-count" data-content="{unreadCount.mobileUnread}" data-unread-url="{unreadCount.unreadUrl}"></span>
|
|
1
|
+
<div class="navbar-header">
|
|
2
|
+
<button type="button" class="navbar-toggle pull-left" id="mobile-menu">
|
|
3
|
+
<i class="fa fa-lg fa-fw fa-bars unread-count" data-content="{unreadCount.mobileUnread}" data-unread-url="{unreadCount.unreadUrl}"></i>
|
|
5
4
|
</button>
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<a class="navbar-brand text-truncate" href="{{{ if title:url }}}{title:url}{{{ else }}}{relative_path}/{{{ end }}}">
|
|
14
|
-
<span class="forum-title">{config.siteTitle}</span>
|
|
15
|
-
</a>
|
|
16
|
-
{{{ end }}}
|
|
17
|
-
</div>
|
|
18
|
-
</div>
|
|
5
|
+
{{{ if config.loggedIn }}}
|
|
6
|
+
<button type="button" class="navbar-toggle" id="mobile-chats">
|
|
7
|
+
<span component="notifications/icon" class="notification-icon fa fa-fw fa-bell-o unread-count" data-content="{unreadCount.notification}"></span>
|
|
8
|
+
<span component="chat/icon" class="notification-icon fa fa-fw fa-comments unread-count" data-content="{unreadCount.chat}"></span>
|
|
9
|
+
{buildAvatar(user, "md", true)}
|
|
10
|
+
</button>
|
|
11
|
+
{{{ end }}}
|
|
19
12
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
13
|
+
{{{ if config.searchEnabled }}}
|
|
14
|
+
<div class="navbar-search visible-xs pull-right">
|
|
15
|
+
<form action="{config.relative_path}/search" method="GET">
|
|
16
|
+
<button type="button" class="btn btn-link"><i class="fa fa-lg fa-fw fa-search" title="[[global:header.search]]"></i></button>
|
|
17
|
+
<input autocomplete="off" type="text" class="form-control hidden" name="term" placeholder="[[global:search]]"/>
|
|
18
|
+
<button class="btn btn-primary hidden" type="submit"></button>
|
|
19
|
+
<input type="text" class="hidden" name="in" value="{config.searchDefaultInQuick}" />
|
|
20
|
+
</form>
|
|
21
|
+
<div class="quick-search-container hidden">
|
|
22
|
+
<div class="quick-search-results-container"></div>
|
|
23
|
+
</div>
|
|
30
24
|
</div>
|
|
31
|
-
|
|
32
|
-
{{{ end }}}
|
|
25
|
+
{{{ end }}}
|
|
33
26
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
27
|
+
<!-- IF brand:logo -->
|
|
28
|
+
<a href="<!-- IF brand:logo:url -->{brand:logo:url}<!-- ELSE -->{relative_path}/<!-- ENDIF brand:logo:url -->">
|
|
29
|
+
<img alt="{brand:logo:alt}" class="{brand:logo:display} forum-logo" src="{brand:logo}?{config.cache-buster}" />
|
|
30
|
+
</a>
|
|
31
|
+
<!-- ENDIF brand:logo -->
|
|
32
|
+
<!-- IF config.showSiteTitle -->
|
|
33
|
+
<a href="<!-- IF title:url -->{title:url}<!-- ELSE -->{relative_path}/<!-- ENDIF title:url -->">
|
|
34
|
+
<h1 class="navbar-brand forum-title">{config.siteTitle}</h1>
|
|
35
|
+
</a>
|
|
36
|
+
<!-- ENDIF config.showSiteTitle -->
|
|
41
37
|
|
|
42
|
-
|
|
43
|
-
|
|
38
|
+
<div component="navbar/title" class="visible-xs hidden">
|
|
39
|
+
<span></span>
|
|
40
|
+
</div>
|
|
44
41
|
</div>
|
|
45
42
|
|
|
46
|
-
<div id="nav-dropdown" class="
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
<!-- IF function.displayMenuItem, @index -->
|
|
50
|
-
<li class="nav-item {navigation.class}{{{ if navigation.dropdown }}} dropdown{{{ end }}}" title="{navigation.title}">
|
|
51
|
-
<a class="nav-link navigation-link {{{ if navigation.dropdown }}}dropdown-toggle{{{ end }}}"
|
|
52
|
-
{{{ if navigation.dropdown }}} href="#" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" {{{ else }}} href="{navigation.route}"{{{ end }}} {{{ if navigation.id }}}id="{navigation.id}"{{{ end }}}{{{ if navigation.targetBlank }}} target="_blank"{{{ end }}}>
|
|
53
|
-
{{{ if navigation.iconClass }}}
|
|
54
|
-
<i class="fa fa-fw {navigation.iconClass}" data-content="{navigation.content}"></i>
|
|
55
|
-
{{{ end }}}
|
|
56
|
-
{{{ if navigation.text }}}
|
|
57
|
-
<span class="{navigation.textClass}">{navigation.text}</span>
|
|
58
|
-
{{{ end }}}
|
|
59
|
-
{{{ if navigation.dropdown}}}
|
|
60
|
-
<i class="fa fa-caret-down"></i>
|
|
61
|
-
{{{ end }}}
|
|
62
|
-
</a>
|
|
63
|
-
{{{ if navigation.dropdown }}}
|
|
64
|
-
<ul class="dropdown-menu">
|
|
65
|
-
{navigation.dropdownContent}
|
|
66
|
-
</ul>
|
|
67
|
-
{{{ end }}}
|
|
68
|
-
</li>
|
|
69
|
-
<!-- ENDIF function.displayMenuItem -->
|
|
70
|
-
{{{end}}}
|
|
71
|
-
</ul>
|
|
72
|
-
|
|
73
|
-
{{{ if config.searchEnabled }}}
|
|
74
|
-
<div class="navbar-nav mb-2 mb-lg-0 position-relative">
|
|
75
|
-
<form component="search/form" id="search-form" class="d-flex justify-content-end align-items-center" role="search" method="GET">
|
|
76
|
-
<div component="search/fields" class="hidden" id="search-fields">
|
|
77
|
-
<div class="input-group flex-nowrap">
|
|
78
|
-
<input autocomplete="off" type="text" class="form-control" placeholder="[[global:search]]" name="query" value="">
|
|
43
|
+
<div id="nav-dropdown" class="hidden-xs">
|
|
44
|
+
<!-- IF !maintenanceHeader -->
|
|
45
|
+
<!-- IF config.loggedIn -->
|
|
79
46
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
</div>
|
|
84
|
-
|
|
85
|
-
<div id="quick-search-container" class="quick-search-container dropdown-menu d-block mt-2 hidden">
|
|
86
|
-
<div class="form-check filter-category mb-2 ms-4">
|
|
87
|
-
<input class="form-check-input" type="checkbox" checked>
|
|
88
|
-
<label class="form-check-label name"></label>
|
|
89
|
-
</div>
|
|
90
|
-
|
|
91
|
-
<div class="text-center loading-indicator"><i class="fa fa-spinner fa-spin"></i></div>
|
|
92
|
-
<div class="quick-search-results-container"></div>
|
|
93
|
-
</div>
|
|
94
|
-
<button type="submit" class="btn btn-outline-secondary hide">[[global:search]]</button>
|
|
95
|
-
</div>
|
|
96
|
-
|
|
97
|
-
<li id="" class="nav-item"><a component="search/button" id="search-button" href="#" class="nav-link"><i class="fa fa-search fa-fw" title="Search"></i></a></li>
|
|
98
|
-
</form>
|
|
99
|
-
|
|
100
|
-
</div>
|
|
101
|
-
{{{ end }}}
|
|
102
|
-
|
|
103
|
-
{{{ if !maintenanceHeader }}}
|
|
104
|
-
{{{ if config.loggedIn }}}
|
|
105
|
-
<ul id="logged-in-menu" class="navbar-nav me-0 mb-2 mb-lg-0 align-items-center">
|
|
106
|
-
<li class="nav-item notifications dropdown d-none d-sm-block" component="notifications" title="[[global:header.notifications]]">
|
|
107
|
-
<a href="{relative_path}/notifications" class="nav-link" data-bs-toggle="dropdown" id="notif_dropdown" data-ajaxify="false" role="button">
|
|
47
|
+
<ul id="logged-in-menu" class="nav navbar-nav navbar-right">
|
|
48
|
+
<li class="notifications dropdown text-center hidden-xs" component="notifications">
|
|
49
|
+
<a href="{relative_path}/notifications" title="[[global:header.notifications]]" class="dropdown-toggle" data-toggle="dropdown" id="notif_dropdown" data-ajaxify="false" role="button">
|
|
108
50
|
<i component="notifications/icon" class="fa fa-fw fa-bell-o unread-count" data-content="{unreadCount.notification}"></i>
|
|
109
51
|
</a>
|
|
110
|
-
<ul class="dropdown-menu
|
|
52
|
+
<ul class="dropdown-menu" aria-labelledby="notif_dropdown">
|
|
111
53
|
<li>
|
|
112
54
|
<ul component="notifications/list" class="notification-list">
|
|
113
55
|
<li class="loading-text">
|
|
@@ -116,20 +58,20 @@
|
|
|
116
58
|
</ul>
|
|
117
59
|
</li>
|
|
118
60
|
<li class="notif-dropdown-link">
|
|
119
|
-
<div class="btn-group
|
|
120
|
-
<a role="button" href="#" class="btn btn-
|
|
121
|
-
<a class="btn btn-
|
|
61
|
+
<div class="btn-group btn-group-justified">
|
|
62
|
+
<a role="button" href="#" class="btn btn-secondary mark-all-read"><i class="fa fa-check-double"></i> [[notifications:mark_all_read]]</a>
|
|
63
|
+
<a class="btn btn-secondary" href="{relative_path}/notifications"><i class="fa fa-list"></i> [[notifications:see_all]]</a>
|
|
122
64
|
</div>
|
|
123
65
|
</li>
|
|
124
66
|
</ul>
|
|
125
67
|
</li>
|
|
126
68
|
|
|
127
69
|
<!-- IF canChat -->
|
|
128
|
-
<li class="
|
|
129
|
-
<a class="
|
|
130
|
-
<i component="chat/icon" class="fa fa-comment-o fa-fw unread-count" data-content="{unreadCount.chat}"></i> <span class="
|
|
70
|
+
<li class="chats dropdown">
|
|
71
|
+
<a class="dropdown-toggle" data-toggle="dropdown" href="{relative_path}/user/{user.userslug}/chats" title="[[global:header.chats]]" id="chat_dropdown" component="chat/dropdown" data-ajaxify="false" role="button">
|
|
72
|
+
<i component="chat/icon" class="fa fa-comment-o fa-fw unread-count" data-content="{unreadCount.chat}"></i> <span class="visible-xs-inline">[[global:header.chats]]</span>
|
|
131
73
|
</a>
|
|
132
|
-
<ul class="dropdown-menu
|
|
74
|
+
<ul class="dropdown-menu" aria-labelledby="chat_dropdown">
|
|
133
75
|
<li>
|
|
134
76
|
<ul component="chat/list" class="chat-list chats-list">
|
|
135
77
|
<li class="loading-text">
|
|
@@ -138,127 +80,192 @@
|
|
|
138
80
|
</ul>
|
|
139
81
|
</li>
|
|
140
82
|
<li class="notif-dropdown-link">
|
|
141
|
-
<div class="btn-group
|
|
142
|
-
<a class="btn btn-
|
|
143
|
-
<a class="btn btn-
|
|
83
|
+
<div class="btn-group btn-group-justified">
|
|
84
|
+
<a class="btn btn-secondary mark-all-read" href="#" component="chats/mark-all-read"><i class="fa fa-check-double"></i> [[modules:chat.mark_all_read]]</a>
|
|
85
|
+
<a class="btn btn-secondary" href="{relative_path}/user/{user.userslug}/chats"><i class="fa fa-comments"></i> [[modules:chat.see_all]]</a>
|
|
144
86
|
</div>
|
|
145
87
|
</li>
|
|
146
88
|
</ul>
|
|
147
89
|
</li>
|
|
148
90
|
<!-- ENDIF canChat -->
|
|
149
91
|
|
|
150
|
-
<li id="user_label" class="
|
|
151
|
-
<label for="user-control-list-check" class="" data-
|
|
152
|
-
{buildAvatar(user, "
|
|
153
|
-
<span id="user-header-name" class="
|
|
92
|
+
<li id="user_label" class="dropdown">
|
|
93
|
+
<label for="user-control-list-check" class="dropdown-toggle" data-toggle="dropdown" id="user_dropdown" title="[[global:header.profile]]" role="button">
|
|
94
|
+
{buildAvatar(user, "md", true)}
|
|
95
|
+
<span id="user-header-name" class="visible-xs-inline">{user.username}</span>
|
|
154
96
|
</label>
|
|
155
97
|
<input type="checkbox" class="hidden" id="user-control-list-check" aria-hidden="true">
|
|
156
|
-
<ul id="user-control-list" component="header/usercontrol" class="dropdown-menu
|
|
98
|
+
<ul id="user-control-list" component="header/usercontrol" class="dropdown-menu" aria-labelledby="user_dropdown">
|
|
157
99
|
<li>
|
|
158
|
-
<a
|
|
100
|
+
<a component="header/profilelink" href="{relative_path}/user/{user.userslug}">
|
|
159
101
|
<i component="user/status" class="fa fa-fw fa-circle status {user.status}"></i> <span component="header/username">{user.username}</span>
|
|
160
102
|
</a>
|
|
161
103
|
</li>
|
|
162
|
-
<li role="presentation" class="
|
|
163
|
-
<li><h6 class="dropdown-header">[[global:status]]</h6></li>
|
|
104
|
+
<li role="presentation" class="divider"></li>
|
|
164
105
|
<li>
|
|
165
|
-
<a href="#" class="
|
|
106
|
+
<a href="#" class="user-status" data-status="online">
|
|
166
107
|
<i class="fa fa-fw fa-circle status online"></i><span <!-- IF user.online -->class="bold"<!-- ENDIF user.online -->> [[global:online]]</span>
|
|
167
108
|
</a>
|
|
168
109
|
</li>
|
|
169
110
|
<li>
|
|
170
|
-
<a href="#" class="
|
|
111
|
+
<a href="#" class="user-status" data-status="away">
|
|
171
112
|
<i class="fa fa-fw fa-circle status away"></i><span <!-- IF user.away -->class="bold"<!-- ENDIF user.away -->> [[global:away]]</span>
|
|
172
113
|
</a>
|
|
173
114
|
</li>
|
|
174
115
|
<li>
|
|
175
|
-
<a href="#" class="
|
|
116
|
+
<a href="#" class="user-status" data-status="dnd">
|
|
176
117
|
<i class="fa fa-fw fa-circle status dnd"></i><span <!-- IF user.dnd -->class="bold"<!-- ENDIF user.dnd -->> [[global:dnd]]</span>
|
|
177
118
|
</a>
|
|
178
119
|
</li>
|
|
179
120
|
<li>
|
|
180
|
-
<a href="#" class="
|
|
121
|
+
<a href="#" class="user-status" data-status="offline">
|
|
181
122
|
<i class="fa fa-fw fa-circle status offline"></i><span <!-- IF user.offline -->class="bold"<!-- ENDIF user.offline -->> [[global:invisible]]</span>
|
|
182
123
|
</a>
|
|
183
124
|
</li>
|
|
184
|
-
<li role="presentation" class="
|
|
125
|
+
<li role="presentation" class="divider"></li>
|
|
185
126
|
<li>
|
|
186
|
-
<a
|
|
127
|
+
<a component="header/profilelink/edit" href="{relative_path}/user/{user.userslug}/edit">
|
|
187
128
|
<i class="fa fa-fw fa-edit"></i> <span>[[user:edit-profile]]</span>
|
|
188
129
|
</a>
|
|
189
130
|
</li>
|
|
190
131
|
<li>
|
|
191
|
-
<a
|
|
132
|
+
<a component="header/profilelink/settings" href="{relative_path}/user/{user.userslug}/settings">
|
|
192
133
|
<i class="fa fa-fw fa-gear"></i> <span>[[user:settings]]</span>
|
|
193
134
|
</a>
|
|
194
135
|
</li>
|
|
195
136
|
{{{ if showModMenu }}}
|
|
196
|
-
<li role="presentation" class="
|
|
197
|
-
<li
|
|
137
|
+
<li role="presentation" class="divider"></li>
|
|
138
|
+
<li class="dropdown-header">[[pages:moderator-tools]]</li>
|
|
198
139
|
<li>
|
|
199
|
-
<a
|
|
140
|
+
<a href="{relative_path}/flags">
|
|
200
141
|
<i class="fa fa-fw fa-flag"></i> <span>[[pages:flagged-content]]</span>
|
|
201
142
|
</a>
|
|
202
143
|
</li>
|
|
203
144
|
<li>
|
|
204
|
-
<a
|
|
145
|
+
<a href="{relative_path}/post-queue">
|
|
205
146
|
<i class="fa fa-fw fa-list-alt"></i> <span>[[pages:post-queue]]</span>
|
|
206
147
|
</a>
|
|
207
148
|
</li>
|
|
208
149
|
<li>
|
|
209
|
-
<a
|
|
150
|
+
<a href="{relative_path}/ip-blacklist">
|
|
210
151
|
<i class="fa fa-fw fa-ban"></i> <span>[[pages:ip-blacklist]]</span>
|
|
211
152
|
</a>
|
|
212
153
|
</li>
|
|
213
154
|
{{{ else }}}
|
|
214
155
|
{{{ if postQueueEnabled }}}
|
|
215
156
|
<li>
|
|
216
|
-
<a
|
|
157
|
+
<a href="{relative_path}/post-queue">
|
|
217
158
|
<i class="fa fa-fw fa-list-alt"></i> <span>[[pages:post-queue]]</span>
|
|
218
159
|
</a>
|
|
219
160
|
</li>
|
|
220
161
|
{{{ end }}}
|
|
221
162
|
{{{ end }}}
|
|
222
163
|
|
|
223
|
-
<li role="presentation" class="
|
|
164
|
+
<li role="presentation" class="divider"></li>
|
|
224
165
|
<li component="user/logout">
|
|
225
166
|
<form method="post" action="{relative_path}/logout">
|
|
226
167
|
<input type="hidden" name="_csrf" value="{config.csrf_token}">
|
|
227
168
|
<input type="hidden" name="noscript" value="true">
|
|
228
|
-
<button type="submit" class="
|
|
169
|
+
<button type="submit" class="btn btn-link">
|
|
229
170
|
<i class="fa fa-fw fa-sign-out"></i><span> [[global:logout]]</span>
|
|
230
171
|
</button>
|
|
231
172
|
</form>
|
|
232
173
|
</li>
|
|
233
174
|
</ul>
|
|
234
175
|
</li>
|
|
176
|
+
|
|
235
177
|
</ul>
|
|
236
|
-
|
|
237
|
-
<ul id="logged-out-menu" class="navbar-nav
|
|
238
|
-
|
|
239
|
-
<li
|
|
240
|
-
<a
|
|
241
|
-
<i class="fa fa-pencil fa-fw
|
|
178
|
+
<!-- ELSE -->
|
|
179
|
+
<ul id="logged-out-menu" class="nav navbar-nav navbar-right">
|
|
180
|
+
<!-- IF allowRegistration -->
|
|
181
|
+
<li>
|
|
182
|
+
<a href="{relative_path}/register">
|
|
183
|
+
<i class="fa fa-pencil fa-fw hidden-sm hidden-md hidden-lg"></i>
|
|
242
184
|
<span>[[global:register]]</span>
|
|
243
185
|
</a>
|
|
244
186
|
</li>
|
|
245
|
-
|
|
246
|
-
<li
|
|
247
|
-
<a
|
|
248
|
-
<i class="fa fa-sign-in fa-fw
|
|
187
|
+
<!-- ENDIF allowRegistration -->
|
|
188
|
+
<li>
|
|
189
|
+
<a href="{relative_path}/login">
|
|
190
|
+
<i class="fa fa-sign-in fa-fw hidden-sm hidden-md hidden-lg"></i>
|
|
249
191
|
<span>[[global:login]]</span>
|
|
250
192
|
</a>
|
|
251
193
|
</li>
|
|
252
194
|
</ul>
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
<ul class="navbar-nav
|
|
256
|
-
<li
|
|
195
|
+
<!-- ENDIF config.loggedIn -->
|
|
196
|
+
<!-- IF config.searchEnabled -->
|
|
197
|
+
<ul class="nav navbar-nav navbar-right">
|
|
198
|
+
<li>
|
|
199
|
+
<form id="search-form" class="navbar-form navbar-right hidden-xs" role="search" method="GET">
|
|
200
|
+
<button id="search-button" type="button" class="btn btn-link"><i class="fa fa-search fa-fw" title="[[global:header.search]]"></i></button>
|
|
201
|
+
<div class="hidden" id="search-fields">
|
|
202
|
+
<div class="form-group">
|
|
203
|
+
<input autocomplete="off" type="text" class="form-control" placeholder="[[global:search]]" name="query" value="">
|
|
204
|
+
<a href="#"><i class="fa fa-gears fa-fw advanced-search-link"></i></a>
|
|
205
|
+
</div>
|
|
206
|
+
<button type="submit" class="btn btn-default hide">[[global:search]]</button>
|
|
207
|
+
</div>
|
|
208
|
+
</form>
|
|
209
|
+
<div id="quick-search-container" class="quick-search-container hidden">
|
|
210
|
+
<div class="checkbox filter-category">
|
|
211
|
+
<label>
|
|
212
|
+
<input type="checkbox" checked><span class="name"></span>
|
|
213
|
+
</label>
|
|
214
|
+
</div>
|
|
215
|
+
<div class="text-center loading-indicator"><i class="fa fa-spinner fa-spin"></i></div>
|
|
216
|
+
<div class="quick-search-results-container"></div>
|
|
217
|
+
</div>
|
|
218
|
+
</li>
|
|
219
|
+
<li class="visible-xs" id="search-menu">
|
|
220
|
+
<a href="{relative_path}/search">
|
|
221
|
+
<i class="fa fa-search fa-fw"></i> [[global:search]]
|
|
222
|
+
</a>
|
|
223
|
+
</li>
|
|
224
|
+
</ul>
|
|
225
|
+
<!-- ENDIF config.searchEnabled -->
|
|
226
|
+
|
|
227
|
+
<ul class="nav navbar-nav navbar-right hidden-xs">
|
|
228
|
+
<li>
|
|
229
|
+
<a href="#" id="reconnect" class="hide" title="[[global:reconnecting-message, {config.siteTitle}]]">
|
|
230
|
+
<i class="fa fa-check"></i>
|
|
231
|
+
</a>
|
|
232
|
+
</li>
|
|
233
|
+
</ul>
|
|
234
|
+
|
|
235
|
+
<ul id="main-nav" class="nav navbar-nav">
|
|
236
|
+
{{{each navigation}}}
|
|
237
|
+
<!-- IF function.displayMenuItem, @index -->
|
|
238
|
+
<li class="{navigation.class}{{{ if navigation.dropdown }}} dropdown{{{ end }}}">
|
|
239
|
+
<a title="{navigation.title}" class="navigation-link {{{ if navigation.dropdown }}}dropdown-toggle{{{ end }}}"
|
|
240
|
+
{{{ if navigation.dropdown }}} href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" {{{ else }}} href="{navigation.route}"{{{ end }}} {{{ if navigation.id }}}id="{navigation.id}"{{{ end }}}{{{ if navigation.targetBlank }}} target="_blank"{{{ end }}}>
|
|
241
|
+
{{{ if navigation.iconClass }}}
|
|
242
|
+
<i class="fa fa-fw {navigation.iconClass}" data-content="{navigation.content}"></i>
|
|
243
|
+
{{{ end }}}
|
|
244
|
+
{{{ if navigation.text }}}
|
|
245
|
+
<span class="{navigation.textClass}">{navigation.text}</span>
|
|
246
|
+
{{{ end }}}
|
|
247
|
+
{{{ if navigation.dropdown}}}
|
|
248
|
+
<i class="fa fa-caret-down"></i>
|
|
249
|
+
{{{ end }}}
|
|
250
|
+
</a>
|
|
251
|
+
{{{ if navigation.dropdown }}}
|
|
252
|
+
<ul class="dropdown-menu">
|
|
253
|
+
{navigation.dropdownContent}
|
|
254
|
+
</ul>
|
|
255
|
+
{{{ end }}}
|
|
256
|
+
</li>
|
|
257
|
+
<!-- ENDIF function.displayMenuItem -->
|
|
258
|
+
{{{end}}}
|
|
259
|
+
</ul>
|
|
260
|
+
|
|
261
|
+
<!-- ELSE -->
|
|
262
|
+
<ul class="nav navbar-nav navbar-right">
|
|
263
|
+
<li>
|
|
257
264
|
<a href="{relative_path}/login">
|
|
258
|
-
<i class="fa fa-sign-in fa-fw
|
|
265
|
+
<i class="fa fa-sign-in fa-fw hidden-sm hidden-md hidden-lg"></i>
|
|
259
266
|
<span>[[global:login]]</span>
|
|
260
267
|
</a>
|
|
261
268
|
</li>
|
|
262
269
|
</ul>
|
|
263
|
-
|
|
270
|
+
<!-- ENDIF !maintenanceHeader -->
|
|
264
271
|
</div>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
<div class="panel panel-primary merge-topic-card">
|
|
2
|
+
<div class="panel-heading">
|
|
3
|
+
<h3 class="panel-title">[[topic:thread_tools.merge_topics]]</h3>
|
|
4
|
+
</div>
|
|
5
|
+
<div class="panel-body">
|
|
6
|
+
<p>
|
|
7
|
+
[[topic:merge_topics_instruction]]
|
|
8
|
+
</p>
|
|
9
|
+
<p>
|
|
10
|
+
<div class="input-group">
|
|
11
|
+
<input class="form-control topic-search-input" type="text">
|
|
12
|
+
<span class="input-group-addon">
|
|
13
|
+
<i class="fa fa-search"></i>
|
|
14
|
+
</span>
|
|
15
|
+
</div>
|
|
16
|
+
</p>
|
|
17
|
+
<div style="position: relative;">
|
|
18
|
+
<div class="quick-search-container hidden">
|
|
19
|
+
<div class="text-center loading-indicator"><i class="fa fa-spinner fa-spin"></i></div>
|
|
20
|
+
<div class="quick-search-results-container"></div>
|
|
21
|
+
</div>
|
|
22
|
+
</div>
|
|
23
|
+
<p><strong>[[topic:merge-topic-list-title]]</strong></p>
|
|
24
|
+
<ul class="topics-section">
|
|
25
|
+
{{{each topics}}}
|
|
26
|
+
<li><a href="{config.relative_path}/topic/{topics.tid}"><strong>{topics.title}</strong></a></li>
|
|
27
|
+
{{{end}}}
|
|
28
|
+
</ul>
|
|
29
|
+
<p>
|
|
30
|
+
<strong>[[topic:merge-options]]</strong>
|
|
31
|
+
</p>
|
|
32
|
+
<form>
|
|
33
|
+
<p>
|
|
34
|
+
<input class="merge-main-topic-radio" type="radio" name="merge-topic-option" checked="true"> [[topic:merge-select-main-topic]]
|
|
35
|
+
</p>
|
|
36
|
+
<p>
|
|
37
|
+
<select class="form-control merge-main-topic-select">
|
|
38
|
+
{{{each topics}}}
|
|
39
|
+
<option value="{topics.tid}">{topics.title}</option>
|
|
40
|
+
{{{end}}}
|
|
41
|
+
</select>
|
|
42
|
+
</p>
|
|
43
|
+
<p>
|
|
44
|
+
<input class="merge-new-title-radio" type="radio" name="merge-topic-option"> [[topic:merge-new-title-for-topic]]
|
|
45
|
+
</p>
|
|
46
|
+
<p>
|
|
47
|
+
<input class="merge-new-title-input form-control" type="text">
|
|
48
|
+
</p>
|
|
49
|
+
</form>
|
|
50
|
+
</div>
|
|
51
|
+
<div class="panel-footer">
|
|
52
|
+
|
|
53
|
+
<div class="btn-group pull-right">
|
|
54
|
+
<button class="btn btn-link btn-xs" id="merge_topics_cancel">[[global:buttons.close]]</button>
|
|
55
|
+
<button class="btn btn-primary btn-xs" id="merge_topics_confirm" disabled>[[topic:thread_tools.merge]]</button>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
</div>
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
<div class="row">
|
|
2
|
+
<div class="col-xs-6 col-sm-8 col-md-6">
|
|
3
|
+
<div class="list-group media">
|
|
4
|
+
<button type="button" class="list-group-item" data-type="default">
|
|
5
|
+
<div class="media-left">
|
|
6
|
+
<!-- IF defaultAvatar -->
|
|
7
|
+
<img class="media-object" src="{defaultAvatar}" />
|
|
8
|
+
<!-- ELSE -->
|
|
9
|
+
<div class="user-icon media-object" style="background-color: {icon.bgColor};">{icon.text}</div>
|
|
10
|
+
<!-- ENDIF defaultAvatar -->
|
|
11
|
+
</div>
|
|
12
|
+
<div class="media-body">
|
|
13
|
+
<h4 class="media-heading">[[user:default_picture]]</h4>
|
|
14
|
+
</div>
|
|
15
|
+
</button>
|
|
16
|
+
{{{each pictures}}}
|
|
17
|
+
<button type="button" class="list-group-item" data-type="{pictures.type}">
|
|
18
|
+
<div class="media-left">
|
|
19
|
+
<img class="media-object" src="{pictures.url}" title="{pictures.text}" />
|
|
20
|
+
</div>
|
|
21
|
+
<div class="media-body">
|
|
22
|
+
<h4 class="media-heading">{pictures.text}</h4>
|
|
23
|
+
</div>
|
|
24
|
+
</button>
|
|
25
|
+
{{{end}}}
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
28
|
+
<div class="col-xs-6 col-sm-4 col-md-6">
|
|
29
|
+
<div class="btn-group-vertical btn-block" role="group">
|
|
30
|
+
<!-- IF allowProfileImageUploads -->
|
|
31
|
+
<button type="button" class="btn btn-default" data-action="upload">
|
|
32
|
+
<span class="hidden-xs hidden-sm">
|
|
33
|
+
[[user:upload_new_picture]]
|
|
34
|
+
</span>
|
|
35
|
+
<span class="visible-xs-inline visible-sm-inline">
|
|
36
|
+
<i class="fa fa-plus"></i>
|
|
37
|
+
<i class="fa fa-upload"></i>
|
|
38
|
+
</span>
|
|
39
|
+
</button>
|
|
40
|
+
<!-- ENDIF allowProfileImageUploads -->
|
|
41
|
+
<button type="button" class="btn btn-default" data-action="upload-url">
|
|
42
|
+
<span class="hidden-xs hidden-sm">
|
|
43
|
+
[[user:upload_new_picture_from_url]]
|
|
44
|
+
</span>
|
|
45
|
+
<span class="visible-xs-inline visible-sm-inline">
|
|
46
|
+
<i class="fa fa-plus"></i>
|
|
47
|
+
<i class="fa fa-link"></i>
|
|
48
|
+
</span>
|
|
49
|
+
</button>
|
|
50
|
+
<!-- IF uploaded -->
|
|
51
|
+
<button type="button" class="btn btn-default" data-action="remove-uploaded">
|
|
52
|
+
<span class="hidden-xs hidden-sm">
|
|
53
|
+
[[user:remove_uploaded_picture]]
|
|
54
|
+
</span>
|
|
55
|
+
<span class="visible-xs-inline visible-sm-inline">
|
|
56
|
+
<i class="fa fa-picture-o"></i>
|
|
57
|
+
<i class="fa fa-long-arrow-right"></i>
|
|
58
|
+
<i class="fa fa-trash-o"></i>
|
|
59
|
+
</span>
|
|
60
|
+
</button>
|
|
61
|
+
<!-- ENDIF uploaded -->
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
|
|
66
|
+
<hr />
|
|
67
|
+
|
|
68
|
+
<h4>[[user:avatar-background-colour]]</h4>
|
|
69
|
+
|
|
70
|
+
<label><input type="radio" name="icon:bgColor" value="transparent" /><span></span></label>
|
|
71
|
+
{{{ each iconBackgrounds }}}
|
|
72
|
+
<label><input type="radio" name="icon:bgColor" value="{@value}" /><span style="background-color: {@value};"></span></label>
|
|
73
|
+
{{{ end }}}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<div class="modal" tabindex="-1" role="dialog" aria-labelledby="[[flags:modal-title]]" aria-hidden="true">
|
|
2
|
+
<div class="modal-dialog modal-lg">
|
|
3
|
+
<div class="modal-content">
|
|
4
|
+
<div class="modal-header">
|
|
5
|
+
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
6
|
+
<h4 class="modal-title">
|
|
7
|
+
[[flags:modal-title]]
|
|
8
|
+
</h4>
|
|
9
|
+
</div>
|
|
10
|
+
<div class="modal-body">
|
|
11
|
+
<p class="lead">
|
|
12
|
+
[[flags:modal-body, {type}, {id}]]
|
|
13
|
+
</p>
|
|
14
|
+
<div>
|
|
15
|
+
<div class="radio">
|
|
16
|
+
<label for="flag-reason-spam">
|
|
17
|
+
<input type="radio" name="flag-reason" id="flag-reason-spam" value="[[flags:modal-reason-spam]]">
|
|
18
|
+
[[flags:modal-reason-spam]]
|
|
19
|
+
</label>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="radio">
|
|
23
|
+
<label for="flag-reason-offensive">
|
|
24
|
+
<input type="radio" name="flag-reason" id="flag-reason-offensive" value="[[flags:modal-reason-offensive]]">
|
|
25
|
+
[[flags:modal-reason-offensive]]
|
|
26
|
+
</label>
|
|
27
|
+
</div>
|
|
28
|
+
|
|
29
|
+
<div class="radio">
|
|
30
|
+
<label for="flag-reason-other">
|
|
31
|
+
<input type="radio" name="flag-reason" id="flag-reason-other" value="[[flags:modal-reason-other]]">
|
|
32
|
+
[[flags:modal-reason-other]]
|
|
33
|
+
</label>
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
<div class="form-group">
|
|
37
|
+
<textarea class="form-control" id="flag-reason-custom" placeholder="[[flags:modal-reason-custom]]" disabled="disabled"></textarea>
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
<button type="button" class="btn btn-primary pull-right" id="flag-post-commit" disabled>[[flags:modal-submit]]</button>
|
|
41
|
+
<div class="clear"></div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<div class="form-group">
|
|
2
|
+
<input class="form-control" type="text" placeholder="[[global:user-search-prompt]]" />
|
|
3
|
+
<p class="text-danger"></p>
|
|
4
|
+
<p class="help-block">[[modules:chat.add-user-help]]</p>
|
|
5
|
+
|
|
6
|
+
<hr />
|
|
7
|
+
|
|
8
|
+
<ul class="list-group">
|
|
9
|
+
<li class="list-group-item"><i class="fa fa-spinner fa-spin"></i> [[modules:chat.retrieving-users]]</li>
|
|
10
|
+
</ul>
|
|
11
|
+
</div>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{{{each users}}}
|
|
2
|
+
<li class="list-group-item">
|
|
3
|
+
<!-- IF ../canKick --><button class="pull-right btn btn-xs btn-link" data-action="kick" data-uid="{../uid}">[[modules:chat.kick]]</button><!-- END -->
|
|
4
|
+
{buildAvatar(users, "sm", true)}
|
|
5
|
+
<span>{../username} <!-- IF ../isOwner --><i class="fa fa-star text-warning" title="[[modules:chat.owner]]"></i><!-- END --></span>
|
|
6
|
+
</li>
|
|
7
|
+
{{{end}}}
|