aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero/nets.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-01-06 00:42:06 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-01-06 00:42:06 -0800
commitad02af4e8fe88566ea6255af3fabac6393b1c916 (patch)
treefe66ebfe8ea6a61e2da151766af733a44366c2ff /view/theme/duepuntozero/nets.tpl
parentcfe8094b458c62cbab0b79dd957c31dbf60a26c4 (diff)
parenta5a6719283bd246e78427cff82aad951a3db310d (diff)
downloadvolse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.gz
volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.tar.bz2
volse-hubzilla-ad02af4e8fe88566ea6255af3fabac6393b1c916.zip
Merge pull request #23 from fabrixxm/master
Theme works
Diffstat (limited to 'view/theme/duepuntozero/nets.tpl')
-rw-r--r--view/theme/duepuntozero/nets.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/nets.tpl b/view/theme/duepuntozero/nets.tpl
new file mode 100644
index 000000000..b0cb8890c
--- /dev/null
+++ b/view/theme/duepuntozero/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>