diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-27 22:53:36 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-27 22:53:36 +0100 |
commit | fce1dc083b0d6d8294463b9e698924f6f53593cd (patch) | |
tree | b538b3b0bb7b8af381ed8b39076552755aed1289 /view/tpl/events_menu_side.tpl | |
parent | bcfa72ed310f05dc9a5fca9e724c07b7216aa7fd (diff) | |
download | volse-hubzilla-fce1dc083b0d6d8294463b9e698924f6f53593cd.tar.gz volse-hubzilla-fce1dc083b0d6d8294463b9e698924f6f53593cd.tar.bz2 volse-hubzilla-fce1dc083b0d6d8294463b9e698924f6f53593cd.zip |
add templates
Diffstat (limited to 'view/tpl/events_menu_side.tpl')
-rwxr-xr-x | view/tpl/events_menu_side.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/events_menu_side.tpl b/view/tpl/events_menu_side.tpl new file mode 100755 index 000000000..b9a9062b1 --- /dev/null +++ b/view/tpl/events_menu_side.tpl @@ -0,0 +1,8 @@ +<div class="widget"> + <h3>{{$title}}</h3> + <ul class="nav nav-pills nav-stacked"> + <li><a href="#" onclick="changeView('changeView', 'month'); return false;">{{$month}}</a></li> + <li><a href="#" onclick="changeView('changeView', 'agendaWeek'); return false;">{{$week}}</a></li> + <li><a href="#" onclick="changeView('changeView', 'agendaDay'); return false;">{{$day}}</a></li> + </ul> +</div> |