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
        data-post-id="{{id}}" data-content="forum-post"
46
        data-post-id="{{id}}" data-content="forum-post"
47
    >
47
    >
48
        {{#isfirstunread}}<a id="unread" aria-hidden="true"></a>{{/isfirstunread}}
48
        {{#isfirstunread}}<a id="unread" aria-hidden="true"></a>{{/isfirstunread}}
Línea 49... Línea 49...
49
 
49
 
50
        <div class="d-flex flex-column w-100"  data-region-content="forum-post-core">
50
        <div class="d-flex flex-column w-100"  data-region-content="forum-post-core">
51
            <header id="post-header-{{id}}-{{uniqid}}" class="mb-2 header row d-flex">
51
            <header id="post-header-{{id}}-{{uniqid}}" class="mb-2 header d-flex">
52
                {{^isdeleted}}
52
                {{^isdeleted}}
53
                    {{#author}}
53
                    {{#author}}
54
                        <div class="mr-2" style="width: 45px;">
54
                        <div class="me-2" style="width: 45px;">
55
                            {{#urls.profileimage}}
55
                            {{#urls.profileimage}}
56
                                <img
56
                                <img
57
                                    class="rounded-circle w-100"
57
                                    class="rounded-circle w-100"
58
                                    src="{{{.}}}"
58
                                    src="{{{.}}}"
Línea 64... Línea 64...
64
                        </div>
64
                        </div>
65
                    {{/author}}
65
                    {{/author}}
66
                {{/isdeleted}}
66
                {{/isdeleted}}
67
                <div class="d-flex flex-column">
67
                <div class="d-flex flex-column">
68
                    {{#parentauthorname}}
68
                    {{#parentauthorname}}
69
                        <span class="sr-only">{{#str}} inreplyto, mod_forum, {{.}} {{/str}}</span>
69
                        <span class="visually-hidden">{{#str}} inreplyto, mod_forum, {{.}} {{/str}}</span>
70
                    {{/parentauthorname}}
70
                    {{/parentauthorname}}
71
                    {{$subjectheading}}
71
                    {{$subjectheading}}
72
                        <h3 {{!
72
                        <h3 {{!
73
                            }}class="h6 font-weight-bold mb-0" {{!
73
                            }}class="h6 fw-bold mb-0" {{!
74
                            }}data-region-content="forum-post-core-subject" {{!
74
                            }}data-region-content="forum-post-core-subject" {{!
75
                            }}data-reply-subject="{{replysubject}}" {{!
75
                            }}data-reply-subject="{{replysubject}}" {{!
76
                            }}>{{$subject}}{{{subject}}}{{/subject}}</h3>
76
                            }}>{{$subject}}{{{subject}}}{{/subject}}</h3>
77
                    {{/subjectheading}}
77
                    {{/subjectheading}}
78
                    {{^isdeleted}}
78
                    {{^isdeleted}}
Línea 91... Línea 91...
91
                        <div class="privatereplyinfo">
91
                        <div class="privatereplyinfo">
92
                        {{#str}}postisprivatereply, forum{{/str}}
92
                        {{#str}}postisprivatereply, forum{{/str}}
93
                        </div>
93
                        </div>
94
                    {{/isprivatereply}}
94
                    {{/isprivatereply}}
95
                    {{#hasreplycount}}
95
                    {{#hasreplycount}}
96
                        <span class="sr-only">{{#str}} numberofreplies, mod_forum, {{replycount}} {{/str}}</span>
96
                        <span class="visually-hidden">{{#str}} numberofreplies, mod_forum, {{replycount}} {{/str}}</span>
97
                    {{/hasreplycount}}
97
                    {{/hasreplycount}}
98
                </div>
98
                </div>
99
            </header>
99
            </header>
Línea 100... Línea 100...
100
 
100
 
101
            <div class="d-flex body-content-container">
101
            <div class="d-flex body-content-container">
102
                {{^isdeleted}}
102
                {{^isdeleted}}
103
                    {{#author}}
103
                    {{#author}}
104
                        <div class="mr-2 author-groups-container" style="width: 45px; flex-shrink: 0">
104
                        <div class="me-2 author-groups-container" style="width: 45px; flex-shrink: 0">
105
                            {{#groups}}
105
                            {{#groups}}
106
                                {{#urls.group}}
106
                                {{#urls.group}}
107
                                    {{#urls.image}}
107
                                    {{#urls.image}}
108
                                        <a href="{{urls.group}}" role="button" aria-label='{{#str}} memberofgroup, group, {{name}}{{/str}}'>
108
                                        <a href="{{urls.group}}" role="button" aria-label='{{#str}} memberofgroup, group, {{name}}{{/str}}'>
Línea 135... Línea 135...
135
                        {{{message}}}
135
                        {{{message}}}
136
                    </div>
136
                    </div>
Línea 137... Línea 137...
137
 
137
 
138
                    {{^isdeleted}}
138
                    {{^isdeleted}}
139
                        {{#haswordcount}}
139
                        {{#haswordcount}}
140
                            <p class="font-italic mb-0"><small>{{#str}} numwords, core, {{wordcount}} {{/str}}</small></p>
140
                            <p class="fst-italic mb-0"><small>{{#str}} numwords, core, {{wordcount}} {{/str}}</small></p>
Línea 141... Línea 141...
141
                        {{/haswordcount}}
141
                        {{/haswordcount}}
142
 
142
 
143
                        {{#attachments}}
143
                        {{#attachments}}
Línea 188... Línea 188...
188
                                {{#html.rating}}
188
                                {{#html.rating}}
189
                                    <div class="mt-2">{{{.}}}</div>
189
                                    <div class="mt-2">{{{.}}}</div>
190
                                {{/html.rating}}
190
                                {{/html.rating}}
191
                                {{$actions}}
191
                                {{$actions}}
192
                                    <div
192
                                    <div
193
                                        class="post-actions d-flex align-self-end justify-content-end flex-wrap ml-auto"
193
                                        class="post-actions d-flex align-self-end justify-content-end flex-wrap ms-auto p-1"
194
                                        data-region="post-actions-container"
194
                                        data-region="post-actions-container"
195
                                        role="menubar"
195
                                        role="menubar"
196
                                        aria-label='{{#str}} postbyuser, mod_forum, {"post": "{{subject}}", "user": "{{author.fullname}}"} {{/str}}'
196
                                        aria-label='{{#str}} postbyuser, mod_forum, {"post": "{{subject}}", "user": "{{author.fullname}}"} {{/str}}'
197
                                        aria-controls="p{{id}}"
197
                                        aria-controls="p{{id}}"
198
                                    >
198
                                    >