Proyectos de Subversion Moodle

Rev

Rev 11 | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

{{!
    This file is part of Moodle - http://moodle.org/

    Moodle is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Moodle is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
}}
{{!
    @template core_courseformat/local/content/section/content

    The internal content of a section.

    Example context (json):
    {
        "num": 3,
        "id": 35,
        "controlmenu": "[tools menu]",
        "header": {
            "name": "Section title",
            "title": "<a href=\"http://moodle/course/view.php?id=5#section-0\">Section title</a>",
            "url": "#",
            "ishidden": true,
            "headinglevel": 3
        },
        "cmlist": {
            "cms": [
                {
                    "cmitem": {
                        "cmformat": {
                            "cmname": "<a class=\"aalink\" href=\"#\"><span class=\"instancename\">Forum example</span></a>",
                            "hasname": "true"
                        },
                        "id": 3,
                        "cmid": 3,
                        "module": "forum",
                        "anchor": "activity-3",
                        "extraclasses": "newmessages"
                    }
                },
                {
                    "cmitem": {
                        "cmformat": {
                            "cmname": "<a class=\"aalink\" href=\"#\"><span class=\"instancename\">Assign example</span></a>",
                            "hasname": "true"
                        },
                        "id": 4,
                        "cmid": 4,
                        "anchor": "activity-4",
                        "module": "assign",
                        "extraclasses": ""
                    }
                }
            ],
            "hascms": true
        },
        "ishidden": false,
        "iscurrent": true,
        "currentlink": "<span class=\"accesshide\">This topic</span>",
        "availability": {
            "info": "<span class=\"badge bg-info\">Hidden from students</span>",
            "hasavailability": true
        },
        "summary": {
            "summarytext": "Summary text!"
        },
        "controlmenu": {
            "menu": "<a href=\"#\" class=\"d-inline-block dropdown-toggle icon-no-margin\">Edit<b class=\"caret\"></b></a>",
            "hasmenu": true
        },
        "cmcontrols": "[Add an activity or resource]",
        "iscoursedisplaymultipage": true,
        "sectionreturnnum": 0,
        "contentcollapsed": false,
        "insertafter": true,
        "numsections": 42,
        "sitehome": false,
        "isstealth": false,
        "highlightedlabel" : "Highlighted"
    }
}}
<div class="course-section-header d-flex"
     data-for="section_title"
     data-id="{{id}}"
     data-number="{{num}}"
>
    {{#singleheader}}
        {{$ core_courseformat/local/content/section/header }}
            {{> core_courseformat/local/content/section/header }}
        {{/ core_courseformat/local/content/section/header }}
    {{/singleheader}}
    {{#header}}
        {{$ core_courseformat/local/content/section/header }}
            {{> core_courseformat/local/content/section/header }}
        {{/ core_courseformat/local/content/section/header }}
    {{/header}}
    {{^singleheader}}
        {{#restrictionlock}}
            <div class="align-self-center ms-2">
                {{#pix}}t/unlock, core{{/pix}}
            </div>
        {{/restrictionlock}}
    {{/singleheader}}
    <div data-region="sectionbadges" class="sectionbadges d-flex align-items-center">
        {{$ core_courseformat/local/content/section/badges }}
            {{> core_courseformat/local/content/section/badges }}
        {{/ core_courseformat/local/content/section/badges }}
    </div>
    {{#collapsemenu}}
        {{^displayonesection}}
            <div class="flex-fill d-flex justify-content-end me-2 align-self-start mt-2">
                <a id="collapsesections"
                   class="section-collapsemenu"
                   href="#"
                   aria-expanded="true"
                   role="button"
                   data-toggle="toggleall"
                >
                    <span class="collapseall text-nowrap">{{#str}}collapseall{{/str}}</span>
                    <span class="expandall text-nowrap">{{#str}}expandall{{/str}}</span>
                </a>
            </div>
        {{/displayonesection}}
    {{/collapsemenu}}
    {{#controlmenu}}
        {{^displayonesection}}
            {{$ core_courseformat/local/content/section/controlmenu }}
                {{> core_courseformat/local/content/section/controlmenu }}
            {{/ core_courseformat/local/content/section/controlmenu }}
        {{/displayonesection}}
    {{/controlmenu}}
    {{#header}}
        {{#headerdisplaymultipage}}
            {{^displayonesection}}
                {{^controlmenu}}
                    <div class="section_goto bulk-hidden ms-auto" data-sectionid="{{id}}">
                        <a href="{{{url}}}"
                           class="btn btn-icon d-flex"
                           title="{{#str}}gotosection, course, {{name}}{{/str}}">
                            <span class="dir-rtl-hide">
                                {{#pix}}t/right, moodle{{/pix}}
                            </span>
                            <span class="dir-ltr-hide">
                                {{#pix}}t/left, moodle, {{#str}}gotosection, course, {{name}}{{/str}}{{/pix}}
                            </span>
                            <span class="visually-hidden">
                                {{#str}}gotosection, course, {{name}}{{/str}}
                            </span>
                        </a>
                    </div>
                {{/controlmenu}}
            {{/displayonesection}}
        {{/headerdisplaymultipage}}
    {{/header}}
</div>
<div id="coursecontentcollapseid{{id}}"
     class="content {{^iscoursedisplaymultipage}}{{^sitehome}}{{^displayonesection}}course-content-item-content collapse {{^contentcollapsed}}show{{/contentcollapsed}}{{/displayonesection}}{{/sitehome}}{{/iscoursedisplaymultipage}}">
    <div class="{{#hasavailability}}description{{/hasavailability}} my-3" data-for="sectioninfo">
        {{#isstealth}}
        <div class="alert alert-warning">
            {{#str}} orphansectionwarning, core_courseformat {{/str}}
        </div>
        {{/isstealth}}
        {{#summary}}
            {{$ core_courseformat/local/content/section/summary }}
                {{> core_courseformat/local/content/section/summary }}
            {{/ core_courseformat/local/content/section/summary }}
        {{/summary}}
        {{#availability}}
            {{$ core_courseformat/local/content/section/availability }}
                {{> core_courseformat/local/content/section/availability }}
            {{/ core_courseformat/local/content/section/availability }}
        {{/availability}}
    </div>
    {{#cmsummary}}
        {{$ core_courseformat/local/content/section/cmsummary }}
            {{> core_courseformat/local/content/section/cmsummary }}
        {{/ core_courseformat/local/content/section/cmsummary }}
    {{/cmsummary}}
    {{#cmlist}}
        {{$ core_courseformat/local/content/section/cmlist }}
            {{> core_courseformat/local/content/section/cmlist }}
        {{/ core_courseformat/local/content/section/cmlist }}
    {{/cmlist}}
    {{{cmcontrols}}}
</div>