]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/smarty3/nets.tpl
f77a4ffd8fb49c2fca1acf314d32c4c6d06b74dd
[friendica.git] / view / theme / diabook / smarty3 / nets.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id="profile_side">
6         <h3 style="margin-left: 2px;">{{$title}}</h3>
7         <div id="nets-desc">{{$desc}}</div>
8    
9         <ul class="menu-profile-side">
10         <li class="menu-profile-list">
11         <span class="menu-profile-icon {{if $sel_all}}group_selected{{else}}group_unselected{{/if}}"></span>    
12         <a style="text-decoration: none;" href="{{$base}}?nets=all" class="menu-profile-list-item">{{$all}}</a></li>
13         {{foreach $nets as $net}}
14         <li class="menu-profile-list">
15         <a href="{{$base}}?nets={{$net.ref}}" class="menu-profile-list-item">
16         <span class="menu-profile-icon {{if $net.selected}}group_selected{{else}}group_unselected{{/if}}"></span>               
17         {{$net.name}}   
18         </a></li>
19         {{/foreach}}
20         </ul>
21 </div>