2019-04-17 16:02:19 -04:00
|
|
|
{{#if checkTrustLevels}}
|
2015-09-15 22:11:50 -04:00
|
|
|
{{#if site.mobileView}}
|
2018-01-08 13:54:21 -05:00
|
|
|
<div class="amazon-product-links-label" style={{adTitleStyleMobile}}><h2>{{i18n 'adplugin.advertisement_label'}}</h2></div>
|
2015-10-29 09:41:45 -04:00
|
|
|
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInputMobile}}>
|
2015-09-15 22:11:50 -04:00
|
|
|
</iframe>
|
|
|
|
{{else}}
|
2018-01-08 13:54:21 -05:00
|
|
|
<div class="amazon-product-links-label"><h2>{{i18n 'adplugin.advertisement_label'}}</h2></div>
|
2015-09-15 22:11:50 -04:00
|
|
|
<div class="container" align="center">
|
|
|
|
<iframe style={{adWrapperStyle}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInput}}>
|
|
|
|
</iframe>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2015-10-29 09:41:45 -04:00
|
|
|
{{/if}}
|