frontend-dali/source/widgets/weekview/templates/main.html.tpl

13 lines
188 B
Smarty
Raw Normal View History

<div class="weekview">
<div class="weekview-controls">
2024-10-01 18:28:04 +02:00
</div>
<div class="weekview-table">
2024-10-01 18:28:04 +02:00
<table>
<thead>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>