Initial commit
This commit is contained in:
34
app/plugins/calendar/views/byMonth.html
Normal file
34
app/plugins/calendar/views/byMonth.html
Normal file
@ -0,0 +1,34 @@
|
||||
<h2 class="pull-left">
|
||||
<a href="{ROOT_URL}calendar/byMonth/{calendarID}?month={lastMonth}&year={lastMonthYear}" role="button" class="btn btn-primary">
|
||||
<i class="glyphicon glyphicon-chevron-left"></i>
|
||||
</a>
|
||||
<span class="dateMonthContainer">{dateMonth}</span>
|
||||
<a href="{ROOT_URL}calendar/byMonth/{calendarID}?month={nextMonth}&year={nextMonthYear}" 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}
|
||||
<!-- Week 2 -->
|
||||
{week2Element}
|
||||
<!-- Week 3 -->
|
||||
{week3Element}
|
||||
<!-- Week 4 -->
|
||||
{week4Element}
|
||||
<!-- Week 5 -->
|
||||
{week5Element}
|
||||
<!-- Week 6 -->
|
||||
{week6Element}
|
||||
</div>
|
Reference in New Issue
Block a user