Server IP : 213.176.29.180 / Your IP : 18.191.147.146 Web Server : Apache System : Linux 213.176.29.180.hostiran.name 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64 User : webtaragh ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/webtaragh/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
public_html/whmcs/templates_c/b9a4696e845669caed224cd4bb65207c77974a9e_0.file.whatsnew_modal.tpl.php0000644 00000011574 14736104452 0030414 0 ustar 00 home/webtaragh <?php /* Smarty version 3.1.36, created on 2024-10-29 09:47:11 from '/home/webtaragh/public_html/whmcs/admin/templates/whatsnew_modal.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.36', 'unifunc' => 'content_6720af1f7aa4e4_37221501', 'has_nocache_code' => false, 'file_dependency' => array ( 'b9a4696e845669caed224cd4bb65207c77974a9e' => array ( 0 => '/home/webtaragh/public_html/whmcs/admin/templates/whatsnew_modal.tpl', 1 => 1695537469, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_6720af1f7aa4e4_37221501 (Smarty_Internal_Template $_smarty_tpl) { echo '<script'; ?> > $(document).ready(function () { $('.feature-highlights-carousel').owlCarousel({ items: 1, loop: true, center: true, mouseDrag: true, touchDrag: true, autoplay: true, autoplayTimeout: 5000, autoplayHoverPause: true }); setTimeout(function() { $('.feature-highlights-carousel .feature').removeClass('hidden'); }, 500); var dismissedForAdmin = parseInt('<?php echo $_smarty_tpl->tpl_vars['dismissedForAdmin']->value;?> '); if (dismissedForAdmin) { $('#cbFeatureHighlightsDismissForVersion').attr('checked', true); } }); <?php echo '</script'; ?> > <div class="feature-highlights-content"> <div class="feature-highlights-carousel owl-carousel owl-theme"> <?php $_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['features']->value, 'feature', false, 'featureId'); $_smarty_tpl->tpl_vars['feature']->iteration = 0; $_smarty_tpl->tpl_vars['feature']->do_else = true; if ($_from !== null) foreach ($_from as $_smarty_tpl->tpl_vars['featureId']->value => $_smarty_tpl->tpl_vars['feature']->value) { $_smarty_tpl->tpl_vars['feature']->do_else = false; $_smarty_tpl->tpl_vars['feature']->iteration++; $__foreach_feature_0_saved = $_smarty_tpl->tpl_vars['feature']; ?> <div class="feature<?php if ($_smarty_tpl->tpl_vars['featureId']->value > 0) {?> hidden<?php }?>" id="featureHighlight<?php echo $_smarty_tpl->tpl_vars['featureId']->value;?> "> <div class="icon-image"> <img src="<?php echo $_smarty_tpl->tpl_vars['feature']->value->getIcon();?> "> </div> <h1<?php if ($_smarty_tpl->tpl_vars['feature']->value->hasHeadlineImage()) {?> class="with-headline"<?php }?>><?php echo $_smarty_tpl->tpl_vars['feature']->value->getTitle();?> </h1> <?php if ($_smarty_tpl->tpl_vars['feature']->value->hasHeadlineImage()) {?> <img src="<?php echo $_smarty_tpl->tpl_vars['feature']->value->getHeadlineImage();?> " class="headline-image"> <?php }?> <h2><?php echo $_smarty_tpl->tpl_vars['feature']->value->getSubtitle();?> </h2> <div class="feature-text"> <?php echo $_smarty_tpl->tpl_vars['feature']->value->getDescription();?> </div> <div class="action-btns"> <div class="row"> <?php if ($_smarty_tpl->tpl_vars['feature']->value->hasBtn1Link()) {?> <div class="col-sm-6<?php if (!$_smarty_tpl->tpl_vars['feature']->value->hasBtn2Link()) {?> col-sm-offset-3<?php }?>"> <a href="<?php echo $_smarty_tpl->tpl_vars['feature']->value->getBtn1Link();?> " class="btn btn-block btn-action-1" target="_blank" data-link="1" data-link-title="<?php echo $_smarty_tpl->tpl_vars['feature']->iteration;?> "> <?php echo $_smarty_tpl->tpl_vars['feature']->value->getBtn1Label();?> </a> </div> <?php }?> <?php if ($_smarty_tpl->tpl_vars['feature']->value->hasBtn2Link()) {?> <div class="col-sm-6"> <a href="<?php echo $_smarty_tpl->tpl_vars['feature']->value->getBtn2Link();?> " class="btn btn-block btn-action-2" target="_blank" data-link="2" data-link-title="<?php echo $_smarty_tpl->tpl_vars['feature']->iteration;?> "> <?php echo $_smarty_tpl->tpl_vars['feature']->value->getBtn2Label();?> </a> </div> <?php }?> </div> </div> </div> <?php $_smarty_tpl->tpl_vars['feature'] = $__foreach_feature_0_saved; } $_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl, 1);?> </div> </div> <label class="checkbox-inline dismiss"> <input type="checkbox" id="cbFeatureHighlightsDismissForVersion"> Don't show this again until next update </label> <?php } }