2021-01-19 22:20:11 +08:00
|
|
|
{{for start=0 end=6 step=1 itemVar="~row"}}
|
|
|
|
|
<div>
|
|
|
|
|
{{for start=0 end=7 step=1 itemVar="~column"}}
|
2021-02-08 16:22:04 +08:00
|
|
|
<div id="ccn-calendarItem-{{:~row}}-{{:~column}}">
|
|
|
|
|
<p><b id="ccn-calendarItem-title-{{:~row}}-{{:~column}}"> </b></p>
|
|
|
|
|
<p><small id="ccn-calendarItem-desc-{{:~row}}-{{:~column}}"> </small></p>
|
2021-02-10 20:50:53 +08:00
|
|
|
<p><span class="icon is-small"><i class="fas fa-tasks"></i></span><span id="ccn-calendarItem-task-{{:~row}}-{{:~column}}"> </span></p>
|
2021-01-19 22:20:11 +08:00
|
|
|
</div>
|
|
|
|
|
{{/for}}
|
|
|
|
|
</div>
|
|
|
|
|
{{/for}}
|