Server IP : 103.119.228.120 / Your IP : 18.118.227.199 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 bg-light py-5 checkImg"> <div class="container-fluid is-animated py-5"> <div class="top-info is-animated"> <a href="{$path}/#news-publications" class="font-sm text-uppercase text-secondary letter-space-2 mb-2 d-inline-block"><i class="fa fa-chevron-circle-left mr-1"></i>News & Publications</a> <h1 class="h3 font-weight-bold mb-2">{$data.newsTitle|html_entity_decode}</h1> <div class="info font-md text-secondary mb-4"> <a href="{$data.urlcreator}" class="text-orangered mr-3 d-inline-block"><i class="fa fa-user mr-1"></i>{$data.creator}</a> <span><i class="fa fa-clock-o mr-1"></i>{$data.newsReleaseDate|date_format:"%d %b %Y"}</span> </div> </div> <!--<div class="imgCont is-animated big mb-4">--> <!--<img src="{$pathimg}{$data.newsImage2}" class="card-img" alt="{$data.newsTitle}">--> <!--</div>--> <div class="text-detail is-animated font-lg mb-5">{$data.newsDescription|html_entity_decode}</div> {if !empty($other)} <div class="article-list is-animated"> <div class="heading h4 font-weight-bold my-5">Other Posts</div> <div class="row"> {foreach from=$other item=ot} <div class="list col-lg-10 col-xl-6 pb-3 mb-3"> <div class="card bg-white"> <div class="card-body"> <h2 class="card-title h5 font-weight-bold mb-2"><a href="{$ot.url}">{$ot.newsTitle}</a></h2> <div class="card-text mb-3">{$ot.subject}</div> <div class="font-md text-secondary"> <a class="text-orangered" href="{$ot.urlcreator}"><i class="fa fa-user mr-1"></i>{$ot.creator}</a> <span class="ml-4"><i class="fa fa-clock-o mr-2"></i>{$ot.newsReleaseDate|date_format:"%d %b %Y"}</span> </div> </div> <!--<div class="card-header bg-transparent border-bottom-0 p-0 mb-3">--> <!--<a href="{$ot.url}" class="imgCont font-xs d-block"><img src="{$pathimg300}{$ot.newsImage2}" alt="{$ot.newsTitle}"></a>--> <!--</div>--> </div> </div> {/foreach} </div> </div> {/if} <!--<div class="py-5">--> <!--<div class="nav-list mb-2">--> <!--<div class="h5 text-hs text-uppercase font-weight-bold mb-2">Categories</div>--> <!--<ul class="nav flex-column nav-pills nav-fill font-weight-bold text-uppercase">--> <!--<li class="link-item mb-1"><a href="{$path}/#news-publications" class="nav-link relative px-0 d-inline-block">Legal Update</a></li>--> <!--<li class="link-item mb-1"><a href="{$path}/#news-publications" class="nav-link relative px-0 d-inline-block">Firm News</a></li>--> <!--<li class="link-item mb-1"><a href="{$path}/#news-publications" class="nav-link relative px-0 d-inline-block">Legal Alerts</a></li>--> <!--</ul>--> <!--</div>--> <!--</div>--> </div> </section> {literal} <script type="text/javascript"> $(document).ready(function () { var par = $('.article-detail'); par.find('.container-fluid').css({'animation-delay':'300ms', 'opacity': 1}); par.find('.top-info').addClass('animated fadeInDown').css({'animation-delay':'300ms', 'opacity': 1}); par.find('.nav-list').addClass('animated fadeInDown').css({'animation-delay':'300ms', 'opacity': 1}); par.find('.big').addClass('animated fadeInRight').css({'animation-delay':'500ms', 'opacity': 1}); par.find('.text-detail').addClass('animated fadeInRight').css({'animation-delay':'700ms', 'opacity': 1}); par.find('.tags').addClass('animated fadeInRight').css({'animation-delay':'900ms', 'opacity': 1}); par.find('.article-list').addClass('animated fadeInRight').css({'animation-delay':'1100ms', 'opacity': 1}); }); </script> {/literal}