HEX
Server: Apache
System: Linux webm010.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: iestorre (46869)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/iestorre/moodleAW/moodle310/theme/boost/templates/gradereport_history/user_button.mustache
<div class="{{classes}}">
    <div method="{{method}}" action="{{url}}" id="{{formid}}">
        {{#params}}
            <input type="hidden" name="{{name}}" value="{{value}}">
        {{/params}}
        <input type="button" class="btn btn-secondary selectortrigger"
            id="{{id}}"
            title={{#quote}}{{tooltip}}{{/quote}}
            value={{#quote}}{{label}}{{/quote}}
            {{#disabled}}disabled{{/disabled}}>
    </div>
</div>
{{#hasactions}}
    {{#js}}
        require(['core/yui'], function(Y) {
            {{#actions}}
                Y.on('{{event}}', {{{jsfunction}}}, '#{{id}}', null{{#jsfunctionargs}}, {{{jsfunctionargs}}}{{/jsfunctionargs}});
            {{/actions}}
        });
    {{/js}}
{{/hasactions}}