1441 |
ariadna |
1 |
{{!
|
|
|
2 |
This file is part of Moodle - http://moodle.org/
|
|
|
3 |
|
|
|
4 |
Moodle is free software: you can redistribute it and/or modify
|
|
|
5 |
it under the terms of the GNU General Public License as published by
|
|
|
6 |
the Free Software Foundation, either version 3 of the License, or
|
|
|
7 |
(at your option) any later version.
|
|
|
8 |
|
|
|
9 |
Moodle is distributed in the hope that it will be useful,
|
|
|
10 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
11 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
12 |
GNU General Public License for more details.
|
|
|
13 |
|
|
|
14 |
You should have received a copy of the GNU General Public License
|
|
|
15 |
along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
16 |
}}
|
|
|
17 |
{{!
|
|
|
18 |
@template tiny_media/embed/body/media_thumbnail_body
|
|
|
19 |
|
|
|
20 |
Insert thumbnail preview body template.
|
|
|
21 |
|
|
|
22 |
Example context (json):
|
|
|
23 |
{
|
|
|
24 |
|
|
|
25 |
}
|
|
|
26 |
|
|
|
27 |
}}
|
|
|
28 |
<div class="container tiny_media_insert_media d-none" id="tiny-media-thumbnail-preview">
|
|
|
29 |
<div class="row">
|
|
|
30 |
<div class="tiny_media_preview_col col-lg-12 p-0">
|
|
|
31 |
<div class="tiny_media_preview_box border rounded">
|
|
|
32 |
<button class="btn rounded-circle tiny_media_delete_icon delete_tiny_thumbnail" tabindex="0" title="{{#str}} deletemediathumbnail, tiny_media {{/str}}">
|
|
|
33 |
<i class="fa fa-trash-o"></i>
|
|
|
34 |
</button>
|
|
|
35 |
<img class="tiny_media_thumbnail_preview img-fluid" alt="media thumbnail image" src="data:,">
|
|
|
36 |
</div>
|
|
|
37 |
</div>
|
|
|
38 |
</div>
|
|
|
39 |
</div>
|