You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.7 KiB
61 lines
1.7 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{$site_seo_title} {$site_name}</title>
|
|
<meta name="keywords" content="{$site_seo_keywords}" />
|
|
<meta name="description" content="{$site_seo_description}">
|
|
{include file="public:head" /}
|
|
<link rel="stylesheet" href="{$yf_theme_path}public/css/jplayer.css">
|
|
</head>
|
|
<body class="home">
|
|
<div class="wrap">
|
|
|
|
|
|
<!--logo结束-->
|
|
{include file="public:nav" /}
|
|
<!--banner开始-->
|
|
<div class="detailsbanner"></div>
|
|
<!--banner结束-->
|
|
<!--tabs开始-->
|
|
<div class="content">
|
|
<div class="basictop" style="margin-top: 0; margin-bottom: 80px">
|
|
<div class="" style="padding: 0 20px 20px 20px;">
|
|
<div class="tabs modeub modeac">
|
|
<div class="iconfont icon-home hometabs"></div>
|
|
<div class="tabstitle">首页</div>
|
|
<div class="marketsegment segment">/</div>
|
|
<div class="tabstitle tabslast modef1">{$name}</div>
|
|
<div class="iconfont icon-fanhui backcolor"></div>
|
|
<div class="tabslastfont " onclick="index()">上一页</div>
|
|
</div>
|
|
<div class="detailsdes">
|
|
<p>{$list.whcyb_content}</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
<!--tabs结束-->
|
|
|
|
|
|
</div>
|
|
<{include file="public:footer"/}
|
|
{include file="public:scripts"/}
|
|
</body>
|
|
<script type="text/javascript" src="http://v3.jiathis.com/code/jia.js" charset="utf-8"></script>
|
|
<script type="text/javascript" >
|
|
var jiathis_config={
|
|
summary:"",
|
|
shortUrl:false,
|
|
hideMore:false
|
|
}
|
|
|
|
function index() {
|
|
window.location.href='/#yzxmk';
|
|
}
|
|
</script>
|
|
</html>
|