Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 26... Línea 26...
26
        "summary": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout."
26
        "summary": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout."
27
    }
27
    }
28
}}
28
}}
29
<li class="list-group-item mt-3 p-0 border-0">
29
<li class="list-group-item mt-3 p-0 border-0">
30
    <div data-region="course-events-container" id="course-events-container-{{id}}" data-course-id="{{id}}" class="px-2">
30
    <div data-region="course-events-container" id="course-events-container-{{id}}" data-course-id="{{id}}" class="px-2">
31
        <h4 class="h5 font-weight-bold">{{{fullnamedisplay}}}</h4>
31
        <h4 class="h5 fw-bold">{{{fullnamedisplay}}}</h4>
32
        {{< block_timeline/event-list }}
32
        {{< block_timeline/event-list }}
33
            {{$courseid}}{{id}}{{/courseid}}
33
            {{$courseid}}{{id}}{{/courseid}}
34
        {{/ block_timeline/event-list }}
34
        {{/ block_timeline/event-list }}
35
    </div>
35
    </div>
36
</li>
36
</li>