1 |
efrain |
1 |
{{!
|
|
|
2 |
This file is part of Moodle - http://moodle.org/
|
|
|
3 |
|
|
|
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.
|
|
|
8 |
|
|
|
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.
|
|
|
13 |
|
|
|
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/>.
|
|
|
16 |
}}
|
|
|
17 |
|
|
|
18 |
{{#courseindex}}
|
|
|
19 |
<div class="drawer-toggler drawer-left-toggle open-nav d-print-none">
|
|
|
20 |
<button
|
|
|
21 |
id="courseindexbtn"
|
|
|
22 |
class="btn-drawer btn-drawer--left"
|
|
|
23 |
data-toggler="drawers"
|
|
|
24 |
data-action="toggle"
|
|
|
25 |
data-target="theme_universe-drawers-courseindex"
|
|
|
26 |
data-toggle="tooltip"
|
|
|
27 |
data-placement="right"
|
|
|
28 |
title="{{#str}}opendrawerindex, core{{/str}}"
|
|
|
29 |
>
|
|
|
30 |
<span class="sr-only">{{#str}}opendrawerindex, core{{/str}}</span>
|
|
|
31 |
<svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.99519C2 5.44556 2.44556 5 2.99519 5H11.0048C11.5544 5 12 5.44556 12 5.99519C12 6.54482 11.5544 6.99039 11.0048 6.99039H2.99519C2.44556 6.99039 2 6.54482 2 5.99519Z" fill="currentColor" /><path d="M2 11.9998C2 11.4501 2.44556 11.0046 2.99519 11.0046H21.0048C21.5544 11.0046 22 11.4501 22 11.9998C22 12.5494 21.5544 12.9949 21.0048 12.9949H2.99519C2.44556 12.9949 2 12.5494 2 11.9998Z" fill="currentColor" /><path d="M2.99519 17.0096C2.44556 17.0096 2 17.4552 2 18.0048C2 18.5544 2.44556 19 2.99519 19H15.0048C15.5544 19 16 18.5544 16 18.0048C16 17.4552 15.5544 17.0096 15.0048 17.0096H2.99519Z" fill="currentColor" /></svg>
|
|
|
32 |
</button>
|
|
|
33 |
</div>
|
|
|
34 |
|
|
|
35 |
{{< theme_universe/drawer }}
|
|
|
36 |
{{$id}}theme_universe-drawers-courseindex{{/id}}
|
|
|
37 |
{{$drawerheadercontent}}
|
|
|
38 |
{{> theme_universe/courseindexdrawercontrols}}
|
|
|
39 |
{{/drawerheadercontent}}
|
|
|
40 |
{{$drawerclasses}}drawer drawer-left drawer-course-left drawer-course-index {{#courseindexopen}}show{{/courseindexopen}}{{/drawerclasses}}
|
|
|
41 |
{{$drawercontent}}
|
|
|
42 |
{{{courseindex}}}
|
|
|
43 |
{{/drawercontent}}
|
|
|
44 |
{{$drawerpreferencename}}drawer-open-index{{/drawerpreferencename}}
|
|
|
45 |
{{$drawerstate}}show-drawer-left{{/drawerstate}}
|
|
|
46 |
{{$tooltipplacement}}left{{/tooltipplacement}}
|
|
|
47 |
{{$closebuttontext}}{{#str}}closecourseindex, core{{/str}}{{/closebuttontext}}
|
|
|
48 |
{{/ theme_universe/drawer}}
|
|
|
49 |
{{/courseindex}}
|