43 lines
1.4 KiB
Smarty
43 lines
1.4 KiB
Smarty
<div class="weekview">
|
|
<div class="weekview-controls">
|
|
<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>
|
|
</div>
|
|
<div class="weekview-table">
|
|
<table>
|
|
<thead>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|