]> git.mxchange.org Git - friendica.git/blob - view/templates/friendica.tpl
open channel settings when empty
[friendica.git] / view / templates / friendica.tpl
1 <div id="friendica">
2         <h1>Friendica</h1>
3         <p>{{$about nofilter}}</p>
4         <p>{{$friendica nofilter}}</p>
5         <p>{{$bugs nofilter}}</p>
6         <p>{{$info nofilter}}</p>
7
8         <p>{{$visible_addons.title nofilter}}</p>
9 {{if $visible_addons.list}}
10         <div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">{{$visible_addons.list}}</div>
11 {{/if}}
12
13 {{if $tos}}
14         <p>{{$tos nofilter}}</p>
15 {{/if}}
16
17 {{if $block_list}}
18         <div id="about_blocklist">
19                 <p>{{$block_list.title}}</p>
20                 <table class="table">
21                         <thead>
22                                 <tr>
23                                         <th>{{$block_list.header[0]}}</th>
24                                         <th>{{$block_list.header[1]}}</th>
25                                 </tr>
26                         </thead>
27                         <tbody>
28                         {{foreach $block_list.list as $blocked}}
29                                 <tr>
30                                         <td>{{$blocked.domain}}</td>
31                                         <td>{{$blocked.reason}}</td>
32                                 </tr>
33                         {{/foreach}}
34                         </tbody>
35                 </table>
36                 <p><a rel="nofollow" href="/blocklist/domain/download"><i class="fa fa-download"></i> {{$block_list.download}}</a></p>
37         </div>
38 {{/if}}
39
40         {{$hooked nofilter}}
41 </div>