diff options
author | redmatrix <git@macgirvin.com> | 2016-02-24 18:54:52 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-24 18:54:52 -0800 |
commit | c95d7c69eb3135f137390323a09eb105776ce29c (patch) | |
tree | 5183b1d8e9fde8ff9e7628ad0160c0b78bd35f30 /view/tpl/events_cal-js.tpl | |
parent | 6300f47cdcd921141b8f98b71d373d53aa3d80f2 (diff) | |
download | volse-hubzilla-c95d7c69eb3135f137390323a09eb105776ce29c.tar.gz volse-hubzilla-c95d7c69eb3135f137390323a09eb105776ce29c.tar.bz2 volse-hubzilla-c95d7c69eb3135f137390323a09eb105776ce29c.zip |
issue #216 - calendar sharing
Diffstat (limited to 'view/tpl/events_cal-js.tpl')
-rwxr-xr-x | view/tpl/events_cal-js.tpl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/view/tpl/events_cal-js.tpl b/view/tpl/events_cal-js.tpl new file mode 100755 index 000000000..b3c7ff03b --- /dev/null +++ b/view/tpl/events_cal-js.tpl @@ -0,0 +1,17 @@ +<div class="generic-content-wrapper"> + <div class="section-title-wrapper"> + <div class="pull-right"> + <div class="btn-group"> + <button class="btn btn-default btn-xs" onclick="changeView('prev', false);" title="{{$prev}}"><i class="icon-backward"></i></button> + <button id="events-spinner" class="btn btn-default btn-xs" onclick="changeView('today', false);" title="{{$today}}"><i class="icon-bullseye"></i></button> + <button class="btn btn-default btn-xs" onclick="changeView('next', false);" title="{{$next}}"><i class="icon-forward"></i></button> + </div> + </div> + <h2 id="title"></h2> + <div class="clear"></div> + </div> + <div class="clear"></div> + <div class="section-content-wrapper-np"> + <div id="events-calendar"></div> + </div> +</div> |