Wiki zdrojový kód pre Dobrá novina 2018 (foto + video)
Naposledy upravil RKCadmin 2018/12/29 22:35
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($attachments = $doc.attachmentList) | ||
3 | #if ($attachments.size() > 0) | ||
4 | {{gallery width="960px" height="720px"}} | ||
5 | #foreach($attachment in $attachments) | ||
6 | #if($attachment.isImage()) | ||
7 | [[image:$attachment.filename]] | ||
8 | #end | ||
9 | #end | ||
10 | {{/gallery}} | ||
11 | #end | ||
12 | {{/velocity}} | ||
13 | |||
14 | |||
15 | {{jwplayer attachment="Produce_0.mp4" autostart="true" width="960" height="720"/}} |