diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 13:37:04 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-28 13:37:04 +0200 |
commit | 0f2a34c23b2da277af88bbd36c1871f3c58e6420 (patch) | |
tree | 019d09087b267e4107ea035b78112a05d89c637a /view/theme | |
parent | 767245e9ff05a1d54787711f68f0ce5ff3d1e26f (diff) | |
download | volse-hubzilla-0f2a34c23b2da277af88bbd36c1871f3c58e6420.tar.gz volse-hubzilla-0f2a34c23b2da277af88bbd36c1871f3c58e6420.tar.bz2 volse-hubzilla-0f2a34c23b2da277af88bbd36c1871f3c58e6420.zip |
quattro: tpl for "file as"
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/quattro/fileas_widget.tpl | 12 |
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> |