Server IP : 103.119.228.120 / Your IP : 3.137.181.69 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/hendraso/public_html/templates_c/ |
Upload File : |
<?php /* Smarty version Smarty-3.1.18, created on 2024-06-29 01:17:27 compiled from "Templates/Web/content/home.html" */ ?> <?php /*%%SmartyHeaderCode:1307459920667efe371df150-73239046%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_valid = $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'b5224b1cced460c7d7c89546435dbe6444362a7d' => array ( 0 => 'Templates/Web/content/home.html', 1 => 1653622362, 2 => 'file', ), ), 'nocache_hash' => '1307459920667efe371df150-73239046', 'function' => array ( ), 'variables' => array ( 'slider' => 0, 'pathimg' => 0, 'slid' => 0, ), 'has_nocache_code' => false, 'version' => 'Smarty-3.1.18', 'unifunc' => 'content_667efe3721d124_12346315', ),false); /*/%%SmartyHeaderCode%%*/?> <?php if ($_valid && !is_callable('content_667efe3721d124_12346315')) {function content_667efe3721d124_12346315($_smarty_tpl) {?><section class="top-headline wow fadeIn" data-wow-duration="1s" data-wow-delay=".5s"> <div id="top-slider" class="all-slider mb-0"> <?php $_smarty_tpl->tpl_vars['slid'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['slid']->_loop = false; $_from = $_smarty_tpl->tpl_vars['slider']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} foreach ($_from as $_smarty_tpl->tpl_vars['slid']->key => $_smarty_tpl->tpl_vars['slid']->value) { $_smarty_tpl->tpl_vars['slid']->_loop = true; ?> <div class="item relative"> <img src="<?php echo $_smarty_tpl->tpl_vars['pathimg']->value;?> <?php echo $_smarty_tpl->tpl_vars['slid']->value['slidImage'];?> "> <div class="slider-greeting absolute is-animated text-white py-5 p-lg-5"> <?php if (!empty($_smarty_tpl->tpl_vars['slid']->value['slidTitle'])) {?><div class="f-title h3 relative text-uppercase mb-3 is-animated"><?php echo html_entity_decode($_smarty_tpl->tpl_vars['slid']->value['slidTitle']);?> </div><?php }?> <p class="h2 relative lh-sm is-animated"><?php echo html_entity_decode($_smarty_tpl->tpl_vars['slid']->value['slidDescription']);?> </p> </div> </div> <?php } ?> </div> </section> <script type="text/javascript"> var section = $('.section'), footer = $('footer'); $(document).ready(function (){ var tdh = $('#top-slider'); tdh.on('init', function(event, slick) { // var urls = $(slick.$slides[0]).find('img').attr('src'); // $('.blur-image').css('background-image', 'url(' + urls + ')'); tdh.fadeIn(3000); // new WOW().init(); }).slick({ autoplay: 5000, autoplaySpeed: 5000, arrows: true, dots: true, appendDots: ".getNav", appendArrows: ".nav-arrow .lines", slidesToShow: 1, swipe: true, infinite: true, touchMove: true, draggable: true, speed: 1000, fade: true, focusOnSelect: true, pauseOnHover: true, pauseOnDotsHover: true, customPaging: function (slider, e) { var i = e + 1; var thumb = $(slider.$slides[i]).data(); return ''; }, responsive: [ { breakpoint: 1180, settings: { centerPadding: '60px' } }, { breakpoint: 1000, settings: { centerPadding: '60px' } }, { breakpoint: 680, dots: false, settings: { swipe: true, arrows: false, dots: true, centerPadding: '10px' } }, { breakpoint: 500, dots: false, settings: { swipe: true, arrows: false, dots: true, centerPadding: '10px' } } ] }).on('beforeChange', function(event, slick, currentSlide, nextSlide){ console.log('Before Change'); // var urls = $('.slick-slide').eq(nextSlide).find('img').attr('src'); // $('.blur-image').css('background-image', 'url(' + urls + ')'); }).on('afterChange', function(event, slick, currentSlide, nextSlide){ console.log('After Change'); // new WOW().init(); }); }); </script> <?php }} ?>