]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/friendica.tpl
Replace base wall_thread template by vier version
[friendica.git] / view / templates / friendica.tpl
index 0fa9eac5b32c87f6c5f73d87c59323085527e068..ae181ad825a0d3130421135152166dba5b80749b 100644 (file)
@@ -1,45 +1,41 @@
-<h1>Friendica</h1>
-<br>
-<p>{{$about nofilter}}</p>
-<br>
-<p>{{$friendica nofilter}}</p>
-<br>
-<p>{{$bugs nofilter}}</p>
-<br>
-<p>{{$info nofilter}}</p>
-<br>
+<div id="friendica">
+       <h1>Friendica</h1>
+       <p>{{$about nofilter}}</p>
+       <p>{{$friendica nofilter}}</p>
+       <p>{{$bugs nofilter}}</p>
+       <p>{{$info nofilter}}</p>
 
-<p>{{$visible_addons.title nofilter}}</p>
+       <p>{{$visible_addons.title nofilter}}</p>
 {{if $visible_addons.list}}
-<div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">{{$visible_addons.list nofilter}}</div>
+       <div style="margin-left: 25px; margin-right: 25px; margin-bottom: 25px;">{{$visible_addons.list}}</div>
 {{/if}}
 
 {{if $tos}}
-<p>{{$tos}}</p>
+       <p>{{$tos nofilter}}</p>
 {{/if}}
 
 {{if $block_list}}
-<div id="about_blocklist">
-       <p>{{$block_list.title nofilter}}</p>
-       <br>
-       <table class="table">
-               <thead>
-                       <tr>
-                               <th>{{$block_list.header[0] nofilter}}</th>
-                               <th>{{$block_list.header[1] nofilter}}</th>
-                       </tr>
-               </thead>
-               <tbody>
-               {{foreach $block_list.list as $blocked}}
-                       <tr>
-                               <td>{{$blocked.domain nofilter}}</td>
-                               <td>{{$blocked.reason nofilter}}</td>
-                       </tr>
-               {{/foreach}}
-               </tbody>
-       </table>
-</div>
-
+       <div id="about_blocklist">
+               <p>{{$block_list.title}}</p>
+               <table class="table">
+                       <thead>
+                               <tr>
+                                       <th>{{$block_list.header[0]}}</th>
+                                       <th>{{$block_list.header[1]}}</th>
+                               </tr>
+                       </thead>
+                       <tbody>
+                       {{foreach $block_list.list as $blocked}}
+                               <tr>
+                                       <td>{{$blocked.domain}}</td>
+                                       <td>{{$blocked.reason}}</td>
+                               </tr>
+                       {{/foreach}}
+                       </tbody>
+               </table>
+               <p><a rel="nofollow" href="/blocklist/domain/download"><i class="fa fa-download"></i> {{$block_list.download}}</a></p>
+       </div>
 {{/if}}
 
-{{$hooked}}
+       {{$hooked nofilter}}
+</div>