Server IP : 103.119.228.120 / Your IP : 3.133.145.17 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/Web/content/ |
Upload File : |
<section class="article-detail pt-5 py-lg-5 wow fadeIn" data-wow-duration="1s" data-wow-delay=".5s"> <div class="container-fluid"> <div class="row"> <div class="col-md"> <div class="py-5 p-lg-5"> <div class="top-info text-center text-lg-start"> <a href="{$pathLang}/news-publications" class="font-md text-secondary align-items-center text-uppercase fw-medium mb-3 d-inline-flex"> <i class="bi-arrow-left-circle text-hs fs-5 me-2"></i> <p class="mb-0">News & Publications</p> </a> <h1 class="text-hs h2 fw-bold mb-3">{$data.newsTitle}</h1> <div class="info font-md text-secondary mb-4"> {if !empty($data.creator)} <a href="{$data.urlcreator}" class="text-orangered mr-3 d-inline-block"> <i class="fa fa-user mr-1"></i>{$data.creator} </a> {/if} <span><i class="bi-calendar-check me-1"></i> {$data.newsReleaseDate|date_format:"%d %b %Y"}</span> </div> </div> {if !empty($data.newsImage2)} <div class="imgCont big rounded mb-4"> <img src="{$path}/1000-{$data.newsImage2}" class="card-img" alt="{$data.newsTitle}"> </div> {/if} <div class="text-detail font-lg mb-5"> {$data.newsDescription|html_entity_decode} </div> </div> </div> <div class="bg-light col-lg-4 col-xl-3 pb-5"> {if !empty($other)} <div class="article-list px-md-3 py-5 py-md-5"> <div class="heading h4 text-hs fw-bold mb-4">Other Posts</div> <div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-1 gy-4"> {foreach from=$other item=ot} <div class="col"> <div class="card h-100 border-light shadow-sm rounded-xs over-hidden mb-4"> <div class="card-header bg-transparent border-bottom-0 p-0"> <a href="{$ot.url}" class="imgCont relative rounded-xs-top d-block"> <img src="{$path}/325x200-{$ot.newsImage2}" alt="{$ot.newsImage2}" class="font-xs rounded-xs-top card-img"> <div class="date bg-hs font-sm absolute text-white rounded shadow-sm py-1 px-2"> <i class="bi-calendar-check me-1"></i> {$ot.newsReleaseDate|date_format:"%d %b %Y"}</span> </div> </a> </div> <div class="card-body"> <h6 class="card-title fw-bold limit-text-3 text-capitalize mb-0"> <a class="text-hs" href="{$ot.url}">{$ot.newsTitle|html_entity_decode|lower}</a> </h6> </div> </div> </div> {/foreach} </div> </div> {/if} </div> </div> </div> </section> {literal} <script type="text/javascript"> $(document).ready(function () {}); </script> {/literal}