]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/nets.tpl
template engine rework
[friendica.git] / view / theme / diabook / nets.tpl
1 <div id="profile_side">
2         <h3 style="margin-left: 2px;">$title</h3>
3         <div id="nets-desc">$desc</div>
4    
5         <ul class="menu-profile-side">
6         <li class="menu-profile-list">
7         <span class="menu-profile-icon {{ if $sel_all }}group_selected{{else}}group_unselected{{ endif }}"></span>      
8         <a style="text-decoration: none;" href="$base?nets=all" class="menu-profile-list-item">$all</a></li>
9         {{ for $nets as $net }}
10         <li class="menu-profile-list">
11         <a href="$base?nets=$net.ref" class="menu-profile-list-item">
12         <span class="menu-profile-icon {{ if $net.selected }}group_selected{{else}}group_unselected{{ endif }}"></span>         
13         $net.name       
14         </a></li>
15         {{ endfor }}
16         </ul>
17 </div>