f5e1830cac43c2adbed33c0e6fc8cbd8c98f9fb0
[friendica.git/.git] / view / templates / friendica.tpl
1 <div id="friendica" class="widget">
2         <h1>Friendica</h1>
3         <br>
4         <p>{{$about nofilter}}</p>
5         <br>
6         <p>{{$friendica nofilter}}</p>
7         <br>
8         <p>{{$bugs nofilter}}</p>
9         <br>
10         <p>{{$info nofilter}}</p>
11         <br>
12
13         <p>{{$visible_addons.title nofilter}}</p>
14         {{if $visible_addons.list}}
15         <div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">{{$visible_addons.list nofilter}}</div>
16         {{/if}}
17
18         {{if $tos}}
19         <p>{{$tos nofilter}}</p>
20         {{/if}}
21
22         {{if $block_list}}
23         <div id="about_blocklist">
24                 <p>{{$block_list.title nofilter}}</p>
25                 <br>
26                 <table class="table">
27                         <thead>
28                                 <tr>
29                                         <th>{{$block_list.header[0] nofilter}}</th>
30                                         <th>{{$block_list.header[1] nofilter}}</th>
31                                 </tr>
32                         </thead>
33                         <tbody>
34                         {{foreach $block_list.list as $blocked}}
35                                 <tr>
36                                         <td>{{$blocked.domain nofilter}}</td>
37                                         <td>{{$blocked.reason nofilter}}</td>
38                                 </tr>
39                         {{/foreach}}
40                         </tbody>
41                 </table>
42         </div>
43
44         {{/if}}
45
46 {{$hooked nofilter}}
47 </div>