]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/federation.tpl
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / templates / admin / federation.tpl
index e80565fd1ba119311ef218be1d3f582ff0529709..dbee2ec3e8dbcb89b72a3d6658d64baabc2933c2 100644 (file)
@@ -10,7 +10,7 @@
        <ul>
                {{foreach $counts as $c}}
                        {{if $c[0]['total'] > 0}}
-                       <li>{{$c[0]['platform']}} ({{$c[0]['total']}} &bull; {{$c[0]['month']}} &bull; {{$c[0]['halfyear']}} &bull; {{$c[0]['users']}})</li>
+                       <li>{{$c[0]['platform']}} ({{$c[0]['total']}}/{{$c[0]['users']}})</li>
                        {{/if}}
                {{/foreach}}
        </ul>
                        <th><strong>{{$c[0]['total']}}</strong></td>
                        <td>{{$c[0]['network']}}</td>
                </tr>
+               <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>
                <tr>
                        <td colspan="3" class="federation-data">
                                <canvas id="{{$c[2]}}Chart" class="federation-network-graph" width="240" height="240"></canvas>