]> git.mxchange.org Git - friendica.git/blob - view/templates/admin_summary.tpl
34df0db51034509adcc479cfbbd74c1132d67d15
[friendica.git] / view / templates / admin_summary.tpl
1
2 <div id='adminpage'>
3         <h1>{{$title}} - {{$page}}</h1>
4 {{if $showwarning}}
5         <div id="admin-warning-message-wrapper">
6                 <p id="admin-warning-message" class="warning-message">{{$warningtext}}</p>
7         </div>
8 {{/if}}
9
10         <dl>
11                 <dt>{{$queues.label}}</dt>
12                 <dd>{{$queues.deliverq}} - <a href="{{$baseurl}}/admin/queue">{{$queues.queue}}</a>{{if $workeractive}} - {{$queues.workerq}}{{/if}}</dd>
13         </dl>
14         <dl>
15                 <dt>{{$pending.0}}</dt>
16                 <dd>{{$pending.1}}</dt>
17         </dl>
18
19         <dl>
20                 <dt>{{$users.0}}</dt>
21                 <dd>{{$users.1}}</dd>
22         </dl>
23         {{foreach $accounts as $p}}
24                 <dl>
25                         <dt>{{$p.0}}</dt>
26                         <dd>{{if $p.1}}{{$p.1}}{{else}}0{{/if}}</dd>
27                 </dl>
28         {{/foreach}}
29
30
31         <dl>
32                 <dt>{{$plugins.0}}</dt>
33                 
34                 {{foreach $plugins.1 as $p}}
35                         <dd><a href="/admin/plugins/{{$p}}/">{{$p}}</a></dd>
36                 {{/foreach}}
37                 
38         </dl>
39
40         <dl>
41                 <dt>{{$version.0}}</dt>
42                 <dd> {{$platform}} '{{$codename}}' {{$version.1}} - {{$build}}</dt>
43         </dl>
44
45
46 </div>