aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/nets.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-12 16:13:10 -0700
committerfriendica <info@friendica.com>2012-04-12 16:13:10 -0700
commit15e74402d45b7a3b7453fd61c41ccc0696a04517 (patch)
tree2d35c4c6c279add755f5933f9da8510a47134530 /view/theme/diabook-red/nets.tpl
parent2b01d2b6e0dd52fc350fdabb895bf7959e2727e1 (diff)
parente3af552bbfff2632bbcf2ce94c3e08ad4a5142d2 (diff)
downloadvolse-hubzilla-15e74402d45b7a3b7453fd61c41ccc0696a04517.tar.gz
volse-hubzilla-15e74402d45b7a3b7453fd61c41ccc0696a04517.tar.bz2
volse-hubzilla-15e74402d45b7a3b7453fd61c41ccc0696a04517.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook-red/nets.tpl')
-rw-r--r--view/theme/diabook-red/nets.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/diabook-red/nets.tpl b/view/theme/diabook-red/nets.tpl
new file mode 100644
index 000000000..fe4baf8d1
--- /dev/null
+++ b/view/theme/diabook-red/nets.tpl
@@ -0,0 +1,11 @@
+<div id="nets-sidebar" class="widget">
+ <h3>$title</h3>
+ <div id="nets-desc">$desc</div>
+
+ <ul class="nets-ul">
+ <li><a style="text-decoration: none;" class="tool" href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a></li>
+ {{ for $nets as $net }}
+ <li class="tool"><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
+ {{ endfor }}
+ </ul>
+</div>