2 This file is part of Moodle - http://moodle.org/
4 Moodle is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
9 Moodle is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with Moodle. If not, see <http://www.gnu.org/licenses/>.
18 @template block_myoverview/view-list
20 This template renders the list view for the myoverview block.
22 Example context (json):
26 "name": "Assignment due 1",
27 "viewurl": "https://moodlesite/course/view.php?id=2",
28 "courseimage": "https://moodlesite/pluginfile/123/course/overviewfiles/123.jpg",
29 "fullname": "course 3",
32 "coursecategory": "Miscellaneous"
38 <ul class="list-group">
40 <li class="list-group-item course-listitem"
41 data-region="course-content"
42 data-course-id="{{{id}}}">
43 <div class="row-fluid">
44 <div class="{{#hasprogress}}col-md-6 span6{{/hasprogress}}{{^hasprogress}}col-md-11 span11{{/hasprogress}} d-flex align-items-center">
45 <a href="{{viewurl}}" class="coursename">
46 <div class="text-muted muted d-flex" style="flex-flow:wrap;">
47 <span class="sr-only">
48 {{#str}}aria:coursecategory, core_course{{/str}}
50 <div>{{{coursecategory}}}</div>
52 <div class="pl-1 pr-1">|</div>
53 <span class="sr-only">
54 {{#str}}aria:courseshortname, core_course{{/str}}
56 <div>{{{shortname}}}</div>
59 {{> core_course/favouriteicon }}
60 <span class="sr-only">
61 {{#str}}aria:coursename, core_course{{/str}}
67 <div class="col-md-5 span5 pt-1">
68 {{> block_myoverview/progress-bar}}
71 <div class="col-md-1 span1 p-0 d-flex">
72 {{> block_myoverview/course-action-menu }}