Wiki source code of Conditioning
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
25.1 | 1 | {{velocity}} |
2 | #set ($attachmentName = "Propaganda.mp4") | ||
3 | #set ($attachmentURL = "$doc.getAttachmentURL($attachmentName, 'download')") | ||
![]() |
1.1 | 4 | |
![]() |
25.1 | 5 | #if ($attachmentURL) |
![]() |
26.1 | 6 | #set ($encodedAttachmentURL = "{{url reference=\"${attachmentURL}\" display=\"link\"}}") |
![]() |
25.1 | 7 | <video width="640" height="360" controls> |
![]() |
26.1 | 8 | <source src="$encodedAttachmentURL" type="video/mp4"> |
![]() |
25.1 | 9 | Your browser does not support the video tag. |
10 | </video> | ||
11 | #else | ||
12 | <p>Error: Could not find attachment '$attachmentName'. Please ensure it exists and the filename is correct.</p> | ||
13 | #end | ||
14 | {{/velocity}} | ||
![]() |
1.1 | 15 |