]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/nets.tpl
diabook-themes: small bug/css-fixes ---> ver. 1.019
[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" class="menu-profile-list-item">$all</a></li>
9         {{ for $nets as $net }}
10         <li class="menu-profile-list">
11         <span class="menu-profile-icon {{ if $net.selected }}group_selected{{else}}group_unselected{{ endif }}"></span> 
12         <a href="$base?nets=$net.ref" class="menu-profile-list-item">$net.name</a></li>
13         {{ endfor }}
14         </ul>
15 </div>