aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/nets.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-01-06 09:27:05 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-01-06 09:27:05 +0100
commit98a8693e9ea86d4ee07539ee93162511edb70c12 (patch)
tree3c1cc06c7962824173c2f41e30426067c3464266 /view/theme/testbubble/nets.tpl
parentf9b0af6f2f0c57481a0b5b3dc269b2389f3fa872 (diff)
downloadvolse-hubzilla-98a8693e9ea86d4ee07539ee93162511edb70c12.tar.gz
volse-hubzilla-98a8693e9ea86d4ee07539ee93162511edb70c12.tar.bz2
volse-hubzilla-98a8693e9ea86d4ee07539ee93162511edb70c12.zip
quattro: style network widget
Diffstat (limited to 'view/theme/testbubble/nets.tpl')
-rw-r--r--view/theme/testbubble/nets.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/testbubble/nets.tpl b/view/theme/testbubble/nets.tpl
new file mode 100644
index 000000000..b0cb8890c
--- /dev/null
+++ b/view/theme/testbubble/nets.tpl
@@ -0,0 +1,10 @@
+<div id="nets-sidebar" class="widget">
+ <h3>$title</h3>
+ <div id="nets-desc">$desc</div>
+ <a href="$base" class="nets-link{{ if $sel_all }} nets-selected{{ endif }} nets-all">$all</a>
+ <ul class="nets-ul">
+ {{ for $nets as $net }}
+ <li><a href="$base?nets=$net.ref" class="nets-link{{ if $net.selected }} nets-selected{{ endif }}">$net.name</a></li>
+ {{ endfor }}
+ </ul>
+</div>