Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
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
    @template block_myoverview/course-action-menu
19
 
20
    This template renders action menu for each course.
21
 
22
    Example context (json):
23
    {
24
        "isfavourite": true
25
    }
26
}}
27
<div class="ml-auto dropdown">
28
    <button class="rui-coursemenu-btn"
29
        type="button"
30
        data-toggle="dropdown"
31
        aria-haspopup="true"
32
        aria-expanded="false">
33
 
34
            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
35
                <path d="M9.75 5.75H19.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
36
                <path d="M9.75 18.25H19.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
37
                <path d="M4.75 12H19.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
38
            </svg>
39
            <span class="sr-only">
40
                {{#str}} aria:courseactions, block_myoverview {{/str}} {{{fullname}}}
41
            </span>
42
    </button>
43
    <div class="dropdown-menu dropdown-menu-right">
44
        <a class="dropdown-item {{#isfavourite}}hidden{{/isfavourite}}" href="#"
45
            data-action="add-favourite"
46
            data-course-id="{{id}}"
47
            aria-controls="favorite-icon-{{ id }}-{{ uniqid }}"
48
            >
49
            <svg class="mr-2" width="18" height="18" fill="none" viewBox="0 0 24 24">
50
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.75L13.75 10.25H19.25L14.75 13.75L16.25 19.25L12 15.75L7.75 19.25L9.25 13.75L4.75 10.25H10.25L12 4.75Z"></path>
51
            </svg>
52
            {{#str}} addtofavourites, block_myoverview {{/str}}
53
            <div class="sr-only">
54
                {{#str}} aria:addtofavourites, block_myoverview {{/str}} {{{fullname}}}
55
            </div>
56
        </a>
57
        <a class="dropdown-item {{^isfavourite}}hidden{{/isfavourite}}" href="#"
58
            data-action="remove-favourite"
59
            data-course-id="{{id}}"
60
            aria-controls="favorite-icon-{{ id }}-{{ uniqid }}"
61
            >
62
            <svg class="mr-2" width="18" height="18" fill="none" viewBox="0 0 24 24">
63
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.75 12C4.75 7.99594 7.99594 4.75 12 4.75V4.75C16.0041 4.75 19.25 7.99594 19.25 12V12C19.25 16.0041 16.0041 19.25 12 19.25V19.25C7.99594 19.25 4.75 16.0041 4.75 12V12Z"></path>
64
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 9.75L14.25 14.25"></path>
65
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.25 9.75L9.75 14.25"></path>
66
            </svg>
67
            {{#str}} removefromfavourites, block_myoverview {{/str}}
68
            <div class="sr-only">
69
                {{#str}} aria:removefromfavourites, block_myoverview {{/str}} {{{fullname}}}
70
            </div>
71
        </a>
72
        <a class="dropdown-item {{^hidden}}hidden{{/hidden}}" href="#"
73
            data-action="show-course"
74
            data-course-id="{{id}}"
75
            aria-controls="favorite-icon-{{ id }}-{{ uniqid }}"
76
            >
77
            <svg class="mr-2" width="18" height="18" fill="none" viewBox="0 0 24 24">
78
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.25 12C19.25 13 17.5 18.25 12 18.25C6.5 18.25 4.75 13 4.75 12C4.75 11 6.5 5.75 12 5.75C17.5 5.75 19.25 11 19.25 12Z"></path>
79
                <circle cx="12" cy="12" r="2.25" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></circle>
80
            </svg>
81
            {{#str}} show, block_myoverview {{/str}}
82
            <div class="sr-only">
83
                {{#str}} aria:showcourse, block_myoverview, {{fullname}} {{/str}}
84
            </div>
85
        </a>
86
        <a class="dropdown-item {{#hidden}}hidden{{/hidden}}" href="#"
87
            data-action="hide-course"
88
            data-course-id="{{id}}"
89
            aria-controls="favorite-icon-{{ id }}-{{ uniqid }}"
90
            >
91
            <svg class="mr-2" width="18" height="18" fill="none" viewBox="0 0 24 24">
92
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.6247 10C19.0646 10.8986 19.25 11.6745 19.25 12C19.25 13 17.5 18.25 12 18.25C11.2686 18.25 10.6035 18.1572 10 17.9938M7 16.2686C5.36209 14.6693 4.75 12.5914 4.75 12C4.75 11 6.5 5.75 12 5.75C13.7947 5.75 15.1901 6.30902 16.2558 7.09698"></path>
93
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19.25 4.75L4.75 19.25"></path>
94
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10.409 13.591C9.53033 12.7123 9.53033 11.2877 10.409 10.409C11.2877 9.5303 12.7123 9.5303 13.591 10.409"></path>
95
            </svg>
96
            {{#str}} hidecourse, block_myoverview {{/str}}
97
            <div class="sr-only">
98
                {{#str}} aria:hidecourse, block_myoverview, {{fullname}} {{/str}}
99
            </div>
100
        </a>
101
    </div>
102
</div>