Wiki zdrojový kód pre Taká obyčajná rodina (foto)
Naposledy upravil RKCadmin 2018/12/29 23:21
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
22.1 | 1 | {{velocity}} |
| 2 | #set ($attachments = $doc.attachmentList) | ||
| 3 | #if ($attachments.size() > 0) | ||
| 4 | {{gallery width="900px" height="600px"}} | ||
| 5 | #foreach($attachment in $attachments) | ||
| 6 | #if($attachment.isImage()) | ||
| 7 | [[image:$attachment.filename]] | ||
| 8 | #end | ||
| 9 | #end | ||
| 10 | {{/gallery}} | ||
| 11 | #end | ||
| 12 | {{/velocity}} |