Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 46... Línea 46...
46
        <caption class="calendar-controls">
46
        <caption class="calendar-controls">
47
            {{#includenavigation}}
47
            {{#includenavigation}}
48
                <a{{!
48
                <a{{!
49
                    }} href="#"{{!
49
                    }} href="#"{{!
50
                    }} class="arrow_link previous"{{!
50
                    }} class="arrow_link previous"{{!
51
                    }} title="{{#str}}monthprev, calendar{{/str}}"{{!
51
                    }} title="{{#str}}monthprevwithname, calendar, {{previousperiodname}}{{/str}}"{{!
52
                    }} data-year="{{previousperiod.year}}"{{!
52
                    }} data-year="{{previousperiod.year}}"{{!
53
                    }} data-month="{{previousperiod.mon}}"{{!
53
                    }} data-month="{{previousperiod.mon}}"{{!
-
 
54
                    }} aria-label="{{#str}}monthprevwithname, calendar, {{previousperiodname}}{{/str}}" {{!
54
                }}>
55
                }}>
55
                    <span class="arrow">{{{larrow}}}</span>
56
                    <span class="arrow" aria-hidden="true">{{{larrow}}}</span>
56
                </a>
57
                </a>
57
                <span class="hide"> | </span>
58
                <span class="hide"> | </span>
58
                <span class="current">
59
                <span class="current">
59
                    <a href="{{{url}}}" title="{{#str}}monththis, calendar{{/str}}">{{periodname}}</a>
60
                    <a href="{{{url}}}" title="{{#str}}monththis, calendar{{/str}}">{{periodname}}</a>
60
                </span>
61
                </span>
61
                <span class="hide"> | </span>
62
                <span class="hide"> | </span>
62
                <a{{!
63
                <a{{!
63
                    }} href="#"{{!
64
                    }} href="#"{{!
64
                    }} class="arrow_link next"{{!
65
                    }} class="arrow_link next"{{!
65
                    }} title="{{#str}}monthnext, calendar{{/str}}"{{!
66
                    }} title="{{#str}}monthnextwithname, calendar, {{nextperiodname}}{{/str}}"{{!
66
                    }} data-year="{{nextperiod.year}}"{{!
67
                    }} data-year="{{nextperiod.year}}"{{!
67
                    }} data-month="{{nextperiod.mon}}"{{!
68
                    }} data-month="{{nextperiod.mon}}"{{!
-
 
69
                    }} aria-label="{{#str}}monthnextwithname, calendar, {{nextperiodname}}{{/str}}" {{!
68
                }}>
70
                }}>
69
                    <span class="arrow">{{{rarrow}}}</span>
71
                    <span class="arrow" aria-hidden="true">{{{rarrow}}}</span>
70
                </a>
72
                </a>
71
            {{/includenavigation}}
73
            {{/includenavigation}}
72
            {{^includenavigation}}
74
            {{^includenavigation}}
73
                <h3>
75
                <h3>
74
                    <a href="{{{url}}}" title="{{#str}}monththis, calendar{{/str}}">{{periodname}}</a>
76
                    <a href="{{{url}}}" title="{{#str}}monththis, calendar{{/str}}">{{periodname}}</a>
Línea 77... Línea 79...
77
        </caption>
79
        </caption>
78
        <thead>
80
        <thead>
79
          <tr>
81
          <tr>
80
                {{# daynames }}
82
                {{# daynames }}
81
                <th class="header text-xs-center">
83
                <th class="header text-xs-center">
82
                    <span class="sr-only">{{fullname}}</span>
84
                    <span class="visually-hidden">{{fullname}}</span>
83
                    <span aria-hidden="true">{{shortname}}</span>
85
                    <span aria-hidden="true">{{shortname}}</span>
84
                </th>
86
                </th>
85
                {{/ daynames }}
87
                {{/ daynames }}
86
            </tr>
88
            </tr>
87
        </thead>
89
        </thead>
Línea 127... Línea 129...
127
                        }}{{/calendareventtypes}}{{!
129
                        }}{{/calendareventtypes}}{{!
Línea 128... Línea 130...
128
 
130
 
129
                        This is the timestamp for this month.
131
                        This is the timestamp for this month.
130
                        }} data-day-timestamp="{{timestamp}}"{{!
132
                        }} data-day-timestamp="{{timestamp}}"{{!
131
                    }}>{{!
133
                    }}>{{!
132
                        }}<span class="sr-only">{{daytitle}}</span>
134
                        }}<span class="visually-hidden">{{daytitle}}</span>
133
                        {{#popovertitle}}
135
                        {{#popovertitle}}
134
                            {{< core_calendar/minicalendar_day_link }}
136
                            {{< core_calendar/minicalendar_day_link }}
135
                                {{$day}}{{mday}}{{/day}}
137
                                {{$day}}{{mday}}{{/day}}
136
                                {{$url}}{{viewdaylink}}{{/url}}
138
                                {{$url}}{{viewdaylink}}{{/url}}