aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro-green/nets.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-26 11:28:38 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-26 11:28:38 +0200
commit8ded404aaa0d2e89457635d0b67cf9888443d55c (patch)
tree0355d2ea82c247d36d1f787aa484d0c6cd6cbb04 /view/theme/quattro-green/nets.tpl
parent63fa5f6c7706bd150099821e9bf8826cb1cf4dcd (diff)
downloadvolse-hubzilla-8ded404aaa0d2e89457635d0b67cf9888443d55c.tar.gz
volse-hubzilla-8ded404aaa0d2e89457635d0b67cf9888443d55c.tar.bz2
volse-hubzilla-8ded404aaa0d2e89457635d0b67cf9888443d55c.zip
added quaddro templates to quaddro-green
Diffstat (limited to 'view/theme/quattro-green/nets.tpl')
-rwxr-xr-xview/theme/quattro-green/nets.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/quattro-green/nets.tpl b/view/theme/quattro-green/nets.tpl
new file mode 100755
index 000000000..cbadf1361
--- /dev/null
+++ b/view/theme/quattro-green/nets.tpl
@@ -0,0 +1,12 @@
+<div id="nets-sidebar" class="widget">
+ <h3>$title</h3>
+ <div id="nets-desc">$desc</div>
+
+ <ul class="nets-ul">
+ <li class="tool {{ if $sel_all }}selected{{ endif }}"><a href="$base" class="nets-link nets-all">$all</a>
+ {{ for $nets as $net }}
+ <li class="tool {{ if $net.selected }}selected{{ endif }}"><a href="$base?f=&nets=$net.ref" class="nets-link">$net.name</a></li>
+ {{ endfor }}
+ </ul>
+
+</div>