More statistics

This commit is contained in:
Michael 2022-02-07 06:23:49 +00:00
commit 384fe562a8
3 changed files with 28 additions and 10 deletions

View file

@ -63,11 +63,13 @@
<tr>
<td colspan="3" class="federation-summary">
<ul>
{{if $c[0]['total']}}<li>{{$c[0]['totallbl']}}</li>{{/if}}
{{if $c[0]['month']}}<li>{{$c[0]['monthlbl']}}</li>{{/if}}
{{if $c[0]['halfyear']}}<li>{{$c[0]['halfyearlbl']}}</li>{{/if}}
{{if $c[0]['users']}}<li>{{$c[0]['userslbl']}}</li>{{/if}}
{{if $c[0]['posts']}}<li>{{$c[0]['postslbl']}}</li>{{/if}}
{{if $c[0]['postsuserlbl']}}<li>{{$c[0]['postsuserlbl']}}</li>{{/if}}
{{if $c[0]['userssystemlbl']}}<li>{{$c[0]['userssystemlbl']}}</li>{{/if}}
</ul>
</td>
</tr>