Línea 21... |
Línea 21... |
21 |
|
21 |
|
22 |
Example context (json):
|
22 |
Example context (json):
|
23 |
{}
|
23 |
{}
|
24 |
}}
|
24 |
}}
|
25 |
<div data-region="view-selector">
|
25 |
<div data-region="view-selector">
|
26 |
<button type="button" class="btn btn-sm btn-secondary dropdown-toggle icon-no-margin" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
|
26 |
<button type="button" class="btn btn-sm btn-secondary dropdown-toggle icon-no-margin" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"
|
27 |
aria-label="{{#str}} ariaviewselector, block_timeline{{/str}}" aria-controls="menusortby" title="{{#str}} ariaviewselector, block_timeline{{/str}}" aria-describedby="timeline-view-selector-current-selection">
|
27 |
aria-label="{{#str}} ariaviewselector, block_timeline{{/str}}" aria-controls="menusortby" title="{{#str}} ariaviewselector, block_timeline{{/str}}" aria-describedby="timeline-view-selector-current-selection">
|
28 |
<span class="rui-btn--icon">
|
28 |
<span class="rui-btn--icon">
|
29 |
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
29 |
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
30 |
<path d="M9.25 14L4.75 14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
30 |
<path d="M9.25 14L4.75 14" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
Línea 41... |
Línea 41... |
41 |
</button>
|
41 |
</button>
|
42 |
<div id="menusortby" role="menu" class="dropdown-menu dropdown-menu-right hidden" data-show-active-item data-skip-active-class="true">
|
42 |
<div id="menusortby" role="menu" class="dropdown-menu dropdown-menu-right hidden" data-show-active-item data-skip-active-class="true">
|
43 |
<a
|
43 |
<a
|
44 |
class="dropdown-item"
|
44 |
class="dropdown-item"
|
45 |
href="#view_dates_{{uniqid}}"
|
45 |
href="#view_dates_{{uniqid}}"
|
46 |
data-toggle="tab"
|
46 |
data-bs-toggle="tab"
|
47 |
data-filtername="sortbydates"
|
47 |
data-filtername="sortbydates"
|
48 |
{{#sorttimelinedates}}aria-current="true"{{/sorttimelinedates}}
|
48 |
{{#sorttimelinedates}}aria-current="true"{{/sorttimelinedates}}
|
49 |
aria-label="{{#str}} ariaviewselectoroption, block_timeline, {{#str}} sortbydates, block_timeline {{/str}}{{/str}}"
|
49 |
aria-label="{{#str}} ariaviewselectoroption, block_timeline, {{#str}} sortbydates, block_timeline {{/str}}{{/str}}"
|
50 |
role="menuitem"
|
50 |
role="menuitem"
|
51 |
>
|
51 |
>
|
Línea 60... |
Línea 60... |
60 |
<span>{{#str}} sortbydates, block_timeline {{/str}}</span>
|
60 |
<span>{{#str}} sortbydates, block_timeline {{/str}}</span>
|
61 |
</a>
|
61 |
</a>
|
62 |
<a
|
62 |
<a
|
63 |
class="dropdown-item"
|
63 |
class="dropdown-item"
|
64 |
href="#view_courses_{{uniqid}}"
|
64 |
href="#view_courses_{{uniqid}}"
|
65 |
data-toggle="tab"
|
65 |
data-bs-toggle="tab"
|
66 |
data-filtername="sortbycourses"
|
66 |
data-filtername="sortbycourses"
|
67 |
{{#sorttimelinecourses}}aria-current="true"{{/sorttimelinecourses}}
|
67 |
{{#sorttimelinecourses}}aria-current="true"{{/sorttimelinecourses}}
|
68 |
aria-label="{{#str}} ariaviewselectoroption, block_timeline, {{#str}} sortbycourses, block_timeline {{/str}}{{/str}}"
|
68 |
aria-label="{{#str}} ariaviewselectoroption, block_timeline, {{#str}} sortbycourses, block_timeline {{/str}}{{/str}}"
|
69 |
role="menuitem"
|
69 |
role="menuitem"
|
70 |
>
|
70 |
>
|