aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-blue/nets.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-12 20:23:03 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-12 20:23:03 +0200
commit39009b5ac9ee1c2cbcce3ae7fc27e4b00acd03af (patch)
tree3d4d005354933d5facb5aa0d22640f07e1f9f063 /view/theme/diabook-blue/nets.tpl
parent2669a1337832624fad3965acfe6ff946032b8852 (diff)
downloadvolse-hubzilla-39009b5ac9ee1c2cbcce3ae7fc27e4b00acd03af.tar.gz
volse-hubzilla-39009b5ac9ee1c2cbcce3ae7fc27e4b00acd03af.tar.bz2
volse-hubzilla-39009b5ac9ee1c2cbcce3ae7fc27e4b00acd03af.zip
diabook-themes: css-fixes in aside
Diffstat (limited to 'view/theme/diabook-blue/nets.tpl')
-rw-r--r--view/theme/diabook-blue/nets.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/diabook-blue/nets.tpl b/view/theme/diabook-blue/nets.tpl
new file mode 100644
index 000000000..fe4baf8d1
--- /dev/null
+++ b/view/theme/diabook-blue/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>