]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/smarty3/nets.tpl
b9c6b828ff74dc0011c08ba2322bb40ad6906da5
[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  *}}
6 <div id="profile_side">
7         <h3 style="margin-left: 2px;">{{$title}}</h3>
8         <div id="nets-desc">{{$desc}}</div>
9    
10         <ul class="menu-profile-side">
11         <li class="menu-profile-list">
12         <span class="menu-profile-icon {{if $sel_all}}group_selected{{else}}group_unselected{{/if}}"></span>    
13         <a style="text-decoration: none;" href="{{$base}}?nets=all" class="menu-profile-list-item">{{$all}}</a></li>
14         {{foreach $nets as $net}}
15         <li class="menu-profile-list">
16         <a href="{{$base}}?nets={{$net.ref}}" class="menu-profile-list-item">
17         <span class="menu-profile-icon {{if $net.selected}}group_selected{{else}}group_unselected{{/if}}"></span>               
18         {{$net.name}}   
19         </a></li>
20         {{/foreach}}
21         </ul>
22 </div>