%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/components/bitrix/eshop.banner/templates/.default/ |
Current File : //home/bitrix/www/bitrix/components/bitrix/eshop.banner/templates/.default/template.php |
<?if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();?> <? global $USER; ?> <div class="bx_banner_container"> <a href="http://marketplace.1c-bitrix.ru/" target="_blank" class="bx_banner_container_link"> <img src="<?=$this->GetFolder()?>/images/<?=LANGUAGE_ID?>/content.png" height="41" width="787" alt=""> </a> <?if ($USER->IsAdmin()):?> <a href="javascript:void(0)" class="bx_banner_container_close" onclick="eshopBannerClose(this.parentNode);"><?=GetMessage("ESHOP_BANNER_CLOSE")?> [X]</a> <script> function eshopBannerClose(banner) { BX.ajax.post( '<?=POST_FORM_ACTION_URI?>', { sessid: BX.bitrix_sessid(), action: 'eshopBannerClose' }, function(result) { banner.style.display = "none"; } ); } </script> <?endif?> </div>