mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
9 lines
393 B
Smarty
9 lines
393 B
Smarty
|
<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>
|