]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/events-js.tpl
frio: events - adapt changes to the templates of the other themes
[friendica.git] / view / theme / frio / templates / events-js.tpl
1 <div class="generic-page-wrapper">
2         {{$tabs}}
3         {{include file="section_title.tpl" title=$title}}
4
5         <div id="new-event-link"><a onclick="addToModal('{{$new_event.0}}')" >{{$new_event.1}}</a></div>
6
7         <div id="fc-header">
8                 <div id="fc-header-right" class="pull-right">
9                         <ul class="nav nav-pills">
10                                 <li class="dropdown pull-right">
11                                         <a class="btn btn-link btn-sm dropdown-toggle" type="button" id="event-calendar-views" data-toggle="dropdown" aria-expanded="true">
12                                                 <i class="fa fa-angle-down"></i> Views
13                                         </a>
14                                         <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="event-calendar-views">
15                                                 <li role="menuitem">
16
17                                                         <a onclick="changeView('changeView', 'month')">{{$month}}</a>
18                                                 </li>
19                                                 <li role="menuitem">
20
21                                                         <a onclick="changeView('changeView', 'agendaWeek')">{{$week}}</a>
22                                                 </li>
23                                                 <li role="menuitem">
24
25                                                         <a onclick="changeView('changeView', 'agendaDay')">{{$day}}</a>
26                                                 </li>
27                                         </ul>
28                                 </li>
29                         </ul>
30                 </div>
31                 <div id="fc-fc-header-left" class="btn-group">
32                         <button class="btn btn-eventnav" onclick="changeView('prev', false);" title="{{$prev}}"><i class="fa fa-angle-up" aria-hidden="true"></i></i></button>
33                         <button class="btn btn-eventnav btn-separator" onclick="changeView('next', false);" title="{{$next}}"><i class="fa fa-angle-down" aria-hidden="true"></i></i></button>
34                         <button class="btn btn-eventnav btn-separator" onclick="changeView('today', false);" title="{{$today}}"><i class="fa fa-bullseye"></i></button>
35                 </div>
36
37                 <div id="event-calendar-title"><h4 id="fc-title"></h4></div>
38
39         </div>
40         <div id="events-calendar"></div>
41 </div>