Initial commit
This commit is contained in:
25
app/plugins/calendar/views/byWeek.html
Normal file
25
app/plugins/calendar/views/byWeek.html
Normal file
@ -0,0 +1,25 @@
|
||||
|
||||
<h2 class="pull-left">
|
||||
<a href="{ROOT_URL}calendar/byWeek/{calendarID}?month={lastWeekMonth}&day={lastWeek}&year={lastYear}" role="button" class="btn btn-primary">
|
||||
<i class="glyphicon glyphicon-chevron-left"></i>
|
||||
</a>
|
||||
<span class="dateWeekContainer">{dateWeek}</span>
|
||||
<a href="{ROOT_URL}calendar/byWeek/{calendarID}?month={nextWeekMonth}&day={nextWeek}&year={nextYear}" role="button" class="btn btn-primary">
|
||||
<i class="glyphicon glyphicon-chevron-right"></i>
|
||||
</a>
|
||||
</h2>
|
||||
{dateDropdown}
|
||||
<div class="container-fluid">
|
||||
<!-- Header -->
|
||||
<div class="row calendar-row">
|
||||
<div class="col-xs-1 calendar-cell"><h4>Sunday</h4></div>
|
||||
<div class="col-xs-1 calendar-cell"><h4>Monday</h4></div>
|
||||
<div class="col-xs-1 calendar-cell"><h4>Tuesday</h4></div>
|
||||
<div class="col-xs-1 calendar-cell"><h4>Wednesday</h4></div>
|
||||
<div class="col-xs-1 calendar-cell"><h4>Thursday</h4></div>
|
||||
<div class="col-xs-1 calendar-cell"><h4>Friday</h4></div>
|
||||
<div class="col-xs-1 calendar-cell"><h4>Saturday</h4></div>
|
||||
</div>
|
||||
<!-- Week 1 -->
|
||||
{week1Element}
|
||||
</div>
|
Reference in New Issue
Block a user