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
{{#hasblocks}}
18
    <button id="sidepreopen-control" class="btn icon-no-margin drawer-toggler drawer-right-toggle ml-auto d-print-none" data-toggler="drawers" data-action="toggle" data-target="theme-drawers-blocks" data-toggle="tooltip" data-placement="right" title="{{#str}}opendrawerblocks, core{{/str}}">
19
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
20
            <path d="M19.25 4.75V19.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
21
            <path d="M4.75 12H15.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
22
            <path d="M8.25 8.75L4.75 12L8.25 15.25" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
23
        </svg>
24
    </button>
25
 
26
    {{< theme_monocolor/drawer-right }}
27
    {{$id}}theme-drawers-blocks{{/id}}
28
    {{$drawerclasses}}rui-blocks-column rui-blocks-area drawer drawer-right{{#blockdraweropen}} show{{/blockdraweropen}}{{/drawerclasses}}
29
    {{$drawercontent}}
30
    <section class="d-print-none" aria-label="{{#str}}blocks{{/str}}">
31
        {{{ addblockbutton }}}
32
        {{{ sidepreblocks }}}
33
    </section>
34
    {{/drawercontent}}
35
    {{$drawerpreferencename}}drawer-open-block{{/drawerpreferencename}}
36
    {{$forceopen}}{{#forceblockdraweropen}}1{{/forceblockdraweropen}}{{/forceopen}}
37
    {{$drawerstate}}show-drawer-right{{/drawerstate}}
38
    {{$tooltipplacement}}left{{/tooltipplacement}}
39
    {{$drawercloseonresize}}1{{/drawercloseonresize}}
40
    {{$closebuttontext}}{{#str}}closeblockdrawer, core{{/str}}{{/closebuttontext}}
41
    {{/ theme_monocolor/drawer-right}}
42
{{/hasblocks}}