2024-11-20 09:43:19 -05:00
|
|
|
{{#if this.showAd}}
|
|
|
|
{{#if this.site.mobileView}}
|
|
|
|
<div
|
|
|
|
class="amazon-product-links-label"
|
|
|
|
style={{this.adTitleStyleMobile}}
|
|
|
|
><h2>{{i18n "adplugin.advertisement_label"}}</h2></div>
|
2021-02-09 13:22:41 -05:00
|
|
|
<iframe
|
2024-11-20 09:43:19 -05:00
|
|
|
style={{this.adWrapperStyleMobile}}
|
2021-02-09 13:22:41 -05:00
|
|
|
marginwidth="0"
|
|
|
|
marginheight="0"
|
|
|
|
scrolling="no"
|
|
|
|
frameborder="0"
|
2024-11-20 09:43:19 -05:00
|
|
|
src={{this.userInputMobile}}
|
2021-02-09 13:22:41 -05:00
|
|
|
title={{i18n "adplugin.advertisement_label"}}
|
|
|
|
>
|
2020-09-04 07:24:14 -04:00
|
|
|
</iframe>
|
|
|
|
{{else}}
|
2023-01-04 07:34:08 -05:00
|
|
|
<div class="amazon-product-links-label"><h2>{{i18n
|
|
|
|
"adplugin.advertisement_label"
|
|
|
|
}}</h2></div>
|
2020-09-04 07:24:14 -04:00
|
|
|
<div class="container" align="center">
|
2021-02-09 13:22:41 -05:00
|
|
|
<iframe
|
2024-11-20 09:43:19 -05:00
|
|
|
style={{this.adWrapperStyle}}
|
2021-02-09 13:22:41 -05:00
|
|
|
marginwidth="0"
|
|
|
|
marginheight="0"
|
|
|
|
scrolling="no"
|
|
|
|
frameborder="0"
|
2024-11-20 09:43:19 -05:00
|
|
|
src={{this.userInput}}
|
2021-02-09 13:22:41 -05:00
|
|
|
title={{i18n "adplugin.advertisement_label"}}
|
|
|
|
>
|
2020-09-04 07:24:14 -04:00
|
|
|
</iframe>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2023-01-04 07:34:08 -05:00
|
|
|
{{/if}}
|