| Server IP : 156.238.232.47 / Your IP : 216.73.216.150 Web Server : nginx/1.25.3 System : Linux C202504152095410 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : www ( 1000) PHP Version : 8.3.25 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /www/data/wwwroot/2025_12_17_01/template/en/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{pboot:if('{sort:title}'=='')}{pboot:pagetitle}{else}{sort:title}{/pboot:if}</title>
<meta name="keywords" content="{pboot:if('{sort:keywords}'=='')}{pboot:pagekeywords}{else}{sort:keywords}{/pboot:if}">
<meta name="description" content="{pboot:if('{sort:description}'=='')}{pboot:pagedescription}{else}{sort:description}{/pboot:if}">
<meta name="applicable-device" content="pc,mobile">
<link href="{pboot:sitedomain}/skin/css/bootstrap.css" rel="stylesheet">
<link href="{pboot:sitedomain}/skin/css/bxslider.css" rel="stylesheet">
<link href="{pboot:sitedomain}/skin/css/style.css" rel="stylesheet">
<script src="{pboot:sitedomain}/skin/js/jquery.min.js"></script>
<script src="{pboot:sitedomain}/skin/js/bxslider.min.js"></script>
<script src="{pboot:sitedomain}/skin/js/common.js"></script>
<script src="{pboot:sitedomain}/skin/js/bootstrap.js"></script>
<!--[if lt IE 9]><script src="{pboot:sitedomain}/skin/js/html5shiv.min.js"></script>
<script src="{pboot:sitedomain}/skin/js/respond.min.js"></script><![endif]-->
</head>
<body>
{include file=head.html}
<div class="main">
<div class="container">
<div class="row">
<div class="path_bg">{pboot:position indextext=HOME}</div>
<!-- right -->
<div class="col-xs-12 col-sm-8 col-md-9" style="float:right">
<div class="list_text">
<h2 class="left_h2">{sort:name}</h2>
<ul class="list_news">
{pboot:list num=15 order=sorting}
<li><a href="[list:link]" title="[list:title]">[list:title]</a><span class="news_time">[list:date style=Y-m-d]</span></li>
{/pboot:list}
</ul>
{pboot:if({page:rows}>0)}
<div class="pagebar">
<div class="pagination">
<a class="page-item page-link hidden-sm" href="{page:index}" title="HOME">HOME</a>
{page:numbar}
<a class="page-item page-link" href="javascript:;" title="">{page:current}/{page:count}</a>
<a class="page-item page-link hidden-sm" href="{page:last}" title="END">END</a>
</div>
</div>
{else}
<div class="tac text-secondary">NO DATA!</div>
{/pboot:if}
</div>
</div>
<!-- left -->
{include file=left.html}
</div>
</div>
</div>
{include file=foot.html}
</body>
</html>
<script type="text/javascript">
var winHeight=200;
var timer=null;
function show(){
document.getElementById("popWin").style.display="block";
timer=setInterval("lift(5)",2);
}
function hid(){
timer=setInterval("lift(-5)",2);
}
function lift(n) {
var w=document.getElementById("popWin");
var h=parseInt(w.style.height||w.currentStyle.height);
if (h<winHeight && n>0 || h>1 && n<0){
w.style.height=(h+n).toString()+"px";
}
else
{
w.style.display=(n>0?"block":"none");
clearInterval(timer);
}
}
window.onload=function(){
setTimeout("show()",1000);
}
</script>