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_tools_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_tools_side.tpl')
-rwxr-xr-x | view/tpl/events_tools_side.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/view/tpl/events_tools_side.tpl b/view/tpl/events_tools_side.tpl new file mode 100755 index 000000000..5e20511fc --- /dev/null +++ b/view/tpl/events_tools_side.tpl @@ -0,0 +1,15 @@ +<div class="widget"> + <h3>{{$title}}</h3> + <ul class="nav nav-pills nav-stacked"> + <li><a href="#" onclick="exportDate(); return false;"><i class="icon-download"></i> {{$export}}</a></li> + <li><a href="#" onclick="openClose('event-upload-form'); return false;"><i class="icon-upload"></i> {{$import}}</a></li> + </ul> + <div id="event-upload-form" style="display: none;"> + <form action="events" enctype="multipart/form-data" method="post" name="event-upload-form" id="event-upload-form"> + <div class="form-group"> + <input id="event-upload-choose" type="file" name="userfile" /> + </div> + <button id="dbtn-submit" class="btn btn-primary btn-xs" type="submit" name="submit" >{{$submit}}</button> + </form> + </div> +</div> |