diff --git a/templates/components/themes/common/download.latte b/templates/components/themes/common/download.latte index 6b97bd2..76a30a0 100644 --- a/templates/components/themes/common/download.latte +++ b/templates/components/themes/common/download.latte @@ -1,22 +1,8 @@ -{embed '../../form.latte', path: '/redirect/download', method: 'GET'} - {block fields} -
+ Watermark +
++ No watermark +
++ + {include '../../icon.latte', icon: 'lock', text: 'Instance'} + +
++ + {include '../../icon.latte', icon: 'lock-unlock', text: 'Original'} + +
+Download video
+ {include './common/download.latte', playAddr: $item->video->playAddr, id: $item->id, uniqueId: $item->author->uniqueId} +Share link
+ {include './common/share.latte', uniqueId: $item->author->uniqueId, id: $item->id} {/foreach}