Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 45... Línea 45...
45
        aria-label='{{#str}} postbyuser, mod_forum, {"post": "{{subject}}", "user": "{{author.fullname}}"} {{/str}}'
45
        aria-label='{{#str}} postbyuser, mod_forum, {"post": "{{subject}}", "user": "{{author.fullname}}"} {{/str}}'
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
 
-
 
50
                    {{^isdeleted}}
-
 
51
                        {{#author}}
-
 
52
 
-
 
53
                        {{#groups}}
-
 
54
                                    {{#urls.group}}
-
 
55
                                    <div class="mb-2 ml-auto d-flex justify-content-end align-items-end">
-
 
56
                                        {{#urls.image}}
-
 
57
                                            <a href="{{urls.group}}" class="badge badge-link badge-light" role="button" aria-label="{{#str}} memberofgroup, group, {{name}}{{/str}}" title="{{#str}} memberofgroup, group, {{name}}{{/str}}">
-
 
58
                                                <img
-
 
59
                                                    class="rounded icon mr-1"
-
 
60
                                                    src="{{{.}}}"
-
 
61
                                                    alt="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
62
                                                    aria-hidden="true"
-
 
63
                                                    title="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
64
                                                >
-
 
65
                                                <span class="group-name">{{name}}</span>
-
 
66
                                            </a>
-
 
67
                                        {{/urls.image}}
-
 
68
                                    {{/urls.group}}
-
 
69
                                    {{^urls.group}}
-
 
70
                                        
-
 
71
                                        {{#urls.image}}
-
 
72
                                        <div class="badge badge-info">
-
 
73
                                            <img class="rounded icon mr-3"
-
 
74
                                                src="{{{.}}}"
-
 
75
                                                alt="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
76
                                                title="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
77
                                            >
-
 
78
                                            <span>{{#str}} pictureof, core, {{name}} {{/str}}</span>
-
 
79
                                        </div>                                       
-
 
80
                                        {{/urls.image}}
-
 
81
                                    
-
 
82
                                    {{/urls.group}}
-
 
83
                                    </div>
-
 
84
                                {{/groups}}
-
 
85
 
-
 
86
                        {{/author}}
-
 
87
                    {{/isdeleted}}
-
 
88
 
49
 
89
        <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">
90
            <header id="post-header-{{id}}-{{uniqid}}" class="mb-2 pb-2 forum-post-header d-flex align-items-center">
51
            <header id="post-header-{{id}}-{{uniqid}}" class="mb-2 pb-2 forum-post-header d-flex align-items-center">
91
                {{^isdeleted}}
52
                {{^isdeleted}}
92
                    {{#author}}
53
                    {{#author}}
Línea 142... Línea 103...
142
                    {{/hasreplycount}}
103
                    {{/hasreplycount}}
143
                </div>
104
                </div>
144
            </header>
105
            </header>
Línea 145... Línea 106...
145
 
106
 
-
 
107
            <div class="d-flex body-content-container">
-
 
108
                {{^isdeleted}}
146
            <div class="d-flex body-content-container">
109
                    {{#author}}
-
 
110
                        <div class="me-2 author-groups-container" style="width: 68px; flex-shrink: 0">
-
 
111
                            {{#groups}}
-
 
112
                                {{#urls.group}}
-
 
113
                                    {{#urls.image}}
-
 
114
                                        <a href="{{urls.group}}" role="button" aria-label='{{#str}} memberofgroup, group, {{name}}{{/str}}'>
-
 
115
                                            <img
-
 
116
                                                 class="rounded-circle w-100"
-
 
117
                                                 src="{{{.}}}"
-
 
118
                                                 alt="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
119
                                                 aria-hidden="true"
-
 
120
                                                 title="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
121
                                            >
-
 
122
                                        </a>
-
 
123
                                    {{/urls.image}}
-
 
124
                                {{/urls.group}}
-
 
125
                                {{^urls.group}}
-
 
126
                                    {{#urls.image}}
-
 
127
                                        <img class="rounded-circle w-100"
-
 
128
                                            src="{{{.}}}"
-
 
129
                                            alt="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
130
                                            title="{{#str}} pictureof, core, {{name}} {{/str}}"
-
 
131
                                        >
-
 
132
                                    {{/urls.image}}
-
 
133
                                {{/urls.group}}
-
 
134
                            {{/groups}}
-
 
135
                        </div>
-
 
136
                    {{/author}}
-
 
137
                {{/isdeleted}}
147
                <div class="mr-3 d-sm-none d-md-block" style="width: 60px; flex-shrink: 0"></div>
138
 
148
                <div class="w-100 content-alignment-container">
139
                <div class="w-100 content-alignment-container">
149
                    <div id="post-content-{{id}}" class="post-content-container mb-2">
140
                    <div id="post-content-{{id}}" class="post-content-container mb-2">
150
                        {{{message}}}
141
                        {{{message}}}