2013-03-15 00:28:35 +08:00
|
|
|
<div class="dashboard-left">
|
2014-09-12 04:30:47 +08:00
|
|
|
{{#if showVersionChecks}}
|
2014-03-07 04:56:33 +08:00
|
|
|
{{partial 'admin/templates/version_checks'}}
|
2013-03-20 01:51:09 +08:00
|
|
|
{{/if}}
|
2013-03-01 04:35:34 +08:00
|
|
|
|
2013-03-16 06:08:46 +08:00
|
|
|
<div class="dashboard-stats trust-levels">
|
2013-03-16 04:17:19 +08:00
|
|
|
<table class="table table-condensed table-hover">
|
2013-03-16 06:08:46 +08:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th> </th>
|
|
|
|
<th>0</th>
|
|
|
|
<th>1</th>
|
|
|
|
<th>2</th>
|
|
|
|
<th>3</th>
|
|
|
|
<th>4</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
{{#unless loading}}
|
2013-05-30 02:08:00 +08:00
|
|
|
{{ render 'admin/templates/reports/trust_levels_report' users_by_trust_level tagName="tbody" }}
|
2013-03-16 06:08:46 +08:00
|
|
|
{{/unless}}
|
2013-03-16 04:17:19 +08:00
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2013-03-23 05:50:22 +08:00
|
|
|
<div class="dashboard-stats totals">
|
2013-07-09 00:21:08 +08:00
|
|
|
<table>
|
|
|
|
<tr>
|
2014-12-09 05:35:49 +08:00
|
|
|
<td class="title"><i class='fa fa-shield'></i> {{i18n 'admin.dashboard.admins'}}</td>
|
2014-11-27 02:05:49 +08:00
|
|
|
<td class="value">{{#link-to 'adminUsersList.show' 'admins'}}{{admins}}{{/link-to}}</td>
|
2014-12-09 05:35:49 +08:00
|
|
|
<td class="title"><i class='fa fa-ban'></i> {{i18n 'admin.dashboard.suspended'}}</td>
|
2014-11-27 02:05:49 +08:00
|
|
|
<td class="value">{{#link-to 'adminUsersList.show' 'suspended'}}{{suspended}}{{/link-to}}</td>
|
2013-07-09 00:21:08 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2014-12-09 05:35:49 +08:00
|
|
|
<td class="title"><i class='fa fa-shield'></i> {{i18n 'admin.dashboard.moderators'}}</td>
|
2014-11-27 02:05:49 +08:00
|
|
|
<td class="value">{{#link-to 'adminUsersList.show' 'moderators'}}{{moderators}}{{/link-to}}</td>
|
2014-12-09 05:35:49 +08:00
|
|
|
<td class="title"><i class='fa fa-ban'></i> {{i18n 'admin.dashboard.blocked'}}</td>
|
2014-11-27 02:05:49 +08:00
|
|
|
<td class="value">{{#link-to 'adminUsersList.show' 'blocked'}}{{blocked}}{{/link-to}}</td>
|
2013-07-09 00:21:08 +08:00
|
|
|
</tr>
|
|
|
|
</table>
|
2013-03-23 05:50:22 +08:00
|
|
|
</div>
|
|
|
|
|
2013-03-15 00:28:35 +08:00
|
|
|
<div class="dashboard-stats">
|
|
|
|
<table class="table table-condensed table-hover">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th> </th>
|
2014-12-09 05:35:49 +08:00
|
|
|
<th>{{i18n 'admin.dashboard.reports.today'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.yesterday'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.last_7_days'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.last_30_days'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.all'}}</th>
|
2013-03-15 00:28:35 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
2013-03-15 06:26:12 +08:00
|
|
|
{{#unless loading}}
|
2013-03-23 02:31:40 +08:00
|
|
|
{{ render 'admin_report_counts' signups }}
|
|
|
|
{{ render 'admin_report_counts' topics }}
|
|
|
|
{{ render 'admin_report_counts' posts }}
|
|
|
|
{{ render 'admin_report_counts' likes }}
|
|
|
|
{{ render 'admin_report_counts' flags }}
|
2013-04-19 02:27:22 +08:00
|
|
|
{{ render 'admin_report_counts' bookmarks }}
|
2014-01-10 05:22:54 +08:00
|
|
|
{{ render 'admin_report_counts' starred }}
|
2013-03-23 02:31:40 +08:00
|
|
|
{{ render 'admin_report_counts' emails }}
|
2013-04-17 04:56:18 +08:00
|
|
|
{{/unless}}
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="dashboard-stats">
|
|
|
|
<table class="table table-condensed table-hover">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2014-12-09 05:35:49 +08:00
|
|
|
<th class="title" title="{{i18n 'admin.dashboard.private_messages_title'}}"><i class="fa fa-envelope"></i> {{i18n 'admin.dashboard.private_messages_short'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.today'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.yesterday'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.last_7_days'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.last_30_days'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.all'}}</th>
|
2013-04-17 04:56:18 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
{{#unless loading}}
|
|
|
|
{{ render 'admin_report_counts' user_to_user_private_messages }}
|
|
|
|
{{ render 'admin_report_counts' system_private_messages }}
|
|
|
|
{{ render 'admin_report_counts' notify_moderators_private_messages }}
|
|
|
|
{{ render 'admin_report_counts' notify_user_private_messages }}
|
|
|
|
{{ render 'admin_report_counts' moderator_warning_private_messages }}
|
2013-03-15 06:26:12 +08:00
|
|
|
{{/unless}}
|
2013-03-15 00:28:35 +08:00
|
|
|
</table>
|
|
|
|
</div>
|
2013-03-08 00:07:59 +08:00
|
|
|
|
2013-03-15 00:28:35 +08:00
|
|
|
<div class="dashboard-stats">
|
|
|
|
<table class="table table-condensed table-hover">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th> </th>
|
2014-12-09 05:35:49 +08:00
|
|
|
<th>{{i18n 'admin.dashboard.reports.today'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.yesterday'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.7_days_ago'}}</th>
|
|
|
|
<th>{{i18n 'admin.dashboard.reports.30_days_ago'}}</th>
|
2013-03-15 00:28:35 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
2013-03-15 06:26:12 +08:00
|
|
|
{{#unless loading}}
|
2013-05-30 02:08:00 +08:00
|
|
|
{{ render 'admin/templates/reports/per_day_counts_report' visits tagName="tbody"}}
|
2013-03-15 06:26:12 +08:00
|
|
|
{{/unless}}
|
2013-03-15 00:28:35 +08:00
|
|
|
</table>
|
|
|
|
</div>
|
2013-03-12 23:57:33 +08:00
|
|
|
</div>
|
2013-05-02 06:12:02 +08:00
|
|
|
|
2013-03-15 00:28:35 +08:00
|
|
|
<div class="dashboard-right">
|
2014-09-12 02:45:35 +08:00
|
|
|
|
|
|
|
{{#if foundProblems}}
|
|
|
|
<div class="dashboard-stats detected-problems">
|
|
|
|
<div class="look-here"><i class="fa fa-exclamation-triangle"></i></div>
|
|
|
|
<div class="problem-messages">
|
|
|
|
<p {{bind-attr class="loadingProblems:invisible"}}>
|
2014-12-09 05:35:49 +08:00
|
|
|
{{i18n 'admin.dashboard.problems_found'}}
|
2014-09-12 02:45:35 +08:00
|
|
|
<ul {{bind-attr class="loadingProblems:invisible"}}>
|
|
|
|
{{#each problem in problems}}
|
|
|
|
<li>{{{problem}}}</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
<p class="actions">
|
2014-12-09 05:35:49 +08:00
|
|
|
<small>{{i18n 'admin.dashboard.last_checked'}}: {{problemsTimestamp}}</small>
|
|
|
|
<button {{action "refreshProblems"}} class="btn btn-small"><i class="fa fa-refresh"></i>{{i18n 'admin.dashboard.refresh_problems'}}</button>
|
2014-09-12 02:45:35 +08:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
</div>
|
|
|
|
{{else}}
|
|
|
|
{{#if thereWereProblems}}
|
|
|
|
<div class="dashboard-stats detected-problems">
|
|
|
|
<div class="look-here"> </div>
|
|
|
|
<div class="problem-messages">
|
|
|
|
<p>
|
2014-12-09 05:35:49 +08:00
|
|
|
{{i18n 'admin.dashboard.no_problems'}}
|
|
|
|
<button {{action "refreshProblems"}} class="btn btn-small"><i class="fa fa-refresh"></i>{{i18n 'admin.dashboard.refresh_problems'}}</button>
|
2014-09-12 02:45:35 +08:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="clearfix"></div>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
2013-05-02 06:12:02 +08:00
|
|
|
|
|
|
|
<div class="dashboard-stats">
|
|
|
|
<table class="table table-condensed table-hover">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2014-12-09 05:35:49 +08:00
|
|
|
<th class="title">{{top_referred_topics.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}})</th>
|
2013-05-06 23:56:35 +08:00
|
|
|
<th>{{top_referred_topics.ytitles.num_clicks}}</th>
|
2013-05-02 06:12:02 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
{{#unless loading}}
|
2013-05-02 23:52:37 +08:00
|
|
|
{{#each data in top_referred_topics.data}}
|
2013-05-02 06:12:02 +08:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2013-07-31 02:45:03 +08:00
|
|
|
<td class="title">
|
|
|
|
<div class="referred-topic-title">
|
|
|
|
<div class="overflow-ellipsis">
|
|
|
|
<a href="/t/{{unbound data.topic_slug}}/{{unbound data.topic_id}}">{{data.topic_title}}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td>
|
2013-05-06 23:56:35 +08:00
|
|
|
<td class="value">{{data.num_clicks}}</td>
|
2013-05-02 06:12:02 +08:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
{{/each}}
|
|
|
|
{{/unless}}
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="dashboard-stats">
|
|
|
|
<table class="table table-condensed table-hover">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2014-12-09 05:35:49 +08:00
|
|
|
<th class="title">{{top_traffic_sources.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}})</th>
|
2013-05-06 23:56:35 +08:00
|
|
|
<th>{{top_traffic_sources.ytitles.num_clicks}}</th>
|
2013-05-02 23:52:37 +08:00
|
|
|
<th>{{top_traffic_sources.ytitles.num_topics}}</th>
|
2013-05-02 06:12:02 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
{{#unless loading}}
|
2013-05-02 23:52:37 +08:00
|
|
|
{{#each top_traffic_sources.data}}
|
2013-05-02 06:12:02 +08:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2013-05-02 23:52:37 +08:00
|
|
|
<td class="title">{{domain}}</td>
|
2013-05-06 23:56:35 +08:00
|
|
|
<td class="value">{{num_clicks}}</td>
|
2013-05-02 23:52:37 +08:00
|
|
|
<td class="value">{{num_topics}}</td>
|
2013-05-02 06:12:02 +08:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
{{/each}}
|
|
|
|
{{/unless}}
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="dashboard-stats">
|
|
|
|
<table class="table table-condensed table-hover">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2014-12-09 05:35:49 +08:00
|
|
|
<th class="title">{{top_referrers.title}} ({{i18n 'admin.dashboard.reports.last_30_days'}})</th>
|
2013-05-06 23:56:35 +08:00
|
|
|
<th>{{top_referrers.ytitles.num_clicks}}</th>
|
2013-05-02 23:52:37 +08:00
|
|
|
<th>{{top_referrers.ytitles.num_topics}}</th>
|
2013-05-02 06:12:02 +08:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
{{#unless loading}}
|
2013-05-02 23:52:37 +08:00
|
|
|
{{#each top_referrers.data}}
|
2013-05-02 06:12:02 +08:00
|
|
|
<tbody>
|
|
|
|
<tr>
|
2013-09-17 02:08:55 +08:00
|
|
|
<td class="title">{{#link-to 'adminUser' this}}{{unbound username}}{{/link-to}}</td>
|
2013-05-06 23:56:35 +08:00
|
|
|
<td class="value">{{num_clicks}}</td>
|
2013-05-02 06:12:02 +08:00
|
|
|
<td class="value">{{num_topics}}</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
{{/each}}
|
|
|
|
{{/unless}}
|
|
|
|
</table>
|
|
|
|
</div>
|
2013-03-12 23:57:33 +08:00
|
|
|
</div>
|
2013-03-15 00:28:35 +08:00
|
|
|
<div class='clearfix'></div>
|
2013-08-03 06:31:25 +08:00
|
|
|
|
|
|
|
<div class="dashboard-stats pull-right">
|
2014-12-09 05:35:49 +08:00
|
|
|
<div class="pull-right">{{i18n 'admin.dashboard.last_updated'}} {{updatedTimestamp}}</div>
|
2013-08-03 06:31:25 +08:00
|
|
|
<div class='clearfix'></div>
|
|
|
|
</div>
|
2014-01-15 01:48:57 +08:00
|
|
|
<div class='clearfix'></div>
|