88 lines
2.3 KiB
HTML
88 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>{$sitename}</title>
|
|
<meta name="keywords" content="{$keywords}" />
|
|
<meta name="description" content="{$description}" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
|
|
<link href="/Public/del/css/global.css" rel="stylesheet" />
|
|
<script type="text/javascript" src="/kan/js/jquery-1.8.3.min.js"></script>
|
|
<link rel="stylesheet" href="/layui26/index.css">
|
|
<link rel="stylesheet" href="/Public/del/img/index.css" />
|
|
<link rel="stylesheet" href="/Public/code/css/main.css" />
|
|
<script language="JavaScript" type="text/javascript" >Sid=1;Id=''</script>
|
|
|
|
</head>
|
|
<body>
|
|
<include file="gxl:head" />
|
|
|
|
</div>
|
|
|
|
<div class="jshuw">
|
|
|
|
<php>$jishu =gxl_mysql_news('field:news_id,news_cid,news_name;limit:100;order:news_addtime desc');</php>
|
|
<div class="lis">
|
|
|
|
<ul>
|
|
|
|
<volist name="jishu" id="gxl" offset="0" length="10" >
|
|
<li><a href="{$gxl.news_readurl}" target="_blank" title='{$gxl.news_name}'>{$gxl.news_name|ltrim}</a></li>
|
|
</volist>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="lis">
|
|
|
|
<ul>
|
|
|
|
<volist name="jishu" id="gxl" offset="10" length="10" >
|
|
<li><a href="{$gxl.news_readurl}" target="_blank" title="{$gxl.news_name}">{$gxl.news_name|ltrim}</a></li>
|
|
</volist>
|
|
</ul>
|
|
</div>
|
|
<div class="lis">
|
|
|
|
<ul>
|
|
|
|
<volist name="jishu" id="gxl" offset="20" length="10">
|
|
<li><a href="{$gxl.news_readurl}" target="_blank" title="{$gxl.news_name}">{$gxl.news_name|ltrim}</a></li>
|
|
</volist>
|
|
</ul>
|
|
</div>
|
|
<div class="lis">
|
|
|
|
<ul>
|
|
|
|
<volist name="jishu" id="gxl" offset="30" length="10" >
|
|
<li><a href="{$gxl.news_readurl}" target="_blank" title="{$gxl.news_name}">{$gxl.news_name|ltrim}</a></li>
|
|
</volist>
|
|
</ul>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<notempty name="list_link">
|
|
<div class="flinks mt20">
|
|
<div class="fhd"><h3>友情链接</h3><span class="links_click"><a class="r_top"></a><a class="r_bottom"></a></span></div>
|
|
<div class="fbox idx-fbox">
|
|
<div id="links_box">
|
|
<volist name="list_link" id="gxl">
|
|
<a href=" {$gxl.link_url}" target="_blank"> {$gxl.link_name}</a>
|
|
|
|
</volist>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</notempty>
|
|
|
|
|
|
<include file="gxl:fend" />
|
|
|
|
</body>
|
|
</html>
|
|
|