Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 33... Línea 33...
33
    Example context (json):
33
    Example context (json):
34
    { }
34
    { }
35
}}
35
}}
36
<a href="#previous" data-action="previous-user" aria-label="{{#str}} previoususer, mod_assign {{/str}}" title="{{#str}} previoususer, mod_assign {{/str}}">{{{larrow}}}</a>
36
<a href="#previous" data-action="previous-user" aria-label="{{#str}} previoususer, mod_assign {{/str}}" title="{{#str}} previoususer, mod_assign {{/str}}">{{{larrow}}}</a>
37
<span data-region="input-field">
37
<span data-region="input-field">
38
    <label for="change-user-select" class="sr-only">{{#str}} changeuser, mod_assign {{/str}}</label>
38
    <label for="change-user-select" class="visually-hidden">{{#str}} changeuser, mod_assign {{/str}}</label>
39
    <select id="change-user-select" data-action="change-user" data-currentuserid="{{currentuserid}}" data-assignmentid="{{assignmentid}}" data-groupid="{{groupid}}"></select>
39
    <select id="change-user-select" data-action="change-user" data-currentuserid="{{currentuserid}}" data-assignmentid="{{assignmentid}}" data-groupid="{{groupid}}"></select>
40
</span>
40
</span>
41
<a href="#next" data-action="next-user" aria-label="{{#str}} nextuser, mod_assign {{/str}}" title="{{#str}} nextuser, mod_assign {{/str}}">{{{rarrow}}}</a>
41
<a href="#next" data-action="next-user" aria-label="{{#str}} nextuser, mod_assign {{/str}}" title="{{#str}} nextuser, mod_assign {{/str}}">{{{rarrow}}}</a>
Línea 42... Línea 42...
42
 
42
 
Línea 61... Línea 61...
61
<a href="#" data-region="user-resettable" title="{{#str}}resettable{{/str}}">
61
<a href="#" data-region="user-resettable" title="{{#str}}resettable{{/str}}">
62
    {{#str}}resettable{{/str}}
62
    {{#str}}resettable{{/str}}
63
</a>
63
</a>
64
<div data-region="configure-filters" id="filter-configuration-{{uniqid}}" class="card card-large p-2">
64
<div data-region="configure-filters" id="filter-configuration-{{uniqid}}" class="card card-large p-2">
65
    <form>
65
    <form>
66
        <span class="row px-3 py-1">
66
        <span class="d-flex flex-wrap px-3 py-1">
67
            <label class="text-right w-25 p-2 m-0" for="filter-general-{{uniqid}}">
67
            <label class="text-end w-25 p-2 m-0" for="filter-general-{{uniqid}}">
68
                {{#str}}filter, mod_assign{{/str}}
68
                {{#str}}filter, mod_assign{{/str}}
69
            </label>
69
            </label>
70
            <select name="filter" class="custom-select w-50" id="filter-general-{{uniqid}}">
70
            <select name="filter" class="form-select w-50" id="filter-general-{{uniqid}}">
71
            {{#filters}}
71
            {{#filters}}
72
                <option value="{{key}}" {{#active}}selected="selected"{{/active}} > {{name}} </option>
72
                <option value="{{key}}" {{#active}}selected="selected"{{/active}} > {{name}} </option>
73
            {{/filters}}
73
            {{/filters}}
74
            </select>
74
            </select>
75
        </span>
75
        </span>
76
        {{#hasmarkingallocation}}
76
        {{#hasmarkingallocation}}
77
        <span class="row px-3 py-1">
77
        <span class="d-flex flex-wrap px-3 py-1">
78
            <label class="text-right w-25 p-2 m-0" for="filter-marker-{{uniqid}}">
78
            <label class="text-end w-25 p-2 m-0" for="filter-marker-{{uniqid}}">
79
                {{#str}}markerfilter, mod_assign{{/str}}
79
                {{#str}}markerfilter, mod_assign{{/str}}
80
            </label>
80
            </label>
81
            <select name="markerfilter" class="custom-select w-50" id="filter-marker-{{uniqid}}">
81
            <select name="markerfilter" class="form-select w-50" id="filter-marker-{{uniqid}}">
82
            {{#markingallocationfilters}}
82
            {{#markingallocationfilters}}
83
                <option value="{{key}}" {{#active}}selected="selected"{{/active}} > {{name}} </option>
83
                <option value="{{key}}" {{#active}}selected="selected"{{/active}} > {{name}} </option>
84
            {{/markingallocationfilters}}
84
            {{/markingallocationfilters}}
85
            </select>
85
            </select>
86
        </span>
86
        </span>
87
        {{/hasmarkingallocation}}
87
        {{/hasmarkingallocation}}
88
        {{#hasmarkingworkflow}}
88
        {{#hasmarkingworkflow}}
89
        <span class="row px-3 py-1">
89
        <span class="d-flex flex-wrap px-3 py-1">
90
            <label class="text-right w-25 p-2 m-0" for="filter-workflow-{{uniqid}}">
90
            <label class="text-end w-25 p-2 m-0" for="filter-workflow-{{uniqid}}">
91
                {{#str}}workflowfilter, mod_assign{{/str}}
91
                {{#str}}workflowfilter, mod_assign{{/str}}
92
            </label>
92
            </label>
93
            <select name="workflowfilter" class="custom-select w-50" id="filter-workflow-{{uniqid}}">
93
            <select name="workflowfilter" class="form-select w-50" id="filter-workflow-{{uniqid}}">
94
            {{#markingworkflowfilters}}
94
            {{#markingworkflowfilters}}
95
                <option value="{{key}}" {{#active}}selected="selected"{{/active}} > {{name}} </option>
95
                <option value="{{key}}" {{#active}}selected="selected"{{/active}} > {{name}} </option>
96
            {{/markingworkflowfilters}}
96
            {{/markingworkflowfilters}}
97
            </select>
97
            </select>
98
        </span>
98
        </span>