0 Votes

Changes for page incidents

Last modified by Imabot fromtelegram on 2025/06/11 03:59

From version 2.1
edited by Imabot fromtelegram
on 2025/05/08 20:13
Change comment: Upload new image "photo_AgACAgQAAx0CfwX4KgACfiZoHOXSsRlxE4TGJt1sczFi_05faa64c.jpg", version 1.1
To version 3.1
edited by Imabot fromtelegram
on 2025/05/09 02:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,0 +1,15 @@
1 +
2 +
3 +{{velocity}}
4 +#set($attachments = $doc.getAttachmentList())
5 +
6 +{{gallery}}
7 +#foreach($attachment in $attachments)
8 + #if($attachment.filename.endsWith(".jpg") || $attachment.filename.endsWith(".png") || $attachment.filename.endsWith(".webp"))
9 + image:$attachment.filename
10 + #end
11 +#end
12 +{{/gallery}}
13 +{{/velocity}}
14 +
15 +