35 lines
1.1 KiB
Smarty
35 lines
1.1 KiB
Smarty
<div class="weekview">
|
|
<div class="weekview-controls">
|
|
<label class="weekview-control weekview-control-year">
|
|
<span>{{label_control_year}}</span>
|
|
<input type="number"/>
|
|
</label>
|
|
<label class="weekview-control weekview-control-week">
|
|
<span>{{label_control_week}}</span>
|
|
<input type="number"/>
|
|
</label>
|
|
<label class="weekview-control weekview-control-count">
|
|
<span>{{label_control_count}}</span>
|
|
<input type="number"/>
|
|
</label>
|
|
<input type="submit" class="weekview-control weekview-control-apply" value="{{label_control_apply}}"/>
|
|
</div>
|
|
<div class="weekview-table">
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th class="calendar-cell"></th>
|
|
<th class="calendar-cell calendar-cell-day">Mo</th>
|
|
<th class="calendar-cell calendar-cell-day">Di</th>
|
|
<th class="calendar-cell calendar-cell-day">Mi</th>
|
|
<th class="calendar-cell calendar-cell-day">Do</th>
|
|
<th class="calendar-cell calendar-cell-day">Fr</th>
|
|
<th class="calendar-cell calendar-cell-day">Sa</th>
|
|
<th class="calendar-cell calendar-cell-day">So</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|