aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro/fileas_widget.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-03-28 13:37:04 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-03-28 13:37:04 +0200
commit0f2a34c23b2da277af88bbd36c1871f3c58e6420 (patch)
tree019d09087b267e4107ea035b78112a05d89c637a /view/theme/quattro/fileas_widget.tpl
parent767245e9ff05a1d54787711f68f0ce5ff3d1e26f (diff)
downloadvolse-hubzilla-0f2a34c23b2da277af88bbd36c1871f3c58e6420.tar.gz
volse-hubzilla-0f2a34c23b2da277af88bbd36c1871f3c58e6420.tar.bz2
volse-hubzilla-0f2a34c23b2da277af88bbd36c1871f3c58e6420.zip
quattro: tpl for "file as"
Diffstat (limited to 'view/theme/quattro/fileas_widget.tpl')
-rw-r--r--view/theme/quattro/fileas_widget.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/quattro/fileas_widget.tpl b/view/theme/quattro/fileas_widget.tpl
new file mode 100644
index 000000000..1e5a76044
--- /dev/null
+++ b/view/theme/quattro/fileas_widget.tpl
@@ -0,0 +1,12 @@
+<div id="fileas-sidebar" class="widget">
+ <h3>$title</h3>
+ <div id="nets-desc">$desc</div>
+
+ <ul class="fileas-ul">
+ <li class="tool {{ if $sel_all }}selected{{ endif }}"><a href="$base" class="fileas-link fileas-all">$all</a></li>
+ {{ for $terms as $term }}
+ <li class="tool {{ if $term.selected }}selected{{ endif }}"><a href="$base?f=&file=$term.name" class="fileas-link">$term.name</a></li>
+ {{ endfor }}
+ </ul>
+
+</div>