Merge pull request #4413 from rabuzarus/20180207_-_frio_admin_summery_tpl
Frio: add admin summary template
This commit is contained in:
commit
96c7640441
|
@ -2,10 +2,11 @@
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
<p>{{$intro1}}</p>
|
<p>{{$intro1}}</p>
|
||||||
<p>{{$intro2}}</p>
|
<p>{{$intro2}}</p>
|
||||||
</div>
|
|
||||||
|
|
||||||
<form action="{{$baseurl}}/admin/deleteitem" method="post">
|
<form action="{{$baseurl}}/admin/deleteitem" method="post">
|
||||||
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
|
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
|
||||||
{{include file="field_input.tpl" field=$deleteitemguid}}
|
{{include file="field_input.tpl" field=$deleteitemguid}}
|
||||||
<div class="submit"><input type="submit" name="page_deleteitem_submit" value="{{$submit}}" /></div>
|
<div class="submit"><input type="submit" name="page_deleteitem_submit" value="{{$submit}}" /></div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
<script src="{{$baseurl}}/vendor/asset/Chart-js/dist/Chart.min.js"></script>
|
<script src="{{$baseurl}}/vendor/asset/Chart-js/dist/Chart.min.js"></script>
|
||||||
<div id="adminpage">
|
<div id="adminpage">
|
||||||
<h1>{{$title}} - {{$page}}</h1>
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
<canvas id="FederationChart" class="federation-graph" width="320" height="320"></canvas>
|
<canvas id="FederationChart" class="federation-graph" width="320" height="320"></canvas>
|
||||||
<p>{{$intro}}</p>
|
<p>{{$intro}}</p>
|
||||||
|
|
||||||
{{if not $autoactive}}
|
{{if not $autoactive}}
|
||||||
<p class="error-message">{{$hint}}</p>
|
<p class="error-message">{{$hint}}</p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<p>{{$legendtext}}</p>
|
<p>{{$legendtext}}</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{{foreach $counts as $c}}
|
{{foreach $counts as $c}}
|
||||||
{{if $c[0]['total'] > 0}}
|
{{if $c[0]['total'] > 0}}
|
||||||
|
@ -14,7 +18,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
<script>
|
<script>
|
||||||
var FedData = {
|
var FedData = {
|
||||||
datasets: [{
|
datasets: [{
|
||||||
|
@ -116,3 +120,4 @@ var my{{$c[2]}}DoughnutChart = new Chart(ctx, {
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
<div id="adminpage">
|
||||||
<h1>{{$title}}</h1>
|
<h1>{{$title}}</h1>
|
||||||
|
|
||||||
<form action="admin/features" method="post" autocomplete="off">
|
<form action="admin/features" method="post" autocomplete="off">
|
||||||
|
@ -19,3 +21,4 @@
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
|
|
||||||
|
<div id="adminpage">
|
||||||
<h2>{{$banner}}</h2>
|
<h2>{{$banner}}</h2>
|
||||||
|
|
||||||
<div id="failed_updates_desc">{{$desc}}</div>
|
<div id="failed_updates_desc">{{$desc}}</div>
|
||||||
|
|
||||||
{{if $failed}}
|
{{if $failed}}
|
||||||
{{foreach $failed as $f}}
|
{{foreach $failed as $f}}
|
||||||
|
|
||||||
<h4>{{$f}}</h4>
|
<h4>{{$f}}</h4>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{$base}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li>
|
<li><a href="{{$base}}/admin/dbsync/mark/{{$f}}">{{$mark}}</a></li>
|
||||||
<li><a href="{{$base}}/admin/dbsync/{{$f}}">{{$apply}}</a></li>
|
<li><a href="{{$base}}/admin/dbsync/{{$f}}">{{$apply}}</a></li>
|
||||||
|
@ -15,4 +16,4 @@
|
||||||
<hr />
|
<hr />
|
||||||
{{/foreach}}
|
{{/foreach}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
</div>
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
|
|
||||||
|
<div id="adminpage">
|
||||||
<h2>{{$banner}}</h2>
|
<h2>{{$banner}}</h2>
|
||||||
|
|
||||||
<p><a href="{{$base}}/admin/dbsync/check">{{$check}}</a></p>
|
<p><a href="{{$base}}/admin/dbsync/check">{{$check}}</a></p>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
</div>
|
||||||
|
|
|
@ -2112,7 +2112,7 @@ ul.dropdown-menu li:hover {
|
||||||
.allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
|
.allfriends-content-wrapper, .match-content-wrapper, .dirfind-content-wrapper,
|
||||||
.directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
|
.directory-content-wrapper, .manage-content-wrapper, .notes-content-wrapper,
|
||||||
.message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
|
.message-content-wrapper, .apps-content-wrapper, .photos-content-wrapper,
|
||||||
.admin-content-wrapper, .viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
|
#adminpage, .viewcontacts-content-wrapper, .dfrn_request-content-wrapper,
|
||||||
.friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
|
.friendica-content-wrapper, .credits-content-wrapper, .nogroup-content-wrapper,
|
||||||
.profperm-content-wrapper {
|
.profperm-content-wrapper {
|
||||||
min-height: calc(100vh - 150px);
|
min-height: calc(100vh - 150px);
|
||||||
|
@ -2829,6 +2829,9 @@ section.help-content-wrapper li {
|
||||||
#adminpage #frio_background_image.input-group {
|
#adminpage #frio_background_image.input-group {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
#admin-summary-wrapper {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
#adminpage ul#pluginslist, li.plugin {
|
#adminpage ul#pluginslist, li.plugin {
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,64 @@
|
||||||
|
|
||||||
|
<div id='adminpage-summery' class="adminpage generic-page-wrapper">
|
||||||
|
<h1>{{$title}} - {{$page}}</h1>
|
||||||
|
|
||||||
|
{{if $showwarning}}
|
||||||
|
<div id="admin-warning-message-wrapper" class="alert alert-warning">
|
||||||
|
{{foreach $warningtext as $wt}}
|
||||||
|
<p>{{$wt}}</p>
|
||||||
|
{{/foreach}}
|
||||||
|
</div>
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
<div id="admin-summary-wrapper">
|
||||||
|
{{* The work queues short statistic. *}}
|
||||||
|
<div id="admin-summary-queues" class="col-lg-12 col-md-12 col-sm-12 col-xs-12 admin-summary">
|
||||||
|
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 admin-summary-label-name text-muted">{{$queues.label}}</div>
|
||||||
|
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry"><a href="{{$baseurl}}/admin/queue">{{$queues.queue}}</a> - {{$queues.workerq}}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{* Number of pending registrations. *}}
|
||||||
|
<div id="admin-summary-pending" class="col-lg-12 col-md-12 col-sm-12 col-xs-12 admin-summary">
|
||||||
|
<hr class="admin-summary-separator">
|
||||||
|
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 admin-summary-label-name text-muted">{{$pending.0}}</div>
|
||||||
|
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry">{{$pending.1}}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{* Number of registered users *}}
|
||||||
|
<div id="admin-summary-users" class="col-lg-12 col-md-12 col-sm-12 col-xs-12 admin-summary">
|
||||||
|
<hr class="admin-summary-separator">
|
||||||
|
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 admin-summary-label-name text-muted">{{$users.0}}</div>
|
||||||
|
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry">{{$users.1}}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{* Account types of registered users. *}}
|
||||||
|
{{foreach $accounts as $p}}
|
||||||
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 admin-summary">
|
||||||
|
<hr class="admin-summary-separator">
|
||||||
|
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 admin-summary-label-name text-muted">{{$p.0}}</div>
|
||||||
|
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry">{{if $p.1}}{{$p.1}}{{else}}0{{/if}}</div>
|
||||||
|
</div>
|
||||||
|
{{/foreach}}
|
||||||
|
|
||||||
|
{{* List enabled addons. *}}
|
||||||
|
<div id="admin-summary-addons" class="col-lg-12 col-md-12 col-sm-12 col-xs-12 admin-summary">
|
||||||
|
<hr class="admin-summary-separator">
|
||||||
|
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 admin-summary-label-name text-muted">{{$addons.0}}</div>
|
||||||
|
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry">
|
||||||
|
{{foreach $addons.1 as $p}}
|
||||||
|
<a href="/admin/addons/{{$p}}/">{{$p}}</a><br>
|
||||||
|
{{/foreach}}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{{* The Friendica version. *}}
|
||||||
|
<div id="admin-summary-version" class="col-lg-12 col-md-12 col-sm-12 col-xs-12 admin-summary">
|
||||||
|
<hr class="admin-summary-separator">
|
||||||
|
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 admin-summary-label-name text-muted">{{$version.0}}</div>
|
||||||
|
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12 admin-summary-entry">{{$platform}} '{{$codename}}' {{$version.1}} - {{$build}}</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="clear"></div>
|
||||||
|
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user