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} -
-
-
- -
-
-
-
-
- - - - {/block} -{/embed} +
+

+ Watermark +

+

+ No watermark +

+
diff --git a/templates/components/themes/common/share.latte b/templates/components/themes/common/share.latte index 9035e3b..f471b60 100644 --- a/templates/components/themes/common/share.latte +++ b/templates/components/themes/common/share.latte @@ -1,14 +1,12 @@ - +
+

+ + {include '../../icon.latte', icon: 'lock', text: 'Instance'} + +

+

+ + {include '../../icon.latte', icon: 'lock-unlock', text: 'Original'} + +

+
diff --git a/templates/components/themes/default.latte b/templates/components/themes/default.latte index 7fa8bed..a9b0a1b 100644 --- a/templates/components/themes/default.latte +++ b/templates/components/themes/default.latte @@ -24,10 +24,10 @@ -
- {include './common/download.latte', playAddr: $item->video->playAddr, id: $item->id, uniqueId: $item->author->uniqueId} -
{include './common/share.latte', uniqueId: $item->author->uniqueId, id: $item->id}
-
+

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}