Proyectos de Subversion Moodle

Rev

Rev 458 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 458 Rev 459
Línea 88... Línea 88...
88
 
88
 
89
        <div class="d-flex flex-column w-100"  data-region-content="forum-post-core">
89
        <div class="d-flex flex-column w-100"  data-region-content="forum-post-core">
90
            <header id="post-header-{{id}}-{{uniqid}}" class="forum-post-header d-flex align-items-center">
90
            <header id="post-header-{{id}}-{{uniqid}}" class="forum-post-header d-flex align-items-center">
91
                {{^isdeleted}}
91
                {{^isdeleted}}
92
                    {{#author}}
92
                    {{#author}}
93
                        <div class="" style="width: 40px;">
93
                        <div class="mr-2" style="width: 40px;">
94
                            {{#urls.profileimage}}
94
                            {{#urls.profileimage}}
95
                                <img
95
                                <img
96
                                    class="rounded w-100"
96
                                    class="rounded w-100"
97
                                    src="{{{.}}}"
97
                                    src="{{{.}}}"
Línea 102... Línea 102...
102
                            {{/urls.profileimage}}
102
                            {{/urls.profileimage}}
103
                        </div>
103
                        </div>
104
                    {{/author}}
104
                    {{/author}}
105
                {{/isdeleted}}
105
                {{/isdeleted}}
Línea 106... Línea 106...
106
 
106
 
107
                <div class="d-flex align-items-center" style="gap: 6px;">
107
                <div class="d-flex align-items-baseline" style="gap: 6px;">
108
                    {{#parentauthorname}}
108
                    {{#parentauthorname}}
109
                        <span class="sr-only">{{#str}} inreplyto, mod_forum, {{.}} {{/str}}</span>
109
                        <span class="sr-only">{{#str}} inreplyto, mod_forum, {{.}} {{/str}}</span>
110
                    {{/parentauthorname}}
110
                    {{/parentauthorname}}
111
                    {{$subjectheading}}
111
                    {{$subjectheading}}
Línea 114... Línea 114...
114
                            }}class="{{#unread}}forum-post-unread font-weight-bold{{/unread}} forum-post-core-subject" {{!
114
                            }}class="{{#unread}}forum-post-unread font-weight-bold{{/unread}} forum-post-core-subject" {{!
115
                            }}data-region-content="forum-post-core-subject" {{!
115
                            }}data-region-content="forum-post-core-subject" {{!
116
                            }}data-reply-subject="{{replysubject}}" {{!
116
                            }}data-reply-subject="{{replysubject}}" {{!
117
                            }}>
117
                            }}>
Línea 118... Línea 118...
118
 
118
 
Línea 119... Línea 119...
119
                                {{$subject}}<h4 class="m-0 text-truncate font-weight-bold" title="{{{subject}}}">{{{subject}}}</h5>{{/subject}}
119
                                {{$subject}}<h4 class="m-0 text-truncate font-weight-bold text-secondary" title="{{{subject}}}">{{{subject}}}</h5>{{/subject}}
120
 
120
 
121
                            </div>
121
                            </div>
122
                    {{/subject}}
122
                    {{/subject}}