2024-10-01 21:33:14 +02:00
|
|
|
<div class="weekview">
|
|
|
|
|
<div class="weekview-controls">
|
2025-10-20 13:16:00 +02:00
|
|
|
<div class="weekview-control weekview-control-year">
|
|
|
|
|
<label class="weekview-control-label">{{label_control_year}}</label>
|
|
|
|
|
<div class="weekview-control-input">
|
|
|
|
|
<button class="weekview-control-year-prev">◂</button>
|
|
|
|
|
<input type="text"/>
|
|
|
|
|
<button class="weekview-control-year-next">▸</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weekview-control weekview-control-week">
|
|
|
|
|
<label class="weekview-control-label">{{label_control_week}}</label>
|
|
|
|
|
<div class="weekview-control-input">
|
|
|
|
|
<button class="weekview-control-week-prev">◂</button>
|
|
|
|
|
<input type="text"/>
|
|
|
|
|
<button class="weekview-control-week-next">▸</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weekview-control weekview-control-count">
|
|
|
|
|
<label class="weekview-control-label">{{label_control_count}}</label>
|
|
|
|
|
<div class="weekview-control-input">
|
|
|
|
|
<button class="weekview-control-count-prev">◂</button>
|
|
|
|
|
<input type="text"/>
|
|
|
|
|
<button class="weekview-control-count-next">▸</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="weekview-control weekview-control-vertical">
|
|
|
|
|
<label class="weekview-control-label">{{label_control_vertical}}</label>
|
|
|
|
|
<div class="weekview-control-input">
|
|
|
|
|
<input type="checkbox"/>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-10-01 18:28:04 +02:00
|
|
|
</div>
|
2024-10-01 21:33:14 +02:00
|
|
|
<div class="weekview-table">
|
2024-10-01 18:28:04 +02:00
|
|
|
<table>
|
|
|
|
|
<thead>
|
|
|
|
|
</thead>
|
|
|
|
|
<tbody>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|